From 286c865bdf83c0058c032a781ca29635eb5390b45d18bffc99bba857ae2224a2 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Thu, 27 Oct 2011 09:31:48 +0000 Subject: [PATCH] Accepting request 89445 from home:tabraham1:Factory update to 0.33 OBS-URL: https://build.opensuse.org/request/show/89445 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Package-Stash?expand=0&rev=17 --- Package-Stash-0.29.tar.gz | 3 --- Package-Stash-0.33.tar.gz | 3 +++ perl-Package-Stash.changes | 19 ++++++++++++++++++ perl-Package-Stash.spec | 40 +++++++++++++++++++++++++++----------- 4 files changed, 51 insertions(+), 14 deletions(-) delete mode 100644 Package-Stash-0.29.tar.gz create mode 100644 Package-Stash-0.33.tar.gz diff --git a/Package-Stash-0.29.tar.gz b/Package-Stash-0.29.tar.gz deleted file mode 100644 index 234b764..0000000 --- a/Package-Stash-0.29.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f4c2de24d70f0b08005543ab34b09c01cbe4fc13da76e03a4a4e5a80f328ab0 -size 29358 diff --git a/Package-Stash-0.33.tar.gz b/Package-Stash-0.33.tar.gz new file mode 100644 index 0000000..94e3563 --- /dev/null +++ b/Package-Stash-0.33.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65fd815d51506ffc480253fded67c04d328c3607c4341c7bb7a5bf67016a555 +size 29841 diff --git a/perl-Package-Stash.changes b/perl-Package-Stash.changes index 98fd2c5..743ca94 100644 --- a/perl-Package-Stash.changes +++ b/perl-Package-Stash.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Oct 26 17:26:52 UTC 2011 - tabraham@novell.com + +- updated to 0.33 + - add conflict on MooseX::Method::Signatures 0.36 (ether) + +- updated to 0.32 2011-09-05 + - bring the behavior of has_symbol for nonexistant scalars into + line with the XS version + - invalid package names (for instance, Foo::Bar) are not allowed + - invalid stash entry names (anything containing ::) are not allowed + +- updated to 0.31 2011-08-08 + - fix ->add_symbol('$foo', qr/sdlfk/) on 5.12+ + - fix ->add_symbol('$foo', \v1.2.3) on 5.10+ + +- updated to 0.30 2011-07-21 + - fix compiler detection in Makefile.PL (ribasushi) + ------------------------------------------------------------------- Sat Jun 4 18:54:22 UTC 2011 - lars@linux-schulserver.de diff --git a/perl-Package-Stash.spec b/perl-Package-Stash.spec index 6023965..e26b275 100644 --- a/perl-Package-Stash.spec +++ b/perl-Package-Stash.spec @@ -18,28 +18,49 @@ Name: perl-Package-Stash -Version: 0.29 +Version: 0.33 Release: 1 License: GPL+ or Artistic %define cpan_name Package-Stash -Summary: Routines for manipulating stashes +Summary: routines for manipulating stashes Url: http://search.cpan.org/dist/Package-Stash/ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/D/DO/DOY/Package-Stash-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz Patch1: perl-Package-Stash-old_Test-More.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Dist::CheckConflicts) >= 0.02 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl(Package::DeprecationManager) -BuildRequires: perl(Package::Stash::XS) >= 0.22 +BuildRequires: perl(Package::Stash::XS) >= 0.24 BuildRequires: perl(Scalar::Util) 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(Package::DeprecationManager) -Requires: perl(Package::Stash::XS) >= 0.22 +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 %{perl_requires} %description @@ -63,6 +84,7 @@ implementation if possible, falling back to the pure perl one. %prep %setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %if 0%{?suse_version} <= 1110 %patch1 -p1 rm t/05-isa.t @@ -80,12 +102,8 @@ rm t/05-isa.t %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc Changes LICENSE README weaver.ini -%attr(0755,root,root) %{_bindir}/* %changelog