From 846974152961682c73e2872c11bf19b8e200b55156c5dc7f4004e8726fcbadd0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Oct 2022 10:34:50 +0000 Subject: [PATCH] Accepting request 1007561 from home:amanzini:branches:utilities - update to 2.2.1: * Fix bug in code meant to skip over the current log file when --log option is given. * Updates to copyright notices in source code. * Add --deferconfirmation option. * Check that files marked as duplicates haven't changed during program execution before deleting them. * Update documentation to indicate units for SIZE in command-line options. * Move some configuration settings to configure.ac file. OBS-URL: https://build.opensuse.org/request/show/1007561 OBS-URL: https://build.opensuse.org/package/show/utilities/fdupes?expand=0&rev=27 --- fdupes-2.1.2.tar.gz | 3 --- fdupes-2.2.1.tar.gz | 3 +++ fdupes.changes | 11 +++++++++++ fdupes.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 fdupes-2.1.2.tar.gz create mode 100644 fdupes-2.2.1.tar.gz diff --git a/fdupes-2.1.2.tar.gz b/fdupes-2.1.2.tar.gz deleted file mode 100644 index 462dcb3..0000000 --- a/fdupes-2.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd5cb53b6d898cf20f19b57b81114a5b263cc1149cd0da3104578b083b2837bd -size 142266 diff --git a/fdupes-2.2.1.tar.gz b/fdupes-2.2.1.tar.gz new file mode 100644 index 0000000..66730a0 --- /dev/null +++ b/fdupes-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846bb79ca3f0157856aa93ed50b49217feb68e1b35226193b6bc578be0c5698d +size 144719 diff --git a/fdupes.changes b/fdupes.changes index 7966cd1..b0af349 100644 --- a/fdupes.changes +++ b/fdupes.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Oct 2 16:21:27 UTC 2022 - Andrea Manzini + +- update to 2.2.1: + * Fix bug in code meant to skip over the current log file when --log option is given. + * Updates to copyright notices in source code. + * Add --deferconfirmation option. + * Check that files marked as duplicates haven't changed during program execution before deleting them. + * Update documentation to indicate units for SIZE in command-line options. + * Move some configuration settings to configure.ac file. + ------------------------------------------------------------------- Fri Apr 1 19:50:32 UTC 2022 - Stefan BrĂ¼ns diff --git a/fdupes.spec b/fdupes.spec index a916486..2e1bd9f 100644 --- a/fdupes.spec +++ b/fdupes.spec @@ -19,7 +19,7 @@ %{?!_rpmmacrodir:%define _rpmmacrodir /usr/lib/rpm/macros.d} Name: fdupes -Version: 2.1.2 +Version: 2.2.1 Release: 0 Summary: Tool to identify or delete duplicate files License: MIT