forked from pool/perl-Scalar-List-Utils
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
a6f020eb0d | |||
8b6592d5de |
12
README.md
12
README.md
@@ -1,12 +0,0 @@
|
|||||||
|
|
||||||
## Build Results
|
|
||||||
|
|
||||||
Current state of perl in openSUSE:Factory is
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
The current state of perl in the devel project build (devel:languages:perl)
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
3
Scalar-List-Utils-1.65.tar.gz
Normal file
3
Scalar-List-Utils-1.65.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ddc10e6c410ba35374f69365df4c66e32784352bd3cd88a8ad020e41f47a80c4
|
||||||
|
size 180891
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:49108037dc31ba4953aa8be57c1c72f3e922dde1fa328f1eb39a329f1e6314fc
|
|
||||||
size 181435
|
|
@@ -1,38 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
|
||||||
|
|
||||||
- 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>
|
Wed Aug 7 05:30:09 UTC 2024 - 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) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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,32 +18,24 @@
|
|||||||
|
|
||||||
%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.650.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 1.69 -> normalize -> 1.690.0
|
# 1.65 -> normalize -> 1.650.0
|
||||||
%define cpan_version 1.69
|
%define cpan_version 1.65
|
||||||
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}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
Source100: README.md
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
Provides: perl(List::Util) = 1.69
|
|
||||||
Provides: perl(List::Util::XS) = 1.69
|
|
||||||
Provides: perl(Scalar::List::Utils) = %{version}
|
|
||||||
Provides: perl(Scalar::Util) = 1.69
|
|
||||||
Provides: perl(Sub::Util) = 1.69
|
|
||||||
%undefine __perllib_provides
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
'Scalar::List::Utils' does nothing on its own. It is packaged with several
|
Common Scalar and List utility subroutines
|
||||||
useful modules.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
|
Reference in New Issue
Block a user