- updated to 0.34
- support anonymous stashes on newer perl versions - prevent harmful effects from invalid settings for $ENV{PACKAGE_STASH_IMPLEMENTATION} - switch to Module::Implementation OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Package-Stash?expand=0&rev=21
This commit is contained in:
parent
144e7540eb
commit
5f85080307
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f65fd815d51506ffc480253fded67c04d328c3607c4341c7bb7a5bf67016a555
|
||||
size 29841
|
3
Package-Stash-0.34.tar.gz
Normal file
3
Package-Stash-0.34.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46e6e803c082af9fb4b5b60c242250d33af2316eb3a36df46703376b92fee498
|
||||
size 36180
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 18:31:50 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 0.34
|
||||
- support anonymous stashes on newer perl versions
|
||||
- prevent harmful effects from invalid settings for
|
||||
$ENV{PACKAGE_STASH_IMPLEMENTATION}
|
||||
- switch to Module::Implementation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 29 18:00:14 CET 2012 - ro@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Package-Stash
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
Name: perl-Package-Stash
|
||||
Version: 0.33
|
||||
Version: 0.34
|
||||
Release: 0
|
||||
%define cpan_name Package-Stash
|
||||
Summary: routines for manipulating stashes
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Package-Stash/
|
||||
Source: http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
|
||||
@ -31,35 +31,23 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Dist::CheckConflicts) >= 0.02
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
BuildRequires: perl(Module::Implementation) >= 0.06
|
||||
BuildRequires: perl(Package::DeprecationManager)
|
||||
BuildRequires: perl(Package::Stash::XS) >= 0.24
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Package::Stash::XS) >= 0.26
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Requires)
|
||||
#BuildRequires: perl(B)
|
||||
#BuildRequires: perl(Carp)
|
||||
#BuildRequires: perl(Config)
|
||||
#BuildRequires: perl(constant)
|
||||
#BuildRequires: perl(Dist::Zilla::Plugin::MakeMaker::Awesome)
|
||||
#BuildRequires: perl(Dist::Zilla::Role::MetaProvider)
|
||||
#BuildRequires: perl(File::Find)
|
||||
#BuildRequires: perl(File::Spec)
|
||||
#BuildRequires: perl(File::Temp)
|
||||
#BuildRequires: perl(Moose)
|
||||
#BuildRequires: perl(Package::Stash)
|
||||
#BuildRequires: perl(Package::Stash::PP)
|
||||
#BuildRequires: perl(Symbol)
|
||||
#BuildRequires: perl(Test::LeakTrace)
|
||||
Requires: perl(Dist::CheckConflicts) >= 0.02
|
||||
Requires: perl(Module::Implementation) >= 0.06
|
||||
Requires: perl(Package::DeprecationManager)
|
||||
Requires: perl(Package::Stash::XS) >= 0.24
|
||||
Requires: perl(Scalar::Util)
|
||||
Requires: perl(Test::Fatal)
|
||||
Requires: perl(Test::More) >= 0.88
|
||||
Requires: perl(Test::Requires)
|
||||
Recommends: perl(Package::Stash::XS) >= 0.24
|
||||
Requires: perl(Package::Stash::XS) >= 0.26
|
||||
Recommends: perl(Package::Stash::XS) >= 0.26
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -104,6 +92,6 @@ rm -f t/isa.t
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README weaver.ini
|
||||
%doc Changes LICENSE README
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user