forked from pool/perl-Scalar-List-Utils
WIP: Automatic update to v1.700.0 (1.70) #1
@@ -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
BIN
Scalar-List-Utils-1.70.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
Wed Apr 2 05:37:28 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Scalar-List-Utils
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name Scalar-List-Utils
|
%define cpan_name Scalar-List-Utils
|
||||||
Name: perl-Scalar-List-Utils
|
Name: perl-Scalar-List-Utils
|
||||||
Version: 1.690.0
|
Version: 1.700.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 1.69 -> normalize -> 1.690.0
|
# 1.70 -> normalize -> 1.700.0
|
||||||
%define cpan_version 1.69
|
%define cpan_version 1.70
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Common Scalar and List utility subroutines
|
Summary: Common Scalar and List utility subroutines
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -30,11 +30,11 @@ Source1: cpanspec.yml
|
|||||||
Source100: README.md
|
Source100: README.md
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
Provides: perl(List::Util) = 1.69
|
Provides: perl(List::Util) = 1.70
|
||||||
Provides: perl(List::Util::XS) = 1.69
|
Provides: perl(List::Util::XS) = 1.70
|
||||||
Provides: perl(Scalar::List::Utils) = %{version}
|
Provides: perl(Scalar::List::Utils) = %{version}
|
||||||
Provides: perl(Scalar::Util) = 1.69
|
Provides: perl(Scalar::Util) = 1.70
|
||||||
Provides: perl(Sub::Util) = 1.69
|
Provides: perl(Sub::Util) = 1.70
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
@@ -43,7 +43,7 @@ Provides: perl(Sub::Util) = 1.69
|
|||||||
useful modules.
|
useful modules.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
|
Reference in New Issue
Block a user