- Update to version 1.3.7:

* Bumped version and update dependencies

OBS-URL: https://build.opensuse.org/package/show/utilities/nomino?expand=0&rev=13
This commit is contained in:
OBS User smolsheep 2024-12-06 08:44:27 +00:00 committed by Git OBS Bridge
commit eaed194562
11 changed files with 162 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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
View File

@ -0,0 +1 @@
.osc

25
_service Normal file
View 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
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/yaa110/nomino.git</param>
<param name="changesrevision">09c178c7f1e1b2da8c86c0966ab70323d138c81d</param></service></servicedata>

3
nomino-1.3.5.obscpio Normal file
View 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
View File

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

3
nomino-1.3.7.obscpio Normal file
View File

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

45
nomino.changes Normal file
View File

@ -0,0 +1,45 @@
-------------------------------------------------------------------
Fri Dec 06 08:35:24 UTC 2024 - smolsheep@opensuse.org
- Update to version 1.3.7:
* Bumped version and update dependencies
-------------------------------------------------------------------
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
View File

@ -0,0 +1,4 @@
name: nomino
version: 1.3.7
mtime: 1733091401
commit: 09c178c7f1e1b2da8c86c0966ab70323d138c81d

48
nomino.spec Normal file
View 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.7
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
View File

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