diff --git a/fdupes-2.2.1.tar.gz b/fdupes-2.2.1.tar.gz deleted file mode 100644 index 66730a0..0000000 --- a/fdupes-2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:846bb79ca3f0157856aa93ed50b49217feb68e1b35226193b6bc578be0c5698d -size 144719 diff --git a/fdupes-2.3.0.tar.gz b/fdupes-2.3.0.tar.gz new file mode 100644 index 0000000..c7c8666 --- /dev/null +++ b/fdupes-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6170d64a7e565ee314cca4dd25a123e60aa1e3febb11e57078bebb9c1da7e019 +size 154700 diff --git a/fdupes.changes b/fdupes.changes index b0af349..85ccaa0 100644 --- a/fdupes.changes +++ b/fdupes.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Mar 20 07:25:33 UTC 2024 - Dominique Leuenberger + +- Do not use sqlite, as this pulls sqlite into Ring0 at no real + benefit performance wise: the cache is not reused between runs. + + Drop sqlite-devel BuildRequires + + Pass --without-sqlite to configure + +------------------------------------------------------------------- +Mon Mar 18 09:36:27 UTC 2024 - ming li + +- Update to 2.3.0: + * Add --cache option to speed up file comparisons. + * Use nanosecond precision for file times, if available. + * Fix compilation issue on OpenBSD. + * Other changes like fixing typos, wording, etc. + ------------------------------------------------------------------- Sun Oct 2 16:21:27 UTC 2022 - Andrea Manzini diff --git a/fdupes.spec b/fdupes.spec index 2e1bd9f..9b891d0 100644 --- a/fdupes.spec +++ b/fdupes.spec @@ -1,7 +1,7 @@ # # spec file for package fdupes # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!_rpmmacrodir:%define _rpmmacrodir /usr/lib/rpm/macros.d} Name: fdupes -Version: 2.2.1 +Version: 2.3.0 Release: 0 Summary: Tool to identify or delete duplicate files License: MIT @@ -38,7 +38,7 @@ residing within specified directories. %autosetup -p1 %build -%configure --without-ncurses +%configure --without-ncurses --without-sqlite %make_build g++ $RPM_OPT_FLAGS %{S:2} -o fdupes_wrapper