Accepting request 1169684 from utilities
OBS-URL: https://build.opensuse.org/request/show/1169684 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuc?expand=0&rev=4
This commit is contained in:
commit
ad8a1f1670
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/SUPERCILEX/fuc.git</param>
|
<param name="url">https://github.com/SUPERCILEX/fuc.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">2.0.0</param>
|
<param name="revision">2.1.0</param>
|
||||||
<param name="match-tag">*</param>
|
<param name="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/SUPERCILEX/fuc.git</param>
|
<param name="url">https://github.com/SUPERCILEX/fuc.git</param>
|
||||||
<param name="changesrevision">a73f9bb89ccb6e49e39653362916e870fd827fc7</param>
|
<param name="changesrevision">f918d5b382531ba63c99d740728ef9f2582c63de</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:670912df708135219cd03f710d7b0b46b4641ee5cbde309d9f8f0c8a43a3acc0
|
|
||||||
size 42625
|
|
3
fuc-2.1.0.obscpio
Normal file
3
fuc-2.1.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:75d55be99a99cedbad82502b52f8605b56d90329001152d94293b1179df38fea
|
||||||
|
size 247819
|
3
fuc-2.1.0.tar.zst
Normal file
3
fuc-2.1.0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a273f550d35be155dc31928c36580d951cfd38c60241522dd06b142554278136
|
||||||
|
size 45812
|
12
fuc.changes
12
fuc.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 21 14:55:00 UTC 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 20:41:04 UTC 2024 - andreas.stieger@gmx.de
|
Wed Jan 24 20:41:04 UTC 2024 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: fuc
|
name: fuc
|
||||||
version: 2.0.0
|
version: 2.1.0
|
||||||
mtime: 1704908715
|
mtime: 1712635479
|
||||||
commit: a73f9bb89ccb6e49e39653362916e870fd827fc7
|
commit: f918d5b382531ba63c99d740728ef9f2582c63de
|
||||||
|
4
fuc.spec
4
fuc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fuc
|
# spec file for package fuc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
#
|
#
|
||||||
# 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: fuc
|
Name: fuc
|
||||||
Version: 2.0.0
|
Version: 2.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Modern unix commands focused on performance
|
Summary: Modern unix commands focused on performance
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:733c35252826c08805dca85580c34e3fc343a84dec582c9c9d4232389914a360
|
oid sha256:77ae4e0576ac25efa173a830dcff26d3df1440929a7ab2f58251b6c101a1e932
|
||||||
size 27846719
|
size 34672303
|
||||||
|
Loading…
x
Reference in New Issue
Block a user