SHA256
3
0
forked from pool/fdupes

Accepting request 1158935 from home:simonlm:branches:utilities

Update to version 2.3.0

OBS-URL: https://build.opensuse.org/request/show/1158935
OBS-URL: https://build.opensuse.org/package/show/utilities/fdupes?expand=0&rev=28
This commit is contained in:
Peter Simons 2024-03-18 11:40:53 +00:00 committed by Git OBS Bridge
parent 8469741529
commit 99c011fa39
4 changed files with 15 additions and 5 deletions

BIN
fdupes-2.2.1.tar.gz (Stored with Git LFS)

Binary file not shown.

3
fdupes-2.3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6170d64a7e565ee314cca4dd25a123e60aa1e3febb11e57078bebb9c1da7e019
size 154700

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>

View File

@ -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.0
Release: 0
Summary: Tool to identify or delete duplicate files
License: MIT
@ -29,6 +29,7 @@ Source0: https://github.com/adrianlopezroche/fdupes/releases/download/v%{
Source1: macros.fdupes
Source2: fdupes_wrapper.cpp
BuildRequires: gcc-c++
BuildRequires: sqlite3-devel
%description
FDUPES is a program for identifying or deleting duplicate files