Hello community,

here is the log from the commit of package perl-Package-Stash-XS for 
openSUSE:Factory checked in at 2011-10-27 13:52:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Package-Stash-XS (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Package-Stash-XS.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Package-Stash-XS", Maintainer is ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Package-Stash-XS/perl-Package-Stash-XS.changes  
    2011-09-23 12:38:30.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-Stash-XS.new/perl-Package-Stash-XS.changes
 2011-10-27 13:58:40.000000000 +0200
@@ -1,0 +2,15 @@
+Wed Oct 26 17:55:03 UTC 2011 - [email protected]
+
+- 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)
+
+-------------------------------------------------------------------

Old:
----
  Package-Stash-XS-0.22.tar.bz2

New:
----
  Package-Stash-XS-0.25.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Package-Stash-XS.spec ++++++
--- /var/tmp/diff_new_pack.FJMSdj/_old  2011-10-27 13:58:45.000000000 +0200
+++ /var/tmp/diff_new_pack.FJMSdj/_new  2011-10-27 13:58:45.000000000 +0200
@@ -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 @@
 
 %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 @@
 %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

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to