11
0

Compare commits

...

2 Commits

Author SHA256 Message Date
229c11b287 Accepting request 1236266 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1236266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Scalar-List-Utils?expand=0&rev=27
2025-01-12 10:09:28 +00:00
575984be4f - updated to 1.680.0 (1.68)
see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
  1.68 -- 2024-10-18
  	[CHANGES]
  	 * Added (empty) Scalar::List::Utils module so that a module exists
  	   which matches the name of the distribution (GH #135)
  1.67 -- 2024-10-18
  	[BUGFIXES]
  	 * zip() and mesh() should not alias their input values into the
  	   returned results (RT156183)
  	 * Exception message from mesh() should name the correct function
  1.66 -- 2024-09-19
  	[BUGFIXES]
  	 * Apostrophe is no longer special in package names in recent Perl
  	   versions
  	 * Fix operator precedence issue in `t/uniqnum.t`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=55
2025-01-09 16:23:01 +00:00
4 changed files with 37 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sat Oct 19 05:33:40 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 1.680.0 (1.68)
see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
1.68 -- 2024-10-18
[CHANGES]
* Added (empty) Scalar::List::Utils module so that a module exists
which matches the name of the distribution (GH #135)
1.67 -- 2024-10-18
[BUGFIXES]
* zip() and mesh() should not alias their input values into the
returned results (RT156183)
* Exception message from mesh() should name the correct function
1.66 -- 2024-09-19
[BUGFIXES]
* Apostrophe is no longer special in package names in recent Perl
versions
* Fix operator precedence issue in `t/uniqnum.t`
-------------------------------------------------------------------
Wed Aug 7 05:30:09 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,10 +18,10 @@
%define cpan_name Scalar-List-Utils
Name: perl-Scalar-List-Utils
Version: 1.650.0
Version: 1.680.0
Release: 0
# 1.65 -> normalize -> 1.650.0
%define cpan_version 1.65
# 1.68 -> normalize -> 1.680.0
%define cpan_version 1.68
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,10 +29,17 @@ 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(Scalar::List::Utils) = %{version}
Provides: perl(Scalar::Util) = 1.68
Provides: perl(Sub::Util) = 1.68
%undefine __perllib_provides
%{perl_requires}
%description
Common Scalar and List utility subroutines
'Scalar::List::Utils' does nothing on its own. It is packaged with several
useful modules.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}