From afcca77c723031854ecb17c48acfd91e7ad5b803ee233afa98193b31cb55bff6 Mon Sep 17 00:00:00 2001 From: OBS User smolsheep Date: Fri, 22 Nov 2024 20:52:42 +0000 Subject: [PATCH] - Update to version 1.3.6: * update dependencies OBS-URL: https://build.opensuse.org/package/show/utilities/nomino?expand=0&rev=11 --- .gitattributes | 23 +++++++++++++++++++++ .gitignore | 1 + _service | 25 +++++++++++++++++++++++ _servicedata | 4 ++++ nomino-1.3.5.obscpio | 3 +++ nomino-1.3.6.obscpio | 3 +++ nomino.changes | 39 +++++++++++++++++++++++++++++++++++ nomino.obsinfo | 4 ++++ nomino.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++ vendor.tar.zst | 3 +++ 10 files changed, 153 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 _servicedata create mode 100644 nomino-1.3.5.obscpio create mode 100644 nomino-1.3.6.obscpio create mode 100644 nomino.changes create mode 100644 nomino.obsinfo create mode 100644 nomino.spec create mode 100644 vendor.tar.zst diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..445fb1b --- /dev/null +++ b/_service @@ -0,0 +1,25 @@ + + + https://github.com/yaa110/nomino.git + git + .git + @PARENT_TAG@ + @PARENT_TAG@ + enable + v(.*) + + + + + *.tar + gz + + + nomino + zst + true + + + nomino + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..2aa532a --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/yaa110/nomino.git + 1a2bf9fd67f9863cf2c53c0a49f97398980d4219 \ No newline at end of file diff --git a/nomino-1.3.5.obscpio b/nomino-1.3.5.obscpio new file mode 100644 index 0000000..ad4c716 --- /dev/null +++ b/nomino-1.3.5.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ddad046e0c207ad2a7cebf1ebc6855d46f402b3f8b886e338599032cdf48e6 +size 430091 diff --git a/nomino-1.3.6.obscpio b/nomino-1.3.6.obscpio new file mode 100644 index 0000000..ba7846d --- /dev/null +++ b/nomino-1.3.6.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29acdff7334a1600d6365110b55cfeb050c5efbd8a3a4ab1f8cd14ef3021622 +size 429579 diff --git a/nomino.changes b/nomino.changes new file mode 100644 index 0000000..71d9001 --- /dev/null +++ b/nomino.changes @@ -0,0 +1,39 @@ +------------------------------------------------------------------- +Fri Nov 22 20:44:23 UTC 2024 - Joshua Smith + +- Update to version 1.3.6: + * update dependencies + +------------------------------------------------------------------- +Thu Jun 06 13:54:13 UTC 2024 - Joshua Smith + +- Update to version 1.3.5: + * README: remove arch linux aur + * update dependencies + +------------------------------------------------------------------- +Sun Apr 07 01:02:19 UTC 2024 - Joshua Smith + +- 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 + +- Update to version 1.3.3: + * update dependencies +- Modernize to obs_scm + +------------------------------------------------------------------- +Tue Aug 29 02:35:30 UTC 2023 - Joshua Smith + +- 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 + +- Initial package of nomino v1.3.1 for openSUSE diff --git a/nomino.obsinfo b/nomino.obsinfo new file mode 100644 index 0000000..63b9def --- /dev/null +++ b/nomino.obsinfo @@ -0,0 +1,4 @@ +name: nomino +version: 1.3.6 +mtime: 1732299866 +commit: 1a2bf9fd67f9863cf2c53c0a49f97398980d4219 diff --git a/nomino.spec b/nomino.spec new file mode 100644 index 0000000..a44c898 --- /dev/null +++ b/nomino.spec @@ -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 diff --git a/vendor.tar.zst b/vendor.tar.zst new file mode 100644 index 0000000..1790068 --- /dev/null +++ b/vendor.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560e56dedece03957c6bac63cd8d364389ea61e688d2fc586f7dada0d863ab4d +size 19532829