- update to 1.21.3:
* Major performance fix in the double traversal prevention tree code * Added undocumented '-9' benchmark option for testing traversal code * Extra error checks to try to finally solve a very rare crash bug * Tiny code size reduction by discarding unused xxHash code * jody_hash re-added as a build-time option * Many options/features/safety checks can now be selectively compiled out * New 'make BARE_BONES=1' option builds the most minimal jdupes possible * Fix exit behavior when no valid directories are given * Only act on "normal" files and directories OBS-URL: https://build.opensuse.org/package/show/utilities/jdupes?expand=0&rev=8
This commit is contained in:
parent
624a278b93
commit
3ad9eb68bb
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 9 17:13:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.21.3:
|
||||||
|
* Major performance fix in the double traversal prevention tree
|
||||||
|
code
|
||||||
|
* Added undocumented '-9' benchmark option for testing traversal
|
||||||
|
code
|
||||||
|
* Extra error checks to try to finally solve a very rare crash
|
||||||
|
bug
|
||||||
|
* Tiny code size reduction by discarding unused xxHash code
|
||||||
|
* jody_hash re-added as a build-time option
|
||||||
|
* Many options/features/safety checks can now be selectively
|
||||||
|
compiled out
|
||||||
|
* New 'make BARE_BONES=1' option builds the most minimal jdupes
|
||||||
|
possible
|
||||||
|
* Fix exit behavior when no valid directories are given
|
||||||
|
* Only act on "normal" files and directories
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 6 21:35:51 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Tue Dec 6 21:35:51 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jdupes
|
# spec file for package jdupes
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
# Copyright (c) 2019-2020 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
# Copyright (c) 2019-2020 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: jdupes
|
Name: jdupes
|
||||||
Version: 1.21.1
|
Version: 1.21.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A powerful duplicate file finder and an enhanced fork of 'fdupes'
|
Summary: A powerful duplicate file finder and an enhanced fork of 'fdupes'
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:22de88d1963f70c8ed4d0aa40abe05b48aaa4cc08eed6a2c6c9747010f9f4eb7
|
|
||||||
size 97397
|
|
BIN
v1.21.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
v1.21.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user