forked from pool/perl-Set-Object
Accepting request 864266 from devel:languages:perl:autoupdate
- updated to 1.41 see /usr/share/doc/packages/perl-Set-Object/Changes.pod =head1 1.41, 2021-01-17 =over =item * Use meta-spec 2, Moose -> dev.requires not runtime.recommends (GH #6, RT #134034) by mohawk =back OBS-URL: https://build.opensuse.org/request/show/864266 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Set-Object?expand=0&rev=33
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c4d8464c13e6d94957cf021ce603c961b08f52db6a9eaf5a5b0d37868cd37b7
|
|
||||||
size 82458
|
|
3
Set-Object-1.41.tar.gz
Normal file
3
Set-Object-1.41.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ba663fbf6d6a62b21b0be99cc4333ef8fb51eb3a5cc6bd2fd7616b6b216d6cc0
|
||||||
|
size 82292
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 18 03:09:17 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.41
|
||||||
|
see /usr/share/doc/packages/perl-Set-Object/Changes.pod
|
||||||
|
|
||||||
|
=head1 1.41, 2021-01-17
|
||||||
|
=over
|
||||||
|
=item *
|
||||||
|
Use meta-spec 2, Moose -> dev.requires not runtime.recommends
|
||||||
|
(GH #6, RT #134034) by mohawk
|
||||||
|
=back
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 20 03:15:51 UTC 2020 - <timueller+perl@suse.de>
|
Mon Jan 20 03:15:51 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Set-Object
|
# spec file for package perl-Set-Object
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 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
|
||||||
@@ -16,21 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Set-Object
|
|
||||||
Version: 1.40
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Set-Object
|
%define cpan_name Set-Object
|
||||||
|
Name: perl-Set-Object
|
||||||
|
Version: 1.41
|
||||||
|
Release: 0
|
||||||
Summary: Set of objects and strings
|
Summary: Set of objects and strings
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Group: Development/Libraries/Perl
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
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
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
Recommends: perl(Moose)
|
|
||||||
Recommends: perl(Test::LeakTrace)
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -49,11 +45,11 @@ will lose any magic (eg, tie) or other special bits that they went in with;
|
|||||||
only strings come out.
|
only strings come out.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -64,7 +60,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc README
|
%doc README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user