From 814b7e37f9002592974768861e0488fdbebe181d79b30acc8b38701afd4563d6 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Thu, 27 Oct 2011 09:31:36 +0000 Subject: [PATCH] Accepting request 89444 from home:tabraham1:Factory update to 0.25 OBS-URL: https://build.opensuse.org/request/show/89444 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Package-Stash-XS?expand=0&rev=4 --- Package-Stash-XS-0.22.tar.bz2 | 3 --- Package-Stash-XS-0.25.tar.gz | 3 +++ perl-Package-Stash-XS.changes | 15 +++++++++++++++ perl-Package-Stash-XS.spec | 31 +++++++++++++++++++++---------- 4 files changed, 39 insertions(+), 13 deletions(-) delete mode 100644 Package-Stash-XS-0.22.tar.bz2 create mode 100644 Package-Stash-XS-0.25.tar.gz diff --git a/Package-Stash-XS-0.22.tar.bz2 b/Package-Stash-XS-0.22.tar.bz2 deleted file mode 100644 index 183ceef..0000000 --- a/Package-Stash-XS-0.22.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd320099703b9bdae207cdf8b4b4aed68f964f90bbe4c4e85b1e870bbd99fb0c -size 60753 diff --git a/Package-Stash-XS-0.25.tar.gz b/Package-Stash-XS-0.25.tar.gz new file mode 100644 index 0000000..6be16b4 --- /dev/null +++ b/Package-Stash-XS-0.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739c5810d69a28346b35886e7335889538d1449f1365616420d8e9131aac85c4 +size 67155 diff --git a/perl-Package-Stash-XS.changes b/perl-Package-Stash-XS.changes index c562147..03e7d34 100644 --- a/perl-Package-Stash-XS.changes +++ b/perl-Package-Stash-XS.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Oct 26 17:55:03 UTC 2011 - tabraham@novell.com + +- updated to 0.25 + - fix compilation on perl 5.8 (RT#70762) + +- updated to 0.24 2011-09-05 + - invalid package names (for instance, Foo::Bar) are not allowed + - invalid stash entry names (anything containing ::) are not allowed + +- updated to 0.23 2011-08-08 + - fix the test for scalar values, again (t0m, rafl) + - disallow assigning globrefs to scalar glob slots (this doesn't + actually make any sense) + ------------------------------------------------------------------- Sat Jun 4 18:47:57 UTC 2011 - lars@linux-schulserver.de diff --git a/perl-Package-Stash-XS.spec b/perl-Package-Stash-XS.spec index b292804..78a509c 100644 --- a/perl-Package-Stash-XS.spec +++ b/perl-Package-Stash-XS.spec @@ -18,20 +18,33 @@ Name: perl-Package-Stash-XS -Version: 0.22 -Release: 3 +Version: 0.25 +Release: 1 License: GPL+ or Artistic %define cpan_name Package-Stash-XS -Summary: Faster and more correct implementation of the Package::Stash API +Summary: faster and more correct implementation of the Package::Stash API Url: http://search.cpan.org/dist/Package-Stash-XS/ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/D/DO/DOY/Package-Stash-XS-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 +Source: http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz Patch1: perl-Package-Stash-XS-old_Test-More.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl(Test::Fatal) +BuildRequires: perl(Test::More) >= 0.88 +#BuildRequires: perl(B) +#BuildRequires: perl(constant) +#BuildRequires: perl(File::Find) +#BuildRequires: perl(File::Temp) +#BuildRequires: perl(Package::Stash) +#BuildRequires: perl(Package::Stash::XS) +#BuildRequires: perl(Scalar::Util) +#BuildRequires: perl(Symbol) +#BuildRequires: perl(Test::LeakTrace) +#BuildRequires: perl(XSLoader) +Requires: perl(Test::Fatal) +Requires: perl(Test::More) >= 0.88 %{perl_requires} %description @@ -42,6 +55,7 @@ with a compiler. %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 @@ -59,11 +73,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) -%doc Changes LICENSE README weaver.ini +%defattr(-,root,root,755) +%doc Changes LICENSE README %changelog