forked from pool/fdupes
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
This commit is contained in:
parent
ea56337bf1
commit
c440bc5122
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb9e3bd3e722ebb2a272e45a1073f78c60f8989b151c3661421b86b14b203410
|
||||
size 137705
|
3
fdupes-2.1.2.tar.gz
Normal file
3
fdupes-2.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd5cb53b6d898cf20f19b57b81114a5b263cc1149cd0da3104578b083b2837bd
|
||||
size 142266
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 16 16:59:45 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- 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 <jengelh@inai.de>
|
||||
|
||||
|
11
fdupes.spec
11
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user