Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ab8e2ad71a | |||
| 4992f896d6 |
22
_service
22
_service
@@ -1,28 +1,24 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="obs_scm">
|
<service mode="manual" name="obs_scm">
|
||||||
<param name="url">https://github.com/angelofallars/treefetch.git</param>
|
<param name="url">https://github.com/angelofallars/treefetch.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v2.0.0</param>
|
<param name="revision">5b3eac18e2d7b878ee80d4a0127d122f177f9415</param>
|
||||||
<param name="match-tag">*</param>
|
<param name="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="changesauthor">danilo.spinella@suse.com</param>
|
<param name="changesauthor">danilo.spinella@suse.com</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="tar" />
|
<service mode="manual" name="tar" />
|
||||||
<service mode="disabled" name="recompress">
|
<service mode="manual" name="recomprizz">
|
||||||
<param name="file">*.tar</param>
|
<param name="target">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">zst</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version"/>
|
<service mode="manual" name="set_version"/>
|
||||||
<service name="cargo_vendor" mode="disabled">
|
<service name="cargo_vendor" mode="manual">
|
||||||
<param name="srcdir">treefetch</param>
|
<param name="srcdir">treefetch</param>
|
||||||
<param name="compression">xz</param>
|
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="cargo_audit" mode="disabled">
|
|
||||||
<param name="srcdir">treefetch</param>
|
|
||||||
</service>
|
|
||||||
</services>
|
</services>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
[source.crates-io]
|
|
||||||
replace-with = "vendored-sources"
|
|
||||||
|
|
||||||
[source.vendored-sources]
|
|
||||||
directory = "vendor"
|
|
||||||
3
treefetch-2.0.0.tar.zst
Normal file
3
treefetch-2.0.0.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5c09a9a92658386cb13f8b02f74ca0232be4fe6150855c83355382f9cdf64a0c
|
||||||
|
size 16886
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:44f807e05429e395ab907b91cde434851d4c871d63d3b522f850cec4d3edf864
|
|
||||||
size 16624
|
|
||||||
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 8 09:29:58 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||||
|
|
||||||
|
- Refresh _service file.
|
||||||
|
- Update to version 2.0.0:
|
||||||
|
* chore: bump version in Cargo.toml to 2.0.0 2022
|
||||||
|
* docs: add Usage from help in README
|
||||||
|
* feat: add version in help message
|
||||||
|
* feat: make bonsai pot gray and bold
|
||||||
|
* feat: add error if passed with old -xmas arg
|
||||||
|
* BREAKING CHANGE: use double hyphen for long args
|
||||||
|
* feat: add help message
|
||||||
|
* feat: make bonsai tree smaller
|
||||||
|
* docs: add donation link
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 20 03:24:45 UTC 2022 - William Brown <william.brown@suse.com>
|
Mon Jun 20 03:24:45 UTC 2022 - William Brown <william.brown@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package treefetch
|
# spec file for package treefetch
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,15 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: treefetch
|
Name: treefetch
|
||||||
Version: 2.0.0~git0.5b3eac1
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A lightning-fast system fetch tool made with Rust
|
Summary: A lightning-fast system fetch tool made with Rust
|
||||||
License: (Apache-2.0 OR MIT) AND (MIT OR Unlicense) AND MIT
|
License: (Apache-2.0 OR MIT) AND (MIT OR Unlicense) AND MIT
|
||||||
URL: https://github.com/angelofallars/treefetch
|
URL: https://github.com/angelofallars/treefetch
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.zst
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.zst
|
||||||
Source2: cargo_config
|
BuildRequires: cargo
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
|
BuildRequires: zstd
|
||||||
ExclusiveArch: %{rust_tier1_arches}
|
ExclusiveArch: %{rust_tier1_arches}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -33,8 +34,6 @@ A lightning-fast minimalist system fetch tool made in Rust. Even faster than pfe
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -a1
|
%autosetup -a1
|
||||||
mkdir .cargo
|
|
||||||
cp %{SOURCE2} .cargo/config
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{cargo_build}
|
%{cargo_build}
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d6d7ea5b6f9b6774e1bc1cbc73ba57e9170070c534c37b56000ea186d874c3ad
|
|
||||||
size 450612
|
|
||||||
3
vendor.tar.zst
Normal file
3
vendor.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:73963bb0d2a54e82d7b5582b21d93d2d4f64ddad8b0884553273a4f17f9d2ec4
|
||||||
|
size 940826
|
||||||
Reference in New Issue
Block a user