testproc/gsed: update from 4.8 to 4.9.

Fixes #4938.
This commit is contained in:
Karel Gardas 2023-08-05 20:26:54 +02:00
parent fc4426c956
commit 71588196bd
2 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,12 @@
#
# GNU sed 4.8
#
%include %{_configdir}/base.cfg
%define gsed_version 4.9
%hash sha512 sed-%{gsed_version}.tar.gz \
a474390ff34fe41dea6c97855493d3674bf754387024630ac3b704264810e7d33ecbf957f9e903f0c4474522d7c27276cc861b9c8d8b6eedcfa253a6d7f3af9c
%include %{_configdir}/gsed-1.cfg

View File

@ -4,5 +4,5 @@
#
%define has_gnu_sed %(sed --version > /dev/null 2>&1; echo $?)
%if %{has_gnu_sed} != 0
%include %{_configdir}/textproc/gsed-4.8.cfg
%include %{_configdir}/textproc/gsed-4.9.cfg
%endif