automatic version update by autodist [release 3.11-1mamba;Thu Feb 06 2025]

This commit is contained in:
Automatic Build System 2025-02-06 12:24:36 +01:00
parent f038326591
commit 89d5889554
2 changed files with 9 additions and 6 deletions

View File

@ -9,3 +9,4 @@ Diffutils includes four utilities: diff, cmp, diff3 and sdiff.
Install diffutils if you need to compare text files.

View File

@ -1,5 +1,5 @@
Name: diffutils
Version: 3.10
Version: 3.11
Release: 1mamba
Summary: A GNU collection of diff utilities
Group: Applications/Development
@ -30,12 +30,9 @@ 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
%build
%configure
@ -47,6 +44,8 @@ sed -i 's/\(.*#define DEFAULT_EDITOR_PROGRAM \\"\)ed\\"/\1vi\\"/' configure
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall mkdir_p="mkdir -p"
rm -f %{buildroot}%{_infodir}/dir
%find_lang %{name}
%clean
@ -54,11 +53,11 @@ sed -i 's/\(.*#define DEFAULT_EDITOR_PROGRAM \\"\)ed\\"/\1vi\\"/' configure
%post
%install_info %{name}.info
exit 0
:
%preun
%uninstall_info %{name}.info
exit 0
:
%files -f %{name}.lang
%defattr(-,root,root)
@ -75,6 +74,9 @@ exit 0
#NEWS README THANKS
%changelog
* Thu Feb 06 2025 Automatic Build System <autodist@openmamba.org> 3.11-1mamba
- automatic version update by autodist
* Sun May 21 2023 Automatic Build System <autodist@mambasoft.it> 3.10-1mamba
- automatic version update by autodist