Commit Graph

7 Commits

Author SHA256 Message Date
Enrico Belleri
7800b702cf - Reflect upstream move to https://codeberg.org/jbruchon
OBS-URL: https://build.opensuse.org/package/show/utilities/jdupes?expand=0&rev=12
2024-02-29 14:08:46 +00:00
Enrico Belleri
cfc8ce809c Accepting request 1106140 from home:jubalh:branches:utilities
- Update to 1.27.3:
  * Fix crash on Linux when opening a file for hashing fails

- Update to 1.27.2:
  * Hash database no longer crashes on 32-bit and x32 systems
  * Hash database now uses 64-bit time and size counts

- Update to 1.27.1:
  * Fix a hash database corruption bug

- Update to 1.27.0:
  * Added long-awaited hash database feature -y (SEE README BEFORE USING)
  * Removed legacy long options that were deprecated in v1.20.0
  * -E option was moved to -e and now throws an error (CHECK YOUR SCRIPTS)
  * Multiple hash algorithm capability added, but no user option exists yet
  * Linux: use posix_fadvise() to improve read performance
  * Fixed possible infinite loop freezing on certain errors when linking files
  * Removed annoying warning for -Q; the user deserves what the user asks for

- Update to 1.26.1:
  * Fix '-P early' to actually work correctly

- Update to 1.26.0:
  * Change -C to use KiB instead of bytes for easier typing

- Update to 1.25.3:
  * Fix CTRL+C broken during scanning phase
  * Added verbose error information for dedupe errors 22 and 95
  * Partial-only flag for dedupe is no longer inappropriately enabled on macOS
  * Build now enables dedupe support and uses nearby libjodycode by default

OBS-URL: https://build.opensuse.org/request/show/1106140
OBS-URL: https://build.opensuse.org/package/show/utilities/jdupes?expand=0&rev=10
2023-08-30 07:48:18 +00:00
3ad9eb68bb - 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
2023-02-09 17:15:36 +00:00
624a278b93 - update to 1.21.1:
* Reinstate '-I/--isolate' by popular demand; use at your own risk!
  * Expect to lose data if you use this feature. It is strongly susceptible
    to the documented "triangle problem" and absolutely does not protect
    files in each directory from matching with one another. Don't get mad at
    me if you use it and see a cloud of smoke come out of your disk array.
  * Remove '-I/--isolate' which has never worked correctly
  * Fix compiling when NO_HARDLINKS and NO_SYMLINKS are both defined
  * Increased stack size limits to enable deeper recursion without crashing
  * Fixes to make compilation under Cygwin (instead of MSYS2 MinGW) work
  * Remove the temporary '-X help' warning about changes in functionality
  * Some minor under-the-hood changes for future enhancements

OBS-URL: https://build.opensuse.org/package/show/utilities/jdupes?expand=0&rev=6
2022-12-06 21:36:31 +00:00
ea465a6a15 - add jdupes_wrapper to speedup symlinks
- add new %suse_symlink_dupes and %suse_hardlink_dupes macros
  which are more descriptive than a %jdupes or %fdupes

OBS-URL: https://build.opensuse.org/package/show/utilities/jdupes?expand=0&rev=4
2022-03-14 22:07:30 +00:00
Enrico Belleri
4a7211d744 Accepting request 960616 from home:dirkmueller:Factory
please forward to factory (can do maintainer for it)

- update to 1.20.2:
  * Interactive deletion now offers "link set" options too
  * Interactive deletion now assumes 'a' when you just hit [ENTER]
- add jdupes rpm macro for dropin %%fdupes replacement
- run tests

OBS-URL: https://build.opensuse.org/request/show/960616
OBS-URL: https://build.opensuse.org/package/show/utilities/jdupes?expand=0&rev=2
2022-03-11 10:13:48 +00:00
d620a7c45c Accepting request 911221 from home:iDesmI:branches:home:malcolmlewis:TESTING
- new submission for jdupes 1.20.0
  a faster alternative to fdupes

OBS-URL: https://build.opensuse.org/request/show/911221
OBS-URL: https://build.opensuse.org/package/show/utilities/jdupes?expand=0&rev=1
2021-08-12 14:23:07 +00:00