forked from pool/fdupes
Accepting request 1159776 from utilities
OBS-URL: https://build.opensuse.org/request/show/1159776 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fdupes?expand=0&rev=34
This commit is contained in:
commit
963215ebfb
BIN
fdupes-2.2.1.tar.gz
(Stored with Git LFS)
BIN
fdupes-2.2.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
fdupes-2.3.0.tar.gz
Normal file
3
fdupes-2.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6170d64a7e565ee314cca4dd25a123e60aa1e3febb11e57078bebb9c1da7e019
|
||||||
|
size 154700
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 20 07:25:33 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <mli@suse.com>
|
||||||
|
|
||||||
|
- 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 <andrea.manzini@suse.com>
|
Sun Oct 2 16:21:27 UTC 2022 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fdupes
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{?!_rpmmacrodir:%define _rpmmacrodir /usr/lib/rpm/macros.d}
|
%{?!_rpmmacrodir:%define _rpmmacrodir /usr/lib/rpm/macros.d}
|
||||||
|
|
||||||
Name: fdupes
|
Name: fdupes
|
||||||
Version: 2.2.1
|
Version: 2.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool to identify or delete duplicate files
|
Summary: Tool to identify or delete duplicate files
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -38,7 +38,7 @@ residing within specified directories.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --without-ncurses
|
%configure --without-ncurses --without-sqlite
|
||||||
%make_build
|
%make_build
|
||||||
g++ $RPM_OPT_FLAGS %{S:2} -o fdupes_wrapper
|
g++ $RPM_OPT_FLAGS %{S:2} -o fdupes_wrapper
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user