From 5f85080307813a851223b88f367b1cdcdf6a401b956183c84a0c81ded7190b4c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 11 Jun 2013 18:33:06 +0000 Subject: [PATCH] - 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 --- Package-Stash-0.33.tar.gz | 3 --- Package-Stash-0.34.tar.gz | 3 +++ perl-Package-Stash.changes | 9 +++++++++ perl-Package-Stash.spec | 30 +++++++++--------------------- 4 files changed, 21 insertions(+), 24 deletions(-) delete mode 100644 Package-Stash-0.33.tar.gz create mode 100644 Package-Stash-0.34.tar.gz diff --git a/Package-Stash-0.33.tar.gz b/Package-Stash-0.33.tar.gz deleted file mode 100644 index 94e3563..0000000 --- a/Package-Stash-0.33.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f65fd815d51506ffc480253fded67c04d328c3607c4341c7bb7a5bf67016a555 -size 29841 diff --git a/Package-Stash-0.34.tar.gz b/Package-Stash-0.34.tar.gz new file mode 100644 index 0000000..3da6c60 --- /dev/null +++ b/Package-Stash-0.34.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e6e803c082af9fb4b5b60c242250d33af2316eb3a36df46703376b92fee498 +size 36180 diff --git a/perl-Package-Stash.changes b/perl-Package-Stash.changes index 0cd4e08..0e6e7cc 100644 --- a/perl-Package-Stash.changes +++ b/perl-Package-Stash.changes @@ -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 diff --git a/perl-Package-Stash.spec b/perl-Package-Stash.spec index 21c3ea6..5e9492c 100644 --- a/perl-Package-Stash.spec +++ b/perl-Package-Stash.spec @@ -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