Sync from SUSE:SLFO:Main fdupes revision 2859ec286076c1abb55b44c3af895a54
This commit is contained in:
parent
cf0e83b6ef
commit
5b0fd18197
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.
BIN
fdupes-2.3.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
fdupes-2.3.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 20:11:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.3.1:
|
||||
* Fix buffer overflow bug in getrealpath() function.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -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.1
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user