Accepting request 1165896 from home:smolsheep:upgrades
- Enable tests - Switch service to manual from deprecated disabled - Update to version 1.3.4: * rename master branch to main * update dependencies OBS-URL: https://build.opensuse.org/request/show/1165896 OBS-URL: https://build.opensuse.org/package/show/utilities/nomino?expand=0&rev=7
This commit is contained in:
parent
1927fd29b8
commit
2eef50b229
8
_service
8
_service
@ -1,5 +1,5 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/yaa110/nomino.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
@ -8,18 +8,18 @@
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="set_version" mode="manual"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">nomino</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<service name="cargo_audit" mode="manual">
|
||||
<param name="srcdir">nomino</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/yaa110/nomino.git</param>
|
||||
<param name="changesrevision">c5140a6156e91424e2ddfa74ce112a8e7d614949</param></service></servicedata>
|
||||
<param name="changesrevision">ab3dc84b2f2f143ccde0aef7656daed3e96a273b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:825ee8f1441f66e0dbe29e1b8876209607f5bf23fd0b4a38bbca4522c954b783
|
||||
size 428555
|
3
nomino-1.3.4.obscpio
Normal file
3
nomino-1.3.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a804e354481a1e70f3d8f87a58de6bcada15c89011a0ff3e2fcd96b3d2c95ae
|
||||
size 430091
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 07 01:02:19 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
- Enable tests
|
||||
- Switch service to manual from deprecated disabled
|
||||
- Update to version 1.3.4:
|
||||
* rename master branch to main
|
||||
* update dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 28 03:57:51 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: nomino
|
||||
version: 1.3.3
|
||||
mtime: 1698615263
|
||||
commit: c5140a6156e91424e2ddfa74ce112a8e7d614949
|
||||
version: 1.3.4
|
||||
mtime: 1712448147
|
||||
commit: ab3dc84b2f2f143ccde0aef7656daed3e96a273b
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nomino
|
||||
#
|
||||
# Copyright (c) 2023 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,7 +17,7 @@
|
||||
|
||||
|
||||
Name: nomino
|
||||
Version: 1.3.3
|
||||
Version: 1.3.4
|
||||
Release: 0
|
||||
Summary: Batch rename utility for developers
|
||||
License: Apache-2.0 OR MIT
|
||||
@ -38,6 +38,9 @@ nomino is a batch rename utility for developers
|
||||
%install
|
||||
%{cargo_install}
|
||||
|
||||
%check
|
||||
%{cargo_test}
|
||||
|
||||
%files
|
||||
%license LICENSE-APACHE LICENSE-MIT
|
||||
%{_bindir}/%{name}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ef7ae02a4e4eec3bc895f13090ca2a59de04406036bfa3dbd59d556fff7d5fa
|
||||
size 17173360
|
||||
oid sha256:dc0c0c06058c9efea9aa1cf0706b8bdc01a146bc4e9981e67ed6ff74c78cbb3f
|
||||
size 17117957
|
||||
|
Loading…
x
Reference in New Issue
Block a user