forked from pool/perl-Scalar-List-Utils
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
a6f020eb0d | |||
8b6592d5de |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cafbdf212f6827dc9a0dd3b57b6ee50e860586d7198228a33262d55c559eb2a9
|
|
||||||
size 177981
|
|
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 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 05:30:09 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.650.0 (1.65)
|
||||||
|
see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
|
||||||
|
|
||||||
|
1.65 -- 2024-08-06
|
||||||
|
[BUGFIXES]
|
||||||
|
* Update exotic names test to avoid single quote package separator
|
||||||
|
(GH #128)
|
||||||
|
* Don't loop forever in uniqnum.t (GH #130)
|
||||||
|
|
||||||
|
1.64 -- 2024-08-02
|
||||||
|
[CHANGES]
|
||||||
|
* On Perl version 5.40 or later, various `Scalar::Util` functions are
|
||||||
|
now simply aliases to core-provided functions in `builtin::`:
|
||||||
|
+ blessed(), refaddr(), reftype(), weaken(), unweaken(), isweak()
|
||||||
|
* Remember to list `head` and `tail` in `List::Util` SYNOPSIS
|
||||||
|
* Various improvements to internal CI infrastructure
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 9 03:10:33 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
Tue Aug 9 03:10:33 UTC 2022 - 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) 2022 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,12 +18,14 @@
|
|||||||
|
|
||||||
%define cpan_name Scalar-List-Utils
|
%define cpan_name Scalar-List-Utils
|
||||||
Name: perl-Scalar-List-Utils
|
Name: perl-Scalar-List-Utils
|
||||||
Version: 1.63
|
Version: 1.650.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
# 1.65 -> normalize -> 1.650.0
|
||||||
|
%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}-%{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
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@@ -33,7 +35,7 @@ BuildRequires: perl-macros
|
|||||||
Common Scalar and List utility subroutines
|
Common Scalar and List utility subroutines
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%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