2 Commits

Author SHA256 Message Date
ab8e2ad71a Accepting request 1248063 from utilities
OBS-URL: https://build.opensuse.org/request/show/1248063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/treefetch?expand=0&rev=5
2025-02-24 14:50:22 +00:00
4992f896d6 This is just a refresh. This software was from a friend of mine.
- 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

OBS-URL: https://build.opensuse.org/package/show/utilities/treefetch?expand=0&rev=9
2025-02-24 10:04:05 +00:00
8 changed files with 36 additions and 31 deletions

View File

@@ -1,28 +1,24 @@
<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="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
<param name="versionformat">@PARENT_TAG@</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="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">danilo.spinella@suse.com</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
<service mode="manual" name="tar" />
<service mode="manual" name="recomprizz">
<param name="target">*.tar</param>
<param name="compression">zst</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_vendor" mode="disabled">
<service mode="manual" name="set_version"/>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">treefetch</param>
<param name="compression">xz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">treefetch</param>
</service>
</services>

View File

@@ -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
View File

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

View File

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

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,16 @@
Name: treefetch
Version: 2.0.0~git0.5b3eac1
Version: 2.0.0
Release: 0
Summary: A lightning-fast system fetch tool made with Rust
License: (Apache-2.0 OR MIT) AND (MIT OR Unlicense) AND MIT
URL: https://github.com/angelofallars/treefetch
Source0: %{name}-%{version}.tar.xz
Source1: vendor.tar.xz
Source2: cargo_config
Source0: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
BuildRequires: cargo
BuildRequires: cargo-packaging
BuildRequires: zstd
ExclusiveArch: %{rust_tier1_arches}
%description
@@ -33,8 +34,6 @@ A lightning-fast minimalist system fetch tool made in Rust. Even faster than pfe
%prep
%autosetup -a1
mkdir .cargo
cp %{SOURCE2} .cargo/config
%build
%{cargo_build}

View File

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

3
vendor.tar.zst Normal file
View File

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