Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rdfind for openSUSE:Factory checked in at 2025-02-10 17:29:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rdfind (Old) and /work/SRC/openSUSE:Factory/.rdfind.new.19470 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rdfind" Mon Feb 10 17:29:37 2025 rev:2 rq:1244704 version:1.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rdfind/rdfind.changes 2024-07-26 16:16:29.624105203 +0200 +++ /work/SRC/openSUSE:Factory/.rdfind.new.19470/rdfind.changes 2025-02-10 18:32:02.835990395 +0100 @@ -1,0 +2,44 @@ +Mon Feb 10 09:41:44 UTC 2025 - Jiri Slaby <[email protected]> + +- use gcc 13 for releases < 1600 +- run autoconf to fix upstream autoconf bug + +------------------------------------------------------------------- +Fri Feb 7 17:57:11 UTC 2025 - Johannes Kastl <[email protected]> + +- update to 1.7.0: + * Major things + - new checksum xxhash. It is much faster than sha1 (which is + still the default). use -checksum xxh128 to get the new + checksum. Note that it is not a cryptographic checksum, but + hey it's an order of magnitude faster! + - increased buffer size when calculating the checksum, and it + can be controlled from the command line via -buffersize N + The important parts of this release have been co-authored with + @trollkarlen who did a majority of the work. Thanks! + * Minor things + - Clean up CI + - switch to C++17 + - auto format shell scripts + * Here is an autogenerated list: + - Fix minor issues by @pauldreik in #168 + - update badges on readme by @pauldreik in #169 + - fix problems related to running tests as root or sudo by + @pauldreik in #170 + - add clang format CI job by @pauldreik in #171 + - add fedora to CI by @pauldreik in #172 + - switch to C++17 by @pauldreik in #173 + - fix some cppcheck issues by @pauldreik in #174 + - fix minor bug in digest length check by @pauldreik in #175 + - update main to current devel (as of 2025-01-12) by @pauldreik + in #176 + - add shellcheck, yamllint scripts and workflows by + @trollkarlen in #179 + - add buffersize argument to rdfind (slightly modified version + of trollkarlen's MR) by @pauldreik in #180 + - add xxHash checksum (based on of trollkarlen's work) by + @pauldreik in #181 + - add shell script formatting by @pauldreik in #182 + - prepare for the 1.7.0 release by @pauldreik in #183 + +------------------------------------------------------------------- Old: ---- rdfind-1.6.0.tar.gz rdfind-1.6.0.tar.gz.asc New: ---- rdfind-1.7.0.tar.gz rdfind-1.7.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rdfind.spec ++++++ --- /var/tmp/diff_new_pack.LCElDB/_old 2025-02-10 18:32:03.336011059 +0100 +++ /var/tmp/diff_new_pack.LCElDB/_new 2025-02-10 18:32:03.340011224 +0100 @@ -1,7 +1,7 @@ # # spec file for package rdfind # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2014 Johannes Kastl # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: rdfind -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: Find duplicate files and replace them with symlinks or hardlinks License: GPL-2.0-or-later @@ -26,7 +26,13 @@ URL: https://rdfind.pauldreik.se/ Source0: https://rdfind.pauldreik.se/%{name}-%{version}.tar.gz Source1: https://rdfind.pauldreik.se/%{name}-%{version}.tar.gz.asc +# delete once upstream gets rid of autotools or they are fixed +BuildRequires: autoconf +%if 0%{?suse_version} < 1600 +BuildRequires: gcc13-c++ +%else BuildRequires: gcc-c++ +%endif BuildRequires: libnettle-devel BuildRequires: make @@ -39,6 +45,13 @@ %autosetup -p1 %build +# for this bug: https://savannah.gnu.org/support/?110983 +# tracked upstream at: https://github.com/pauldreik/rdfind/issues/186 +autoconf +# drop the above, once upstream uses fixed autotools (we do) +%if 0%{?suse_version} < 1600 +export CXX=g++-13 +%endif %configure %{make_build} ++++++ rdfind-1.6.0.tar.gz -> rdfind-1.7.0.tar.gz ++++++ ++++ 7991 lines of diff (skipped)
