Hello community,

here is the log from the commit of package perl-B-Hooks-EndOfScope for 
openSUSE:Factory checked in at 2012-02-28 14:14:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-B-Hooks-EndOfScope (Old)
 and      /work/SRC/openSUSE:Factory/.perl-B-Hooks-EndOfScope.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-B-Hooks-EndOfScope", Maintainer is ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-B-Hooks-EndOfScope/perl-B-Hooks-EndOfScope.changes
  2012-02-17 12:18:31.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-B-Hooks-EndOfScope.new/perl-B-Hooks-EndOfScope.changes
     2012-02-28 14:14:29.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Feb 24 08:25:56 UTC 2012 - [email protected]
+
+- updated to 0.11
+  * A minor efficiency improvement.
+
+-------------------------------------------------------------------

Old:
----
  B-Hooks-EndOfScope-0.10.tar.gz

New:
----
  B-Hooks-EndOfScope-0.11.tar.gz

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

Other differences:
------------------
++++++ perl-B-Hooks-EndOfScope.spec ++++++
--- /var/tmp/diff_new_pack.1B4DWy/_old  2012-02-28 14:14:30.000000000 +0100
+++ /var/tmp/diff_new_pack.1B4DWy/_new  2012-02-28 14:14:30.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-B-Hooks-EndOfScope
-Version:        0.10
+Version:        0.11
 Release:        0
 %define cpan_name B-Hooks-EndOfScope
 Summary:        Execute code after a scope finished compilation
@@ -31,10 +31,10 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Sub::Exporter)
 BuildRequires:  perl(Test::More) >= 0.89
-BuildRequires:  perl(Variable::Magic) >= 0.34
+BuildRequires:  perl(Variable::Magic) >= 0.48
 #BuildRequires: perl(B::Hooks::EndOfScope)
 Requires:       perl(Sub::Exporter)
-Requires:       perl(Variable::Magic) >= 0.34
+Requires:       perl(Variable::Magic) >= 0.48
 %{perl_requires}
 
 %description

++++++ B-Hooks-EndOfScope-0.10.tar.gz -> B-Hooks-EndOfScope-0.11.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Hooks-EndOfScope-0.10/Changes 
new/B-Hooks-EndOfScope-0.11/Changes
--- old/B-Hooks-EndOfScope-0.10/Changes 2012-02-16 09:43:26.000000000 +0100
+++ new/B-Hooks-EndOfScope-0.11/Changes 2012-02-23 11:20:09.000000000 +0100
@@ -1,3 +1,6 @@
+0.11  Thu, 23 Feb 2012 11:19:18 +0100
+  * A minor efficiency improvement.
+
 0.10  Thu, 16 Feb 2012 09:41:54 +0100
   * Stop propagating our magic through localisation.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Hooks-EndOfScope-0.10/META.json 
new/B-Hooks-EndOfScope-0.11/META.json
--- old/B-Hooks-EndOfScope-0.10/META.json       2012-02-16 09:43:26.000000000 
+0100
+++ new/B-Hooks-EndOfScope-0.11/META.json       2012-02-23 11:20:09.000000000 
+0100
@@ -4,7 +4,7 @@
       "Florian Ragwitz <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.200015, CPAN::Meta::Converter 
version 2.112150",
+   "generated_by" : "Dist::Zilla version 4.300008, CPAN::Meta::Converter 
version 2.120351",
    "license" : [
       "perl_5"
    ],
@@ -21,9 +21,11 @@
       },
       "runtime" : {
          "requires" : {
-            "Sub::Exporter" : 0,
-            "Variable::Magic" : "0.34",
-            "perl" : "5.008000"
+            "Sub::Exporter" : "0",
+            "Variable::Magic" : "0.48",
+            "perl" : "5.008000",
+            "strict" : "0",
+            "warnings" : "0"
          }
       },
       "test" : {
@@ -45,98 +47,98 @@
          "web" : "http://github.com/rafl/b-hooks-endofscope";
       }
    },
-   "version" : "0.10",
+   "version" : "0.11",
    "x_Dist_Zilla" : {
       "plugins" : [
          {
             "class" : "Dist::Zilla::Plugin::GatherDir",
             "name" : "@FLORA/@Basic/GatherDir",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@FLORA/@Basic/PruneCruft",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@FLORA/@Basic/ManifestSkip",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@FLORA/@Basic/MetaYAML",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@FLORA/@Basic/License",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@FLORA/@Basic/Readme",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExtraTests",
             "name" : "@FLORA/@Basic/ExtraTests",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@FLORA/@Basic/ExecDir",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@FLORA/@Basic/ShareDir",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
             "name" : "@FLORA/@Basic/MakeMaker",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@FLORA/@Basic/Manifest",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@FLORA/@Basic/TestRelease",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@FLORA/@Basic/ConfirmRelease",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@FLORA/@Basic/UploadToCPAN",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@FLORA/MetaConfig",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@FLORA/MetaJSON",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@FLORA/PkgVersion",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@FLORA/PodSyntaxTests",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::NoTabsTests",
@@ -146,17 +148,17 @@
          {
             "class" : "Dist::Zilla::Plugin::PodCoverageTests",
             "name" : "@FLORA/PodCoverageTests",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaResources",
             "name" : "@FLORA/MetaResources",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::Authority",
             "name" : "@FLORA/Authority",
-            "version" : "1.005"
+            "version" : "1.006"
          },
          {
             "class" : "Dist::Zilla::Plugin::EOLTests",
@@ -171,37 +173,37 @@
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "@FLORA/AutoPrereqs",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "4.200015"
+            "version" : "4.300008"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "4.200015"
+            "version" : "4.300008"
          }
       ],
       "zilla" : {
@@ -209,7 +211,7 @@
          "config" : {
             "is_trial" : "0"
          },
-         "version" : "4.200015"
+         "version" : "4.300008"
       }
    },
    "x_authority" : "cpan:FLORA"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Hooks-EndOfScope-0.10/META.yml 
new/B-Hooks-EndOfScope-0.11/META.yml
--- old/B-Hooks-EndOfScope-0.10/META.yml        2012-02-16 09:43:26.000000000 
+0100
+++ new/B-Hooks-EndOfScope-0.11/META.yml        2012-02-23 11:20:09.000000000 
+0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.30
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.200015, CPAN::Meta::Converter version 
2.112150'
+generated_by: 'Dist::Zilla version 4.300008, CPAN::Meta::Converter version 
2.120351'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -15,87 +15,89 @@
 name: B-Hooks-EndOfScope
 requires:
   Sub::Exporter: 0
-  Variable::Magic: 0.34
+  Variable::Magic: 0.48
   perl: 5.008000
+  strict: 0
+  warnings: 0
 resources:
   bugtracker: 
http://rt.cpan.org/Public/Dist/Display.html?Name=B-Hooks-EndOfScope
   homepage: http://metacpan.org/release/B-Hooks-EndOfScope
   repository: git://github.com/rafl/b-hooks-endofscope.git
-version: 0.10
+version: 0.11
 x_Dist_Zilla:
   plugins:
     -
       class: Dist::Zilla::Plugin::GatherDir
       name: '@FLORA/@Basic/GatherDir'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@FLORA/@Basic/PruneCruft'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@FLORA/@Basic/ManifestSkip'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@FLORA/@Basic/MetaYAML'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::License
       name: '@FLORA/@Basic/License'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@FLORA/@Basic/Readme'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::ExtraTests
       name: '@FLORA/@Basic/ExtraTests'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@FLORA/@Basic/ExecDir'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@FLORA/@Basic/ShareDir'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::MakeMaker
       name: '@FLORA/@Basic/MakeMaker'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@FLORA/@Basic/Manifest'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@FLORA/@Basic/TestRelease'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@FLORA/@Basic/ConfirmRelease'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@FLORA/@Basic/UploadToCPAN'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@FLORA/MetaConfig'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@FLORA/MetaJSON'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@FLORA/PkgVersion'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@FLORA/PodSyntaxTests'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::NoTabsTests
       name: '@FLORA/NoTabsTests'
@@ -103,15 +105,15 @@
     -
       class: Dist::Zilla::Plugin::PodCoverageTests
       name: '@FLORA/PodCoverageTests'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::MetaResources
       name: '@FLORA/MetaResources'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::Authority
       name: '@FLORA/Authority'
-      version: 1.005
+      version: 1.006
     -
       class: Dist::Zilla::Plugin::EOLTests
       name: '@FLORA/EOLTests'
@@ -123,34 +125,34 @@
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: '@FLORA/AutoPrereqs'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: 4.200015
+      version: 4.300008
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: 4.200015
+      version: 4.300008
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: 0
-    version: 4.200015
+    version: 4.300008
 x_authority: cpan:FLORA
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Hooks-EndOfScope-0.10/Makefile.PL 
new/B-Hooks-EndOfScope-0.11/Makefile.PL
--- old/B-Hooks-EndOfScope-0.10/Makefile.PL     2012-02-16 09:43:26.000000000 
+0100
+++ new/B-Hooks-EndOfScope-0.11/Makefile.PL     2012-02-23 11:20:09.000000000 
+0100
@@ -9,25 +9,27 @@
 
 
 my %WriteMakefileArgs = (
-  'ABSTRACT' => 'Execute code after a scope finished compilation',
-  'AUTHOR' => 'Florian Ragwitz <[email protected]>',
-  'BUILD_REQUIRES' => {
-    'Test::More' => '0.89'
+  "ABSTRACT" => "Execute code after a scope finished compilation",
+  "AUTHOR" => "Florian Ragwitz <rafl\@debian.org>",
+  "BUILD_REQUIRES" => {
+    "Test::More" => "0.89"
   },
-  'CONFIGURE_REQUIRES' => {
-    'ExtUtils::MakeMaker' => '6.30'
+  "CONFIGURE_REQUIRES" => {
+    "ExtUtils::MakeMaker" => "6.30"
   },
-  'DISTNAME' => 'B-Hooks-EndOfScope',
-  'EXE_FILES' => [],
-  'LICENSE' => 'perl',
-  'NAME' => 'B::Hooks::EndOfScope',
-  'PREREQ_PM' => {
-    'Sub::Exporter' => '0',
-    'Variable::Magic' => '0.34'
+  "DISTNAME" => "B-Hooks-EndOfScope",
+  "EXE_FILES" => [],
+  "LICENSE" => "perl",
+  "NAME" => "B::Hooks::EndOfScope",
+  "PREREQ_PM" => {
+    "Sub::Exporter" => 0,
+    "Variable::Magic" => "0.48",
+    "strict" => 0,
+    "warnings" => 0
   },
-  'VERSION' => '0.10',
-  'test' => {
-    'TESTS' => 't/*.t'
+  "VERSION" => "0.11",
+  "test" => {
+    "TESTS" => "t/*.t"
   }
 );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Hooks-EndOfScope-0.10/README 
new/B-Hooks-EndOfScope-0.11/README
--- old/B-Hooks-EndOfScope-0.10/README  2012-02-16 09:43:26.000000000 +0100
+++ new/B-Hooks-EndOfScope-0.11/README  2012-02-23 11:20:09.000000000 +0100
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution B-Hooks-EndOfScope,
-version 0.10:
+version 0.11:
 
   Execute code after a scope finished compilation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Hooks-EndOfScope-0.10/dist.ini 
new/B-Hooks-EndOfScope-0.11/dist.ini
--- old/B-Hooks-EndOfScope-0.10/dist.ini        2012-02-16 09:43:26.000000000 
+0100
+++ new/B-Hooks-EndOfScope-0.11/dist.ini        2012-02-23 11:20:09.000000000 
+0100
@@ -1,5 +1,5 @@
 name    = B-Hooks-EndOfScope
-version = 0.10
+version = 0.11
 author  = Florian Ragwitz <[email protected]>
 license = Perl_5
 copyright_holder = Florian Ragwitz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Hooks-EndOfScope-0.10/lib/B/Hooks/EndOfScope.pm 
new/B-Hooks-EndOfScope-0.11/lib/B/Hooks/EndOfScope.pm
--- old/B-Hooks-EndOfScope-0.10/lib/B/Hooks/EndOfScope.pm       2012-02-16 
09:43:26.000000000 +0100
+++ new/B-Hooks-EndOfScope-0.11/lib/B/Hooks/EndOfScope.pm       2012-02-23 
11:20:09.000000000 +0100
@@ -6,12 +6,12 @@
   $B::Hooks::EndOfScope::AUTHORITY = 'cpan:FLORA';
 }
 {
-  $B::Hooks::EndOfScope::VERSION = '0.10';
+  $B::Hooks::EndOfScope::VERSION = '0.11';
 }
 # ABSTRACT: Execute code after a scope finished compilation
 
 use 5.008000;
-use Variable::Magic 0.34;
+use Variable::Magic 0.48;
 
 use Sub::Exporter -setup => {
     exports => ['on_scope_end'],
@@ -26,11 +26,11 @@
         free => sub { $_->() for @{ $_[1] }; () },
         # When someone localise %^H, our magic doesn't want to be copied
         # down. We want it to be around only for the scope we've initially
-        # attached ourselfs to. Merely having an svt_local callback achieves
-        # this. If anything wants to attach more magic of our kind to a
-        # localised %^H, things will continue to just work as we'll be attached
-        # with a new and empty callback list.
-        local => sub { () };
+        # attached ourselfs to. Merely having MGf_LOCAL and a noop svt_local
+        # callback achieves this. If anything wants to attach more magic of our
+        # kind to a localised %^H, things will continue to just work as we'll 
be
+        # attached with a new and empty callback list.
+        local => \undef;
 
     sub on_scope_end (&) {
         my $cb = shift;

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

Reply via email to