diff --git a/Perl-Version-1.018.tar.gz b/Perl-Version-1.018.tar.gz deleted file mode 100644 index 8722c06..0000000 --- a/Perl-Version-1.018.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffddcd3771f1f8a12b30f87650d325f651ae1ef4daa0ebf8abda38ba8f5e3dcd -size 31452 diff --git a/Perl-Version-1.019.tar.gz b/Perl-Version-1.019.tar.gz new file mode 100644 index 0000000..964760d --- /dev/null +++ b/Perl-Version-1.019.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45a6e3f0d92fcb33214248a52d443e2b8ffd5fffdaf09b54cb7cb9dff588004 +size 31494 diff --git a/perl-Perl-Version.changes b/perl-Perl-Version.changes index 1439b03..daebd44 100644 --- a/perl-Perl-Version.changes +++ b/perl-Perl-Version.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Feb 25 06:18:41 UTC 2026 - Tina Müller + +- updated to 1.19.0 (1.019) + see /usr/share/doc/packages/perl-Perl-Version/Changes + + 1.019 2026-02-24T23:29:05Z + * perl-reversion needs IO::File before perl v5.14 (#12) + ------------------------------------------------------------------- Tue Jan 28 05:31:25 UTC 2025 - Tina Müller diff --git a/perl-Perl-Version.spec b/perl-Perl-Version.spec index b67f09d..915f881 100644 --- a/perl-Perl-Version.spec +++ b/perl-Perl-Version.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Perl-Version # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Perl-Version Name: perl-Perl-Version -Version: 1.18.0 +Version: 1.19.0 Release: 0 -# 1.018 -> normalize -> 1.18.0 -%define cpan_version 1.018 +# 1.019 -> normalize -> 1.19.0 +%define cpan_version 1.019 License: Artistic-2.0 Summary: Parse and manipulate Perl version strings URL: https://metacpan.org/release/%{cpan_name} @@ -94,7 +94,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} -p1 +%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