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:
Pedro Monreal Gonzalez 2020-11-23 09:14:47 +00:00 committed by Git OBS Bridge
parent 8343146618
commit 8ca3e40a27
4 changed files with 20 additions and 8 deletions

View File

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

View File

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

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,25 +17,27 @@
Name: perl-Package-Stash
Version: 0.38
Version: 0.39
Release: 0
%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
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
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
BuildRequires: perl(CPAN::Meta::Requirements)
BuildRequires: perl(Dist::CheckConflicts) >= 0.02
BuildRequires: perl(Module::Implementation) >= 0.06
BuildRequires: perl(Package::Stash::XS) >= 0.26
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Needs)
Requires: perl(Dist::CheckConflicts) >= 0.02
Requires: perl(Module::Implementation) >= 0.06
Requires: perl(Package::Stash::XS) >= 0.26