- Update to version 1.3.6:
* update dependencies OBS-URL: https://build.opensuse.org/package/show/utilities/nomino?expand=0&rev=11
This commit is contained in:
commit
afcca77c72
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
25
_service
Normal file
25
_service
Normal file
@ -0,0 +1,25 @@
|
||||
<services>
|
||||
<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>
|
||||
<param name="revision">@PARENT_TAG@</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<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="manual">
|
||||
<param name="srcdir">nomino</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="manual">
|
||||
<param name="srcdir">nomino</param>
|
||||
</service>
|
||||
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/yaa110/nomino.git</param>
|
||||
<param name="changesrevision">1a2bf9fd67f9863cf2c53c0a49f97398980d4219</param></service></servicedata>
|
3
nomino-1.3.5.obscpio
Normal file
3
nomino-1.3.5.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64ddad046e0c207ad2a7cebf1ebc6855d46f402b3f8b886e338599032cdf48e6
|
||||
size 430091
|
3
nomino-1.3.6.obscpio
Normal file
3
nomino-1.3.6.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f29acdff7334a1600d6365110b55cfeb050c5efbd8a3a4ab1f8cd14ef3021622
|
||||
size 429579
|
39
nomino.changes
Normal file
39
nomino.changes
Normal file
@ -0,0 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 22 20:44:23 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
- Update to version 1.3.6:
|
||||
* update dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 06 13:54:13 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
- Update to version 1.3.5:
|
||||
* README: remove arch linux aur
|
||||
* update dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- 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>
|
||||
|
||||
- Update to version 1.3.2:
|
||||
* Update to clap v4 (and update other deps too) (#18)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 3 12:26:44 UTC 2023 - Joshua Smith <jsmithfpv@gmail.com>
|
||||
|
||||
- Initial package of nomino v1.3.1 for openSUSE
|
4
nomino.obsinfo
Normal file
4
nomino.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: nomino
|
||||
version: 1.3.6
|
||||
mtime: 1732299866
|
||||
commit: 1a2bf9fd67f9863cf2c53c0a49f97398980d4219
|
48
nomino.spec
Normal file
48
nomino.spec
Normal file
@ -0,0 +1,48 @@
|
||||
#
|
||||
# spec file for package nomino
|
||||
#
|
||||
# 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
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: nomino
|
||||
Version: 1.3.6
|
||||
Release: 0
|
||||
Summary: Batch rename utility for developers
|
||||
License: Apache-2.0 OR MIT
|
||||
URL: https://github.com/yaa110/nomino
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: cargo-packaging
|
||||
|
||||
%description
|
||||
nomino is a batch rename utility for developers
|
||||
|
||||
%prep
|
||||
%autosetup -a 1
|
||||
|
||||
%build
|
||||
%{cargo_build}
|
||||
|
||||
%install
|
||||
%{cargo_install}
|
||||
|
||||
%check
|
||||
%{cargo_test}
|
||||
|
||||
%files
|
||||
%license LICENSE-APACHE LICENSE-MIT
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
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:560e56dedece03957c6bac63cd8d364389ea61e688d2fc586f7dada0d863ab4d
|
||||
size 19532829
|
Loading…
x
Reference in New Issue
Block a user