Hello community,

here is the log from the commit of package perl-B-Utils for openSUSE:Factory 
checked in at 2012-06-01 18:53:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-B-Utils (Old)
 and      /work/SRC/openSUSE:Factory/.perl-B-Utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-B-Utils", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-B-Utils/perl-B-Utils.changes        
2012-02-21 12:22:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-B-Utils.new/perl-B-Utils.changes   
2012-06-01 18:53:39.000000000 +0200
@@ -1,0 +2,7 @@
+Fri May 25 03:31:09 UTC 2012 - co...@suse.com
+
+- updated to 0.21
+  - Avoid undeclared dependency on Test::Exception introduced by 0.19
+  - Fix typo in in walkallops_filtered function call
+
+-------------------------------------------------------------------

Old:
----
  B-Utils-0.17.tar.gz

New:
----
  B-Utils-0.21.tar.gz

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

Other differences:
------------------
++++++ perl-B-Utils.spec ++++++
--- /var/tmp/diff_new_pack.i0x7zI/_old  2012-06-01 18:53:40.000000000 +0200
+++ /var/tmp/diff_new_pack.i0x7zI/_new  2012-06-01 18:53:40.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-B-Utils
-Version:        0.17
+Version:        0.21
 Release:        0
 %define cpan_name B-Utils
 Summary:        Helper functions for op tree manipulation

++++++ B-Utils-0.17.tar.gz -> B-Utils-0.21.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.17/Changes new/B-Utils-0.21/Changes
--- old/B-Utils-0.17/Changes    2011-11-28 04:51:39.000000000 +0100
+++ new/B-Utils-0.21/Changes    2012-03-25 17:53:16.000000000 +0200
@@ -2,6 +2,12 @@
 
    - Use FUNCLIST to declare exported symbols (Alexandr Ciornii)
 
+0.21
+   - Avoid undeclared dependency on Test::Exception introduced by 0.19
+
+0.19
+   - Fix typo in in walkallops_filtered function call
+
 0.16 Fri Jul 08 2011
    - EU::Depends version. The CPAN built version specified only 0.301
      but Windows computers needed 0.302 so their CPAN clients were
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.17/MANIFEST new/B-Utils-0.21/MANIFEST
--- old/B-Utils-0.17/MANIFEST   2011-11-28 04:51:39.000000000 +0100
+++ new/B-Utils-0.21/MANIFEST   2012-03-25 17:53:16.000000000 +0200
@@ -15,6 +15,7 @@
 ppport.h
 t/10use.t
 t/11export.t
+t/regression_walkallops_filtered.t
 t/release-pod-syntax.t
 t/utils/20all_starts.t
 t/utils/21all_roots.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.17/META.yml new/B-Utils-0.21/META.yml
--- old/B-Utils-0.17/META.yml   2011-11-28 04:51:39.000000000 +0100
+++ new/B-Utils-0.21/META.yml   2012-03-25 17:53:16.000000000 +0200
@@ -24,4 +24,4 @@
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=B-Utils
   homepage: http://search.cpan.org/dist/B-Utils
   repository: git://github.com/jbenjore/b-utils.git
-version: 0.17
+version: 0.21
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.17/README new/B-Utils-0.21/README
--- old/B-Utils-0.17/README     2011-11-28 04:51:39.000000000 +0100
+++ new/B-Utils-0.21/README     2012-03-25 17:53:16.000000000 +0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution B-Utils,
-version 0.17:
+version 0.21:
 
   Helper functions for op tree manipulation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.17/dist.ini new/B-Utils-0.21/dist.ini
--- old/B-Utils-0.17/dist.ini   2011-11-28 04:51:39.000000000 +0100
+++ new/B-Utils-0.21/dist.ini   2012-03-25 17:53:16.000000000 +0200
@@ -4,7 +4,7 @@
 copyright_holder = Josh Jore
 copyright_year   = 2011
 
-version = 0.17
+version = 0.21
 
 [Prereqs / ConfigureRequires]
 ExtUtils::Depends = 0.301
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.17/lib/B/Utils/OP.pm 
new/B-Utils-0.21/lib/B/Utils/OP.pm
--- old/B-Utils-0.17/lib/B/Utils/OP.pm  2011-11-28 04:51:39.000000000 +0100
+++ new/B-Utils-0.21/lib/B/Utils/OP.pm  2012-03-25 17:53:16.000000000 +0200
@@ -8,7 +8,7 @@
 
 our @ISA = 'Exporter';
 require Exporter;
-our $VERSION = '0.17';
+our $VERSION = '0.21';
 our @EXPORT = qw(parent_op return_op);
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.17/lib/B/Utils.pm 
new/B-Utils-0.21/lib/B/Utils.pm
--- old/B-Utils-0.17/lib/B/Utils.pm     2011-11-28 04:51:39.000000000 +0100
+++ new/B-Utils-0.21/lib/B/Utils.pm     2012-03-25 17:53:16.000000000 +0200
@@ -29,11 +29,11 @@
 
 =head1 VERSION
 
-0.17
+0.21
 
 =cut
 
-$VERSION = '0.17';
+$VERSION = '0.21';
 
 
 
@@ -703,7 +703,7 @@
 sub walkallops_filtered {
     $sub = undef;
 
-    &_walkallops_filterd;
+    &_walkallops_filtered;
 
     return _TRUE;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.17/t/regression_walkallops_filtered.t 
new/B-Utils-0.21/t/regression_walkallops_filtered.t
--- old/B-Utils-0.17/t/regression_walkallops_filtered.t 1970-01-01 
01:00:00.000000000 +0100
+++ new/B-Utils-0.21/t/regression_walkallops_filtered.t 2012-03-25 
17:53:16.000000000 +0200
@@ -0,0 +1,26 @@
+use strict;
+use warnings;
+
+use Test::More tests => 3;
+use B::Utils qw( walkallops_filtered opgrep );
+
+ok(defined &walkallops_filtered, "defined &walkallops_filtered");
+ok(defined &opgrep, "defined &opgrep");
+
+my $lived;
+eval {
+    walkallops_filtered(
+        sub { opgrep( {name => "exec",
+                    next => {
+                                name    => "nextstate",
+                                sibling => { name => [qw(! exit warn die)] }
+                            }
+                    }, @_)},
+        sub {
+            warn("Statement unlikely to be reached");
+            warn("\t(Maybe you meant system() when you said exec()?)\n");
+        }
+    );
+    $lived = 1;
+};
+ok($lived, "Successfully called walkallops_filtered");

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to