From c440bc51227070b7da613168039f581ccac36ac13014b27e70ccbd03c32c22c2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 18 Aug 2020 08:29:52 +0000 Subject: [PATCH] Accepting request 827069 from home:dirkmueller:branches:utilities - update to 2.1.2: * Do not enter ncurses mode when --immediate option given. * Fix logging/memory corruption bug when using --log with --immediate. * Break mtime ties using ctime when sorting by time. * Reduce number of calls to stat(), for speed. * Clear last command status when new command is entered. * Rename cs command ("clear all selections") from cs to csel. * Rename igs command ("invert selections") from igs to isel. * Add "prune" command as synonym for DELETE key. * Clear selections after deleting files via prune/DELETE. * Fix dependency issues when fdupes is configured to not use ncurses. - build without ncurses for now until buildcycles can be solved OBS-URL: https://build.opensuse.org/request/show/827069 OBS-URL: https://build.opensuse.org/package/show/utilities/fdupes?expand=0&rev=22 --- fdupes-2.0.0.tar.gz | 3 --- fdupes-2.1.2.tar.gz | 3 +++ fdupes.changes | 16 ++++++++++++++++ fdupes.spec | 11 ++++------- 4 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 fdupes-2.0.0.tar.gz create mode 100644 fdupes-2.1.2.tar.gz diff --git a/fdupes-2.0.0.tar.gz b/fdupes-2.0.0.tar.gz deleted file mode 100644 index c006581..0000000 --- a/fdupes-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb9e3bd3e722ebb2a272e45a1073f78c60f8989b151c3661421b86b14b203410 -size 137705 diff --git a/fdupes-2.1.2.tar.gz b/fdupes-2.1.2.tar.gz new file mode 100644 index 0000000..462dcb3 --- /dev/null +++ b/fdupes-2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5cb53b6d898cf20f19b57b81114a5b263cc1149cd0da3104578b083b2837bd +size 142266 diff --git a/fdupes.changes b/fdupes.changes index 166d897..db1e37f 100644 --- a/fdupes.changes +++ b/fdupes.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Aug 16 16:59:45 UTC 2020 - Dirk Mueller + +- update to 2.1.2: + * Do not enter ncurses mode when --immediate option given. + * Fix logging/memory corruption bug when using --log with --immediate. + * Break mtime ties using ctime when sorting by time. + * Reduce number of calls to stat(), for speed. + * Clear last command status when new command is entered. + * Rename cs command ("clear all selections") from cs to csel. + * Rename igs command ("invert selections") from igs to isel. + * Add "prune" command as synonym for DELETE key. + * Clear selections after deleting files via prune/DELETE. + * Fix dependency issues when fdupes is configured to not use ncurses. +- build without ncurses for now until buildcycles can be solved + ------------------------------------------------------------------- Fri Jun 5 23:42:10 UTC 2020 - Jan Engelhardt diff --git a/fdupes.spec b/fdupes.spec index d6a17c6..4fb6764 100644 --- a/fdupes.spec +++ b/fdupes.spec @@ -18,16 +18,14 @@ %{?!_rpmmacrodir:%define _rpmmacrodir /usr/lib/rpm/macros.d} Name: fdupes -Version: 2.0.0 +Version: 2.1.2 Release: 0 Summary: Tool to identify or delete duplicate files License: MIT Group: Productivity/Archiving/Compression Url: https://github.com/adrianlopezroche/fdupes -Source0: https://github.com/adrianlopezroche/fdupes/releases/download/%{version}/fdupes-%{version}.tar.gz +Source0: https://github.com/adrianlopezroche/fdupes/releases/download/v%{version}/fdupes-%{version}.tar.gz Source1: macros.fdupes -BuildRequires: ncurses-devel -BuildRequires: pcre2-devel %description FDUPES is a program for identifying or deleting duplicate files @@ -37,12 +35,11 @@ residing within specified directories. %autosetup -p1 %build -%configure +%configure --without-ncurses %make_build %install -install -D -m755 %{name} %{buildroot}%{_bindir}/%{name} -install -D -m644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 +%make_install install -D -m644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.%{name} %check