8 Commits

Author SHA256 Message Date
d8a3cace92 Accepting request 1295630 from utilities
OBS-URL: https://build.opensuse.org/request/show/1295630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuc?expand=0&rev=9
2025-07-25 15:05:19 +00:00
e8d5076e52 fuc 3.1.1
OBS-URL: https://build.opensuse.org/package/show/utilities/fuc?expand=0&rev=19
2025-07-24 21:25:26 +00:00
22d9d1849c Accepting request 1279802 from utilities
OBS-URL: https://build.opensuse.org/request/show/1279802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuc?expand=0&rev=8
2025-05-26 16:35:58 +00:00
becbff3bc4 - Update to version 3.1.0:
* Support hard linking files in cpz!
  * Fixed bugs with --force and symlinks.
  * Upgrade deps

OBS-URL: https://build.opensuse.org/package/show/utilities/fuc?expand=0&rev=17
2025-05-24 15:23:19 +00:00
8f21576cb8 Accepting request 1253608 from utilities
OBS-URL: https://build.opensuse.org/request/show/1253608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuc?expand=0&rev=7
2025-03-17 21:18:11 +00:00
fe9b98c3f5 Accepting request 1252575 from home:AndreasStieger:branches:utilities
fuc 3.0.1

OBS-URL: https://build.opensuse.org/request/show/1252575
OBS-URL: https://build.opensuse.org/package/show/utilities/fuc?expand=0&rev=15
2025-03-17 06:52:08 +00:00
206a2d56f4 Accepting request 1250431 from utilities
OBS-URL: https://build.opensuse.org/request/show/1250431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuc?expand=0&rev=6
2025-03-06 13:48:41 +00:00
fcb1aa1672 - 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

OBS-URL: https://build.opensuse.org/package/show/utilities/fuc?expand=0&rev=13
2025-03-05 14:06:39 +00:00
9 changed files with 50 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/SUPERCILEX/fuc.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">2.2.0</param>
<param name="revision">3.1.1</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

View File

@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/SUPERCILEX/fuc.git</param>
<param name="changesrevision">9202713689d5f148445e88c593708fd6831396f4</param>
<param name="changesrevision">61dddc2c9c1600db5928bcc743058e2234b5d7dd</param>
</service>
</servicedata>

View File

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

View File

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

3
fuc-3.1.1.tar.zst Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e360f24363807372dafc0d0266f28e19782bbc34246a5604fc2628070955fe9
size 49479

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Thu Jul 24 19:25:47 UTC 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 13:06:58 UTC 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 20:19:51 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 3.0.1:
* dependency bumps, including Rustix1.0
-------------------------------------------------------------------
Mon Mar 03 16:39:27 UTC 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
-------------------------------------------------------------------
Thu Jul 25 08:09:15 UTC 2024 - andrea.manzini@suse.com

View File

@@ -1,4 +1,4 @@
name: fuc
version: 2.2.0
mtime: 1719804792
commit: 9202713689d5f148445e88c593708fd6831396f4
version: 3.1.1
mtime: 1753319548
commit: 61dddc2c9c1600db5928bcc743058e2234b5d7dd

View File

@@ -1,8 +1,8 @@
#
# spec file for package fuc
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: fuc
Version: 2.2.0
Version: 3.1.1
Release: 0
Summary: Modern unix commands focused on performance
License: Apache-2.0
@@ -27,7 +27,7 @@ Source0: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
# for cargo_install -p
BuildRequires: cargo-packaging >= 1.2.0
BuildRequires: rust >= 1.79
BuildRequires: rust >= 1.85
ExclusiveArch: %{rust_tier1_arches}
%description

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62e8e19cf9bbe7520e11c7aa4aa5fa11759ab23d8cc2d27f918a874005a970b1
size 30372415
oid sha256:cbdc89a52d37153001c2ed71d7446ac79ce4b0b96bf1247b097d453e88c7a780
size 33127376