8
0

WIP: Automatic update to v1.700.0 (1.70) #1

Closed
cpanmirror wants to merge 1 commits from cpanmirror:autoupdate into main
4 changed files with 23 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49108037dc31ba4953aa8be57c1c72f3e922dde1fa328f1eb39a329f1e6314fc
size 181435

BIN
Scalar-List-Utils-1.70.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Oct 8 14:35:37 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@@ -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}"