diff --git a/Scalar-List-Utils-1.69.tar.gz b/Scalar-List-Utils-1.69.tar.gz deleted file mode 100644 index a4defd8..0000000 --- a/Scalar-List-Utils-1.69.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49108037dc31ba4953aa8be57c1c72f3e922dde1fa328f1eb39a329f1e6314fc -size 181435 diff --git a/Scalar-List-Utils-1.70.tar.gz b/Scalar-List-Utils-1.70.tar.gz new file mode 100644 index 0000000..1225a1e --- /dev/null +++ b/Scalar-List-Utils-1.70.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0cc03f9fe3565cdf4d6102654f87bba3bca2d8ff989da38307e857d0ae3c886 +size 181542 diff --git a/perl-Scalar-List-Utils.changes b/perl-Scalar-List-Utils.changes index 6c2569c..e4021dd 100644 --- a/perl-Scalar-List-Utils.changes +++ b/perl-Scalar-List-Utils.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Oct 8 14:35:37 UTC 2025 - Tina Müller + +- updated to 1.700.0 (1.70) + see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes + + 1.70 -- 2025-07-30 + [CHANGES] + * Reïnstate handling of apostrophy in package names, as it was added + back to perl at version 5.41.6 + ------------------------------------------------------------------- Wed Apr 2 05:37:28 UTC 2025 - Tina Müller diff --git a/perl-Scalar-List-Utils.spec b/perl-Scalar-List-Utils.spec index fddd602..a1ef183 100644 --- a/perl-Scalar-List-Utils.spec +++ b/perl-Scalar-List-Utils.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Scalar-List-Utils # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 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 Scalar-List-Utils Name: perl-Scalar-List-Utils -Version: 1.690.0 +Version: 1.700.0 Release: 0 -# 1.69 -> normalize -> 1.690.0 -%define cpan_version 1.69 +# 1.70 -> normalize -> 1.700.0 +%define cpan_version 1.70 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Common Scalar and List utility subroutines URL: https://metacpan.org/release/%{cpan_name} @@ -30,11 +30,11 @@ Source1: cpanspec.yml Source100: README.md BuildRequires: perl BuildRequires: perl-macros -Provides: perl(List::Util) = 1.69 -Provides: perl(List::Util::XS) = 1.69 +Provides: perl(List::Util) = 1.70 +Provides: perl(List::Util::XS) = 1.70 Provides: perl(Scalar::List::Utils) = %{version} -Provides: perl(Scalar::Util) = 1.69 -Provides: perl(Sub::Util) = 1.69 +Provides: perl(Scalar::Util) = 1.70 +Provides: perl(Sub::Util) = 1.70 %undefine __perllib_provides %{perl_requires} @@ -43,7 +43,7 @@ Provides: perl(Sub::Util) = 1.69 useful modules. %prep -%autosetup -n %{cpan_name}-%{cpan_version} -p1 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"