forked from pool/diffutils
Accepting request 78714 from Base:System
Update to 3.1 OBS-URL: https://build.opensuse.org/request/show/78714 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diffutils?expand=0&rev=14
This commit is contained in:
parent
b892e54f3b
commit
1bb149c538
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4227343cde98067e8cd14487d04ca1f360fdf49618e9408263c9317a5f07d609
|
||||
size 1331576
|
3
diffutils-3.1.tar.xz
Normal file
3
diffutils-3.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21016a0eeb59190107105276e97023e19023648db547192162aab6da6242fcf9
|
||||
size 1133392
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 13 03:10:31 CEST 2011 - pth@suse.de
|
||||
|
||||
- Update to 3.1:
|
||||
+ Bug fixes
|
||||
- diff no longer reports spurious differences merely because two
|
||||
entries in the same directory have names that compare equal in
|
||||
the current locale, or compare equal because --ignore-file-name-case
|
||||
was given.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 19 10:02:52 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package diffutils (Version 3.0)
|
||||
# spec file for package diffutils (Version 3.1)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -25,11 +25,12 @@ Group: Productivity/Text/Utilities
|
||||
Provides: diff
|
||||
Obsoletes: diff
|
||||
PreReq: %{install_info_prereq}
|
||||
Version: 3.0
|
||||
Version: 3.1
|
||||
Release: 1
|
||||
Summary: GNU diff Utilities
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: xz
|
||||
|
||||
%description
|
||||
The GNU diff utilities find differences between files. diff is used to
|
||||
@ -44,13 +45,14 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
gzip -9 %{buildroot}%{_infodir}/%{name}.info
|
||||
%find_lang %name
|
||||
|
||||
%post
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/diff.info.gz
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
%postun
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/diff.info.gz
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -62,7 +64,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/diff
|
||||
%{_bindir}/diff3
|
||||
%{_bindir}/sdiff
|
||||
%doc %{_infodir}/diff.info*.gz
|
||||
%doc %{_infodir}/%{name}.info.gz
|
||||
%doc %{_mandir}/man1/*.gz
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user