Package Release Info

fuc-3.1.1-bp156.2.3.1

Update Info: openSUSE-2025-312
Available in Package Hub : 15 SP6 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

fuc

Change Logs

* Thu Jul 24 2025 Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 3.1.1:
  * fix recursive copy detection for multiple directories
  * Upgrade deps
* Thu May 22 2025 Andrea Manzini <andrea.manzini@suse.com>
- Update to version 3.1.0:
  * Support hard linking files in cpz!
  * Fixed bugs with --force and symlinks.
  * Upgrade deps
* Wed Mar 12 2025 Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 3.0.1:
  * dependency bumps, including Rustix1.0
* Mon Mar 03 2025 andrea.manzini@suse.com
- Update to version 3.0.0:
  * Upgrade deps
  * Fix bug when trying to copy "." into a directory
  * Eliminate pointless statx when removing files with unknown d_type
  * requires Rust 2024 edition
  * Remove extra mkdir (push that responsibility outside the library so we
    don't have a ton of redundant mkdirs)
  * Avoid pointless copy_file_range calls that we know won't copy anything
  * Remember cross-device copy failures per directory
  * Swap binary name and arch for better sorting
  * Add docs on progress indicator
Version: 2.2.0-bp160.1.13
* Thu Jul 25 2024 andrea.manzini@suse.com
- Update to version 2.2.0:
  * Stable rust patch
  * Upgrade deps
  * Add -L / --dereference option (#36)
  * Add NO_UNSHARE envvar support to avoid calling unshare for default docker configs which block the syscall (closes #34)
  * Use official cache-size version
  * Use my own cache-size dep to fix the build
  * Remove cargo warning about "no edition set"
  * Clarify what rmz/cpz are
* Sun Apr 21 2024 andrea.manzini@suse.com
- Update to version 2.1.0:
  * Stable rust patch
  * Upgrade FTZZ
  * Add progress feature (closes #14)
  * Upgrade deps
  * Remove release_max_level_off since tracing is completely compiled out by default anyway
  * Add tip for merging directories
  * Integrate tracing
* Wed Jan 24 2024 andreas.stieger@gmx.de
- Update to version 2.0.0:
  * Improved handling of deeply nested folders and other IO errors
  * Never follow symlinks for deletion
* Sat Nov 25 2023 andrea.manzini@suse.com
- Update to version 1.1.9:
  * Upgrade deps
  * Don't show stack traces in errors
  * Tweak copy error message slightly
  * Use better pattern matching
  * Fix inconsistent badge sytling
  * Support flipping cpz argument order
  * Slight efficiency improvement (at the expense of throughput in hopefully rare cases)
  * Update README.md
- removed cargo config from spec since now it's bundled in vendor
Version: 1.1.7-bp156.1.10
* Mon Mar 27 2023 andreas.stieger@gmx.de
- initial package (1.1.7)