From 0c22ca05607d5a457ca43a65cd421b11788883ee20e4850590ebf722ce866b2a Mon Sep 17 00:00:00 2001 From: OBS User smolsheep Date: Sat, 4 Jan 2025 07:49:23 +0000 Subject: [PATCH] - Update to version 1.4.0: * Bumped version and update dependencies * add alias dry-run option OBS-URL: https://build.opensuse.org/package/show/utilities/nomino?expand=0&rev=15 --- .gitattributes | 23 ++++++++++++++++++++ .gitignore | 1 + _service | 25 +++++++++++++++++++++ _servicedata | 4 ++++ nomino-1.3.5.obscpio | 3 +++ nomino-1.3.6.obscpio | 3 +++ nomino-1.3.7.obscpio | 3 +++ nomino-1.4.0.obscpio | 3 +++ nomino.changes | 52 ++++++++++++++++++++++++++++++++++++++++++++ nomino.obsinfo | 4 ++++ nomino.spec | 48 ++++++++++++++++++++++++++++++++++++++++ vendor.tar.zst | 3 +++ 12 files changed, 172 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-1.3.7.obscpio create mode 100644 nomino-1.4.0.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..3e7e905 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/yaa110/nomino.git + ead5cf54967f8e095abeeb30f8cac676ef9b3788 \ 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-1.3.7.obscpio b/nomino-1.3.7.obscpio new file mode 100644 index 0000000..0776d6d --- /dev/null +++ b/nomino-1.3.7.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1fc35bb8afc04afeb30cb3fec8819f3504352a48d54564340bf32c7892892a +size 429579 diff --git a/nomino-1.4.0.obscpio b/nomino-1.4.0.obscpio new file mode 100644 index 0000000..00bd9a7 --- /dev/null +++ b/nomino-1.4.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5778383da95c72a074eee80840f9179c287cb1084426c2852e2bd1280fd23a +size 427019 diff --git a/nomino.changes b/nomino.changes new file mode 100644 index 0000000..bbc8f3b --- /dev/null +++ b/nomino.changes @@ -0,0 +1,52 @@ +------------------------------------------------------------------- +Sat Jan 4 07:38:58 UTC 2025 - Joshua Smith + +- Update to version 1.4.0: + * Bumped version and update dependencies + * add alias dry-run option + +------------------------------------------------------------------- +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 + +- 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..8da7929 --- /dev/null +++ b/nomino.obsinfo @@ -0,0 +1,4 @@ +name: nomino +version: 1.4.0 +mtime: 1735467616 +commit: ead5cf54967f8e095abeeb30f8cac676ef9b3788 diff --git a/nomino.spec b/nomino.spec new file mode 100644 index 0000000..ac684bb --- /dev/null +++ b/nomino.spec @@ -0,0 +1,48 @@ +# +# spec file for package nomino +# +# Copyright (c) 2025 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.4.0 +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..4e5b328 --- /dev/null +++ b/vendor.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c26cbb20cc17fd5a52d83f64723a61c118c74bcc6ab17ff8f81f47c90aa2592 +size 15937193