From a146868cfea859c2704eb9939b79c2a4e8dce6abf925752c023d02ce133a4a8a Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 28 Feb 2022 12:14:31 +0000 Subject: [PATCH] Accepting request 958002 from devel:languages:perl:autoupdate - updated to 0.40 see /usr/share/doc/packages/perl-Package-Stash/Changes 0.40 2022-02-21 05:38:38Z - update bundled version of ExtUtils::HasCompiler, for new new Apple include paths OBS-URL: https://build.opensuse.org/request/show/958002 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Package-Stash?expand=0&rev=35 --- Package-Stash-0.39.tar.gz | 3 --- Package-Stash-0.40.tar.gz | 3 +++ perl-Package-Stash.changes | 10 ++++++++++ perl-Package-Stash.spec | 17 +++++++---------- 4 files changed, 20 insertions(+), 13 deletions(-) delete mode 100644 Package-Stash-0.39.tar.gz create mode 100644 Package-Stash-0.40.tar.gz diff --git a/Package-Stash-0.39.tar.gz b/Package-Stash-0.39.tar.gz deleted file mode 100644 index 9a23950..0000000 --- a/Package-Stash-0.39.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9165f555112e080493ce0e9129de0886da30b2593fb353a2abd1c76b2d2621b5 -size 55606 diff --git a/Package-Stash-0.40.tar.gz b/Package-Stash-0.40.tar.gz new file mode 100644 index 0000000..eb2c33c --- /dev/null +++ b/Package-Stash-0.40.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9722c6d9cb29ee133e5f7b08a5362762a0b5633ff5170642a5b0686e95e066 +size 55402 diff --git a/perl-Package-Stash.changes b/perl-Package-Stash.changes index 7c51b13..7c1c16c 100644 --- a/perl-Package-Stash.changes +++ b/perl-Package-Stash.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Feb 22 03:07:54 UTC 2022 - Tina Müller + +- updated to 0.40 + see /usr/share/doc/packages/perl-Package-Stash/Changes + + 0.40 2022-02-21 05:38:38Z + - update bundled version of ExtUtils::HasCompiler, for new new Apple + include paths + ------------------------------------------------------------------- Mon Nov 23 03:08:29 UTC 2020 - Tina Müller diff --git a/perl-Package-Stash.spec b/perl-Package-Stash.spec index 6d7d400..594eaf9 100644 --- a/perl-Package-Stash.spec +++ b/perl-Package-Stash.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Package-Stash # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # -Name: perl-Package-Stash -Version: 0.39 -Release: 0 %define cpan_name Package-Stash -Summary: Routines for manipulating stashes +Name: perl-Package-Stash +Version: 0.40 +Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl +Summary: Routines for manipulating stashes URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(CPAN::Meta::Check) >= 0.011 @@ -64,11 +62,11 @@ environment variable taking precedence), otherwise, it will use the XS implementation if possible, falling back to the pure perl one. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -79,7 +77,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTING README %license LICENSE