11
0

7 Commits

Author SHA256 Message Date
fa87ad664c Add Gitea build results 2025-08-12 18:16:59 +02:00
26dc43280b 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
2dca5370b6 Accepting request 1269389 from devel:languages:perl:autoupdate
- 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/request/show/1269389
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
0c4cad7ac5 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
18cf7fa89c Accepting request 1235308 from devel:languages:perl:autoupdate
- 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/request/show/1235308
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
bf85de8741 Accepting request 1197303 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1197303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Scalar-List-Utils?expand=0&rev=26
2024-08-30 11:26:14 +00:00
879e8961d7 Accepting request 1195912 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1195912
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Scalar-List-Utils?expand=0&rev=53
2024-08-29 07:03:08 +00:00
5 changed files with 85 additions and 8 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Scalar-List-Utils/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Scalar-List-Utils)

View File

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

View File

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

View File

@@ -1,3 +1,58 @@
-------------------------------------------------------------------
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>
- 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>

View File

@@ -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) 2025 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,22 +18,32 @@
%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.690.0
Release: 0 Release: 0
# 1.69 -> normalize -> 1.690.0
%define cpan_version 1.69
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
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
Common Scalar and List utility subroutines 'Scalar::List::Utils' does nothing on its own. It is packaged with several
useful modules.
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{cpan_version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"