Changelog for
fdupes-debugsource-1.51-3.1.i586.rpm :
Sun May 11 14:00:00 2014 johannesobermayrAATTgmx.de
- Update to 1.51
* switch to https://github.com/jobermayr/fdupes/tree/opensuse
Tue Apr 29 14:00:00 2014 stefan.bruensAATTrwth-aachen.de
- sort the output of fdupes by filename to make it deterministic
for parallel builds
Tue Oct 16 14:00:00 2012 mvyskocilAATTsuse.com
- update to 1.5.0-PR2
* new \"--summarize\" option
* new \"--recurse:\" selective recursion option
* new \"--noprompt\" option for totally automated deletion of
duplicate files.
* sorts duplicates (old to new) for consistent order when
listing or deleteing duplicate files.
* tests for early matching of files, which should help speed up
the matching process when large files are involved.
* warns whenever a file cannot be deleted.
* bugfixes (proper file closing, zero-length files, ...)
- drop the fdupes-sort-output.diff (upstream uses mtime based)
- rename and rebase fdupes-speedup.patch to 0008-speedup-the-compare.patch
- rename and rebase fdupes-endianness.patch to
0009-glibc-endianness-check-in-md5.patch
- add -p/--permissions switch so files with different permissions or uid/gid
are not considered as duplicates (bnc#784670)
* this mode is a default one for fdupes macro
0010-add-permissions-mode.patch
- imported several fixes from Debian
* 0001-restore-pristine-code.patch - some common code fixes, partly obsoletes
speedup patch
* manual page fixes
0002-Added-to-escape-minus-signs-in-manpage-lintian-warni.patch
0003-Fix-a-typo-in-a-manpage-bts353789.patch
0005-add-summarize-to-manpage-bts481809.patch
0006-add-nohidden-support-bts511702.patch
0007-Disambiguate-the-options-recurse-and-recurse-bts5371.patch
* 0004-Large-file-support-for-2GB-files-bts447601.patch - large file support
Sun Mar 25 14:00:00 2012 behrischAATTusers.sf.net
- added \"which\" requirement for red hat distros
Mon Feb 13 13:00:00 2012 cooloAATTsuse.com
- patch license to follow spdx.org standard
Wed Oct 5 14:00:00 2011 uliAATTsuse.com
- cross-build workaround: fake gcc script to work around build
system not honoring CC
Sun Sep 18 14:00:00 2011 jengelhAATTmedozas.de
- Apply packaging guidelines (remove redundant/obsolete
tags/sections from specfile, etc.)
Mon Feb 15 13:00:00 2010 mvyskocilAATTsuse.cz
- fix bnc#406825: speedup fdupes
* fdupes-speedup.patch fixes some performance gaps in code
* fdupes-endianness.patch speedups the built in md5 on little endian machines
Wed Aug 26 14:00:00 2009 mlsAATTsuse.de
- make patch0 usage consistent
Thu Jan 15 13:00:00 2009 cooloAATTsuse.de
- sort the output of fdupes to make it deterministic