Accepting request 850129 from devel:languages:perl:autoupdate
- updated to 0.39 see /usr/share/doc/packages/perl-Package-Stash/Changes 0.39 2020-11-22 01:26:43Z - updated distribution metadata and packaging - configuration phase now uses ExtUtils::HasCompiler OBS-URL: https://build.opensuse.org/request/show/850129 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Package-Stash?expand=0&rev=33
This commit is contained in:
parent
8343146618
commit
8ca3e40a27
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c58ee8844df2dda38e3bf66fdf443439aaefaef1a33940edf2055f0afd223a7f
|
|
||||||
size 50136
|
|
3
Package-Stash-0.39.tar.gz
Normal file
3
Package-Stash-0.39.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9165f555112e080493ce0e9129de0886da30b2593fb353a2abd1c76b2d2621b5
|
||||||
|
size 55606
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 23 03:08:29 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.39
|
||||||
|
see /usr/share/doc/packages/perl-Package-Stash/Changes
|
||||||
|
|
||||||
|
0.39 2020-11-22 01:26:43Z
|
||||||
|
- updated distribution metadata and packaging
|
||||||
|
- configuration phase now uses ExtUtils::HasCompiler
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 31 06:25:56 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
Mon Dec 31 06:25:56 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Package-Stash
|
# spec file for package perl-Package-Stash
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 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
|
||||||
@ -17,25 +17,27 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Package-Stash
|
Name: perl-Package-Stash
|
||||||
Version: 0.38
|
Version: 0.39
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Package-Stash
|
%define cpan_name Package-Stash
|
||||||
Summary: Routines for Manipulating Stashes
|
Summary: Routines for manipulating stashes
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
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/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
|
||||||
|
BuildRequires: perl(CPAN::Meta::Requirements)
|
||||||
BuildRequires: perl(Dist::CheckConflicts) >= 0.02
|
BuildRequires: perl(Dist::CheckConflicts) >= 0.02
|
||||||
BuildRequires: perl(Module::Implementation) >= 0.06
|
BuildRequires: perl(Module::Implementation) >= 0.06
|
||||||
BuildRequires: perl(Package::Stash::XS) >= 0.26
|
BuildRequires: perl(Package::Stash::XS) >= 0.26
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
BuildRequires: perl(Test::Requires)
|
BuildRequires: perl(Test::Needs)
|
||||||
Requires: perl(Dist::CheckConflicts) >= 0.02
|
Requires: perl(Dist::CheckConflicts) >= 0.02
|
||||||
Requires: perl(Module::Implementation) >= 0.06
|
Requires: perl(Module::Implementation) >= 0.06
|
||||||
Requires: perl(Package::Stash::XS) >= 0.26
|
Requires: perl(Package::Stash::XS) >= 0.26
|
||||||
|
Loading…
Reference in New Issue
Block a user