forked from pool/perl-Set-Object
Accepting request 770209 from devel:languages:perl:autoupdate
- updated to 1.40 see /usr/share/doc/packages/perl-Set-Object/Changes.pod =head1 1.40, 2020-01-19 =over =item * Fixed perl5.28 regressions (not cperl), for @$set args to other set functions. (RT #131345). Fixed by adding missing SvGETMAGIC expansions to all args. =item * Bumped minimal required perl version to 5.8 for arrayref @$set behavior. =item * Fixed the smokers and some author tests. =back OBS-URL: https://build.opensuse.org/request/show/770209 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Set-Object?expand=0&rev=31
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5effcfeb104da334f413a20dee9cdc5e874246096c3b282190a5f44453401810
|
|
||||||
size 80902
|
|
3
Set-Object-1.40.tar.gz
Normal file
3
Set-Object-1.40.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1c4d8464c13e6d94957cf021ce603c961b08f52db6a9eaf5a5b0d37868cd37b7
|
||||||
|
size 82458
|
@@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 20 03:15:51 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.40
|
||||||
|
see /usr/share/doc/packages/perl-Set-Object/Changes.pod
|
||||||
|
|
||||||
|
=head1 1.40, 2020-01-19
|
||||||
|
|
||||||
|
=over
|
||||||
|
|
||||||
|
=item *
|
||||||
|
|
||||||
|
Fixed perl5.28 regressions (not cperl), for @$set args to other set functions.
|
||||||
|
(RT #131345). Fixed by adding missing SvGETMAGIC expansions to all args.
|
||||||
|
|
||||||
|
=item *
|
||||||
|
|
||||||
|
Bumped minimal required perl version to 5.8 for arrayref @$set behavior.
|
||||||
|
|
||||||
|
=item *
|
||||||
|
|
||||||
|
Fixed the smokers and some author tests.
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 9 07:13:27 UTC 2018 - coolo@suse.com
|
Tue Jan 9 07:13:27 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Set-Object
|
# spec file for package perl-Set-Object
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -12,18 +12,18 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Set-Object
|
Name: perl-Set-Object
|
||||||
Version: 1.39
|
Version: 1.40
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Set-Object
|
%define cpan_name Set-Object
|
||||||
Summary: Set of Objects and Strings
|
Summary: Set of objects and strings
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Set-Object/
|
Url: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -52,11 +52,11 @@ only strings come out.
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Reference in New Issue
Block a user