Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package duperemove for openSUSE:Factory checked in at 2023-07-18 22:07:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/duperemove (Old) and /work/SRC/openSUSE:Factory/.duperemove.new.3193 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "duperemove" Tue Jul 18 22:07:49 2023 rev:28 rq:1099122 version:0.12 Changes: -------- --- /work/SRC/openSUSE:Factory/duperemove/duperemove.changes 2022-02-03 23:55:16.335944797 +0100 +++ /work/SRC/openSUSE:Factory/.duperemove.new.3193/duperemove.changes 2023-07-18 22:07:58.490938845 +0200 @@ -1,0 +2,19 @@ +Mon Jul 17 05:45:51 UTC 2023 - Michael Vetter <[email protected]> + +- Update to 0.12: + * Duplication lookup is now based on extents. This leads to a + massive increase of the performances. Block-based lookup is + still possible via --dedupe-options=partial. + * Following that change, a new hashfile format has been introduced. + Previous hashfile format is still supported when extents lookup + are disabled, this is not recommended. + * Batching has been implemented. When enabled with the -B <batchsize> + option, duperemove will run the deduplication phase every <batchsize> + scanned files. This is meant to help running duperemove on large + dataset, with small blocksize, or on memory-constrained systems. + * All hash algorithm has been removed and replaced by xxh128. This + variant is as robust as murmur3 while being faster. Choosing a + hash function via the --hash option has been removed. Hashfiles + built with other algorithm must be removed. + +------------------------------------------------------------------- Old: ---- duperemove-0.11.3.tar.gz New: ---- duperemove-0.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ duperemove.spec ++++++ --- /var/tmp/diff_new_pack.QtyCCi/_old 2023-07-18 22:07:59.918946829 +0200 +++ /var/tmp/diff_new_pack.QtyCCi/_new 2023-07-18 22:07:59.966947097 +0200 @@ -1,7 +1,7 @@ # # spec file for package duperemove # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define samename btrfs-extent-same Name: duperemove -Version: 0.11.3 +Version: 0.12 Release: 0 Summary: Software to find duplicate extents in files and remove them License: GPL-2.0-only @@ -58,15 +58,15 @@ %files -n %{samename} %defattr(-, root, root) -%{_sbindir}/%{samename} +%{_bindir}/%{samename} %{_mandir}/man?/%{samename}.8%{ext_man} %files %defattr(-, root, root) %doc LICENSE README.md -%{_sbindir}/duperemove -%{_sbindir}/hashstats -%{_sbindir}/show-shared-extents +%{_bindir}/duperemove +%{_bindir}/hashstats +%{_bindir}/show-shared-extents %{_mandir}/man?/%{name}.8%{ext_man} %{_mandir}/man?/hashstats.8%{ext_man} %{_mandir}/man?/show-shared-extents.8%{ext_man} ++++++ duperemove-0.11.3.tar.gz -> duperemove-0.12.tar.gz ++++++ ++++ 10710 lines of diff (skipped)
