automatic version update by autodist [release 3.8-1mamba;Sun Sep 12 2021]
This commit is contained in:
parent
c10ae761a1
commit
07a879b5e4
@ -1,5 +1,5 @@
|
||||
Name: diffutils
|
||||
Version: 3.7
|
||||
Version: 3.8
|
||||
Release: 1mamba
|
||||
Summary: A GNU collection of diff utilities
|
||||
Group: Applications/Development
|
||||
@ -13,10 +13,12 @@ Patch0: %{name}-2.8.7-i18n.patch
|
||||
# http://www.linuxfromscratch.org/patches/downloads/diffutils/
|
||||
Patch2: %{name}-2.8.7-hardened_tmp-1.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gettext-devel >= 0.14.0
|
||||
#BuildRequires: help2man
|
||||
Requires(post):%{__install_info}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Diffutils includes four utilities: diff, cmp, diff3 and sdiff.
|
||||
@ -28,10 +30,12 @@ Diffutils includes four utilities: diff, cmp, diff3 and sdiff.
|
||||
|
||||
Install diffutils if you need to compare text files.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1 -b .i18n
|
||||
%patch2 -p1 -b .hardened_tmp
|
||||
#%patch2 -p1 -b .hardened_tmp
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -71,6 +75,9 @@ exit 0
|
||||
#NEWS README THANKS
|
||||
|
||||
%changelog
|
||||
* Sun Sep 12 2021 Automatic Build System <autodist@mambasoft.it> 3.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 01 2019 Automatic Build System <autodist@mambasoft.it> 3.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user