Accepting request 1135509 from home:smolsheep:upgrades
- Update to version 1.3.3: * update dependencies - Modernize to obs_scm OBS-URL: https://build.opensuse.org/request/show/1135509 OBS-URL: https://build.opensuse.org/package/show/utilities/nomino?expand=0&rev=5
This commit is contained in:
parent
c745a78f16
commit
1927fd29b8
11
_service
11
_service
@ -1,5 +1,5 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://github.com/yaa110/nomino.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
@ -8,12 +8,11 @@
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
<param name="basename">nomino</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">nomino</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/yaa110/nomino.git</param>
|
||||
<param name="changesrevision">d9a467b98eddeb380744d8d9756482e6ba4727ba</param></service></servicedata>
|
||||
<param name="changesrevision">c5140a6156e91424e2ddfa74ce112a8e7d614949</param></service></servicedata>
|
@ -1,5 +0,0 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5587853d8be2a67ced2c9b1352fd03b074d3e2eb48b69d2693e6f333e9becb24
|
||||
size 294707
|
3
nomino-1.3.3.obscpio
Normal file
3
nomino-1.3.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:825ee8f1441f66e0dbe29e1b8876209607f5bf23fd0b4a38bbca4522c954b783
|
||||
size 428555
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 28 03:57:51 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
|
||||
|
||||
- Update to version 1.3.3:
|
||||
* update dependencies
|
||||
- Modernize to obs_scm
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 29 02:35:30 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
|
||||
|
||||
|
4
nomino.obsinfo
Normal file
4
nomino.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: nomino
|
||||
version: 1.3.3
|
||||
mtime: 1698615263
|
||||
commit: c5140a6156e91424e2ddfa74ce112a8e7d614949
|
@ -17,14 +17,13 @@
|
||||
|
||||
|
||||
Name: nomino
|
||||
Version: 1.3.2
|
||||
Version: 1.3.3
|
||||
Release: 0
|
||||
Summary: Batch rename utility for developers
|
||||
License: Apache-2.0 OR MIT
|
||||
URL: https://github.com/yaa110/nomino
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo-packaging
|
||||
|
||||
%description
|
||||
@ -32,7 +31,6 @@ nomino is a batch rename utility for developers
|
||||
|
||||
%prep
|
||||
%autosetup -a 1
|
||||
install -D -m 644 %{SOURCE2} .cargo/config
|
||||
|
||||
%build
|
||||
%{cargo_build}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3a0311c42f0fad859c2688b5e9bd820c53fa357b90cd0aa00a042ac4a32d357
|
||||
size 13666653
|
||||
oid sha256:0ef7ae02a4e4eec3bc895f13090ca2a59de04406036bfa3dbd59d556fff7d5fa
|
||||
size 17173360
|
||||
|
Loading…
x
Reference in New Issue
Block a user