Hello community,

here is the log from the commit of package perl-Devel-GlobalDestruction for 
openSUSE:Factory checked in at 2013-06-09 16:55:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-GlobalDestruction (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Devel-GlobalDestruction.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Devel-GlobalDestruction"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Devel-GlobalDestruction/perl-Devel-GlobalDestruction.changes
        2011-12-02 09:27:52.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-GlobalDestruction.new/perl-Devel-GlobalDestruction.changes
   2013-06-09 16:55:47.000000000 +0200
@@ -1,0 +2,26 @@
+Tue Jun  4 08:20:25 UTC 2013 - [email protected]
+
+- updated to 0.11
+  * Fix upgrading from version 0.09 or older
+
+  * Rewrite pure-perl implementation in terms of B::main_start
+    (greatly simplifies code)
+  * Fix pure-perl behavior under $^C (RT#78619))
+  * Separate XS portion into a compiler-optional dependency
+    Devel::GlobalDestruction::XS
+
+  * Rewrite completely broken pure-perl GD detection under threads
+  * Fix pure-perl implementation incorrectly reporting GD during END phase
+
+  * Switch to Sub::Exporter::Progressive
+
+  * Actually detect errors in pure-perl test
+  * Add prototype to pure-perl pre-5.14 version
+
+  * De-retardize XS-less behavior under SpeedyCGI
+  * Test suite now works from within space-containing paths
+
+  * Pure-perl implementation for situations where neither ${^GLOBAL_PHASE} nor
+    XS are available
+
+-------------------------------------------------------------------

Old:
----
  Devel-GlobalDestruction-0.04.tar.gz

New:
----
  Devel-GlobalDestruction-0.11.tar.gz

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

Other differences:
------------------
++++++ perl-Devel-GlobalDestruction.spec ++++++
--- /var/tmp/diff_new_pack.V2B3Dr/_old  2013-06-09 16:55:48.000000000 +0200
+++ /var/tmp/diff_new_pack.V2B3Dr/_new  2013-06-09 16:55:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-GlobalDestruction
 #
-# Copyright (c) 2011 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
@@ -16,23 +16,24 @@
 #
 
 
-
 Name:           perl-Devel-GlobalDestruction
+Version:        0.11
+Release:        0
 %define cpan_name Devel-GlobalDestruction
-Summary:        Expose PL_dirty, the flag which marks global
-Version:        0.04
-Release:        1
-License:        GPL-1.0+ or Artistic-1.0
+Summary:        Provides function returning the equivalent of
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Devel-GlobalDestruction/
-Source:         
http://www.cpan.org/authors/id/F/FL/FLORA/Devel-GlobalDestruction-%{version}.tar.gz
+Source:         
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Scope::Guard)
-BuildRequires:  perl(Sub::Exporter)
-Requires:       perl(Scope::Guard)
-Requires:       perl(Sub::Exporter)
+BuildRequires:  perl(ExtUtils::CBuilder) >= 0.27
+BuildRequires:  perl(Sub::Exporter::Progressive) >= 0.001006
+#BuildRequires: perl(Devel::GlobalDestruction)
+#BuildRequires: perl(Devel::GlobalDestruction::XS)
+Requires:       perl(Sub::Exporter::Progressive) >= 0.001006
 %{perl_requires}
 
 %description
@@ -50,7 +51,7 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
 %check
@@ -61,11 +62,8 @@
 %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
 
 %changelog

++++++ Devel-GlobalDestruction-0.04.tar.gz -> 
Devel-GlobalDestruction-0.11.tar.gz ++++++
++++ 8117 lines of diff (skipped)

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

Reply via email to