Changelog for
diffutils-3.6-2.1.x86_64.rpm :
* Thu Feb 22 2018 fvogtAATTsuse.com- Use %license (boo#1082318)
* Mon May 22 2017 mpluskalAATTsuse.com- Update to version 3.6:
* When one file is a prefix of the other, cmp now appends the shorter file\'s size to the EOF diagnostic.
* diff\'s default algorithm has been tweaked to deal better with larger files, reversing some of the changes made in diffutils-3.4.- Define packager and bug reporting url
* Wed Feb 22 2017 mliskaAATTsuse.cz- Update to a pre-release version (3.5.15):
* remove big-file-performance.patch and gnulib-diffseq.patch
* comment signature source as the release is not officially signed yet
* Wed Oct 26 2016 schwabAATTsuse.de- gnulib-diffseq.patch, big-file-performance.patch: Avoid performance regression on big files (bsc#1004991)
* Mon Aug 22 2016 astiegerAATTsuse.com- Diffutils 3.5:
* diff3 no longer malfunctions due to use-after-free [bug introduced in 3.4]
* diff --color no longer colorizes when TERM=dumb
* Tue Aug 09 2016 mpluskalAATTsuse.com- Update to version 3.4
* diff accepts two new options --color and --palette to generate and configure colored output. --color takes an optional argument specifying when to colorize a line: --color=always, - -color=auto, --color=never. --palette is used to configure which colors are used.
* many bugfixes- New -lang subpackage- Drop no longer needed gnulib-perl522.patch
* Thu Feb 04 2016 mpluskalAATTsuse.com- Make building more verbose- Move info page removal to preun- Cleanup spec file with spec-cleaner- Update provides/obsoletes
* Mon Jul 06 2015 cooloAATTsuse.com- add gnulib-perl522.patch from gnulib upstream
* Sat Jan 03 2015 meissnerAATTsuse.com- build with PIE
* Fri Dec 06 2013 pthAATTsuse.de- Diffutils has a testsuite so run it.
* Fri Jun 21 2013 meissnerAATTsuse.com- disable gpg key checking to avoid build cycles. will be done by source service
* Fri Apr 05 2013 meissnerAATTsuse.com- add gpg key checking, keyring from savannah
* Fri Apr 05 2013 jslabyAATTsuse.com- Update to 3.3:
* add --no-dereference
* -N works with - (stdin) as input
* many fixes
* many cleanups (in docco too)- remove: config-guess-sub-update.patch- remove: diffutils-stdio.in.patch
* Mon Mar 25 2013 mmeisterAATTsuse.com- Added url as source. Please see http://en.opensuse.org/SourceUrls
* Sat Feb 02 2013 schwabAATTsuse.de- Update config.guess/sub for aarch64
* Tue Jul 17 2012 ajAATTsuse.de- Fix build with missing gets declaration (glibc 2.16)
* Mon Feb 27 2012 jslabyAATTsuse.de- Update to 3.2:
* diff: --ignore-file-name-case now applies at top level too
* diff, sdiff: new option --ignore-trailing-space
* maint: avoid new \"make sytnax-check\" failure
* Sun Sep 18 2011 jengelhAATTmedozas.de- Remove redundant tags/sections from specfile (cf. packaging guidelines)
* Sat Aug 13 2011 pthAATTsuse.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 2010 vuntzAATTopensuse.org- Update to version 3.0: + Bug fixes - diff once again prints the required \"\\ No newline at end of file\" line when at least one input lacks a newline-at-EOF and the final hunk plus context-length aligns exactly with the end of the newline-lacking file. [bug introduced between 2.8.7 and 2.9] + Changes in behavior - In context-style diffs, diff prints a portion of a preceding \"function\" line for each hunk, with --show-function-line=RE (-F) or --show-c-function (-p). Now, it trims leading blanks from such lines before extracting a prefix. This is useful especially when a function line is so far indented that the name itself would be truncated or not included in the limited-width substring that diff appends. - diff once again reports a difference with the diagnostic \"Binary files A and B differ\" when at least one of the files appears to be binary. From 2.8.4 through diffutils-2.9, it printed \"Files A and B differ\".- Changes from version 2.9: + New features - New diff option --suppress-blank-empty. - Bring back support for `diff -NUM\', where NUM is a number, even when conforming to POSIX 1003.1-2001. This change reverts to the behavior of GNU diff 2.7 and earlier. This is a change only when conforming to POSIX 1003.1-2001; there is no effect when conforming to older POSIX versions. - sdiff now understands \'1\' and \'2\' as synonyms for \'l\' and \'r\'. + Changes in behavior - sdiff and diff3 now invoke diff, not $(bindir)/diff + Administrivia - updated gnulib support- Drop diffutils-no_binary_mode.patch: fixed upstream.- Drop diffutils-2.8.1-i18n-0.2.patch: this doesn\'t apply anymore, the only reference I can guess about it goes back to 2004, and commit 8983b8d9 upstream is about handling multibyte characters in side-by-side format. So I\'m assuming it\'s fixed. This also means we can drop the call to autoreconf.- Drop diffutils-2.8.7-autoconf.patch: this is not needed anymore.- Remove AutoReqProv: it\'s default now.- Stop touching the main pages in %build.- Use %configure and %makeinstall macros.
* Fri Aug 20 2010 pthAATTnovell.com- Only do freopen if O_BINARY is true.
* Mon Jun 28 2010 jengelhAATTmedozas.de- use %_smp_mflags
* Sat Feb 13 2010 rguentherAATTsuse.de- fix stack limit autoconf check
* Mon Dec 07 2009 jengelhAATTmedozas.de- enable parallel building