11
0

Compare commits

...

2 Commits

Author SHA256 Message Date
1c5466601a Accepting request 1272890 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1272890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Scalar-List-Utils?expand=0&rev=28
2025-04-28 14:16:12 +00:00
452053d1ec - updated to 1.690.0 (1.69)
see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
  1.69 -- 2025-04-01
  	[CHANGES]
  	 * Always allow `isvstring` to be exported even on Perl 5.6, where it
  	   just returns false
  	 * Fix string comparison logic that compares versions with `$]`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=57
2025-04-27 00:57:59 +00:00
4 changed files with 24 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23317e4346fe8747f0167eccd1881d6369aa71023f014cd6f846988843295906
size 181532

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Apr 2 05:37:28 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.690.0 (1.69)
see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
1.69 -- 2025-04-01
[CHANGES]
* Always allow `isvstring` to be exported even on Perl 5.6, where it
just returns false
* Fix string comparison logic that compares versions with `$]`
-------------------------------------------------------------------
Sat Oct 19 05:33:40 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Scalar-List-Utils
#
# 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,10 +18,10 @@
%define cpan_name Scalar-List-Utils
Name: perl-Scalar-List-Utils
Version: 1.680.0
Version: 1.690.0
Release: 0
# 1.68 -> normalize -> 1.680.0
%define cpan_version 1.68
# 1.69 -> normalize -> 1.690.0
%define cpan_version 1.69
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Common Scalar and List utility subroutines
URL: https://metacpan.org/release/%{cpan_name}
@@ -29,11 +29,11 @@ Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{
Source1: cpanspec.yml
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(List::Util) = 1.68
Provides: perl(List::Util::XS) = 1.68
Provides: perl(List::Util) = 1.69
Provides: perl(List::Util::XS) = 1.69
Provides: perl(Scalar::List::Utils) = %{version}
Provides: perl(Scalar::Util) = 1.68
Provides: perl(Sub::Util) = 1.68
Provides: perl(Scalar::Util) = 1.69
Provides: perl(Sub::Util) = 1.69
%undefine __perllib_provides
%{perl_requires}
@@ -42,7 +42,7 @@ Provides: perl(Sub::Util) = 1.68
useful modules.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"