diff --git a/Perl-Version-1.017.tar.gz b/Perl-Version-1.017.tar.gz deleted file mode 100644 index c1f9471..0000000 --- a/Perl-Version-1.017.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d85283bc5411af0f71fd75284a0b2e1ff3a7ec13f16464046f1fd77aa8647e4 -size 30441 diff --git a/Perl-Version-1.018.tar.gz b/Perl-Version-1.018.tar.gz new file mode 100644 index 0000000..8722c06 --- /dev/null +++ b/Perl-Version-1.018.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffddcd3771f1f8a12b30f87650d325f651ae1ef4daa0ebf8abda38ba8f5e3dcd +size 31452 diff --git a/perl-Perl-Version.changes b/perl-Perl-Version.changes index d6ecc25..1439b03 100644 --- a/perl-Perl-Version.changes +++ b/perl-Perl-Version.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 28 05:31:25 UTC 2025 - Tina Müller + +- updated to 1.18.0 (1.018) + see /usr/share/doc/packages/perl-Perl-Version/Changes + + 1.018 2025-01-27T13:07:40Z + * refresh distro and move to BRIANDFOY + ------------------------------------------------------------------- Fri Mar 22 16:35:15 UTC 2024 - Tina Müller diff --git a/perl-Perl-Version.spec b/perl-Perl-Version.spec index 8e04f23..3912d2c 100644 --- a/perl-Perl-Version.spec +++ b/perl-Perl-Version.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Perl-Version # -# Copyright (c) 2024 SUSE LLC +# 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 @@ -18,14 +18,14 @@ %define cpan_name Perl-Version Name: perl-Perl-Version -Version: 1.17.0 +Version: 1.18.0 Release: 0 -# 1.017 -> normalize -> 1.17.0 -%define cpan_version 1.017 +# 1.018 -> normalize -> 1.18.0 +%define cpan_version 1.018 License: Artistic-2.0 Summary: Parse and manipulate Perl version strings URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{cpan_version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/B/BR/BRIANDFOY/%{cpan_name}-%{cpan_version}.tar.gz BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros @@ -93,7 +93,7 @@ case if either of them starts with a zero they will be zero padded to the same length when stringifying the version. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 @@ -110,7 +110,7 @@ make test %perl_gen_filelist %files -f %{name}.files -%doc Changes examples Notes.txt +%doc Changes examples Notes.txt SECURITY.md %license LICENSE %changelog