commit perl-B-Utils for openSUSE:Factory

2015-07-24 Thread h_root
Hello community,

here is the log from the commit of package perl-B-Utils for openSUSE:Factory 
checked in at 2015-07-24 09:59:07

Comparing /work/SRC/openSUSE:Factory/perl-B-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.perl-B-Utils.new (New)


Package is perl-B-Utils

Changes:

--- /work/SRC/openSUSE:Factory/perl-B-Utils/perl-B-Utils.changes
2015-04-28 20:48:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-B-Utils.new/perl-B-Utils.changes   
2015-07-24 09:59:12.0 +0200
@@ -1,0 +2,12 @@
+Thu Jul 23 09:27:11 UTC 2015 - co...@suse.com
+
+- updated to 0.27
+   see /usr/share/doc/packages/perl-B-Utils/Changes
+
+ - remove build/IFiles.pm from the shipped dist, as it is meant to be
+   auto-generated at install time (was added in 0.26)
+ - Support native B::OP::parent with 5.21.2 -DPERL_OP_PARENT (Reini Urban)
+ - fix t/utils/40walk.t with 5.6 (Reini Urban)
+ - Add $op-_parent method as fallback to our parent method since 5.21.2.
+
+---

Old:

  B-Utils-0.26.tar.gz

New:

  B-Utils-0.27.tar.gz



Other differences:
--
++ perl-B-Utils.spec ++
--- /var/tmp/diff_new_pack.lJRUHn/_old  2015-07-24 09:59:12.0 +0200
+++ /var/tmp/diff_new_pack.lJRUHn/_new  2015-07-24 09:59:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-B-Utils
-Version:0.26
+Version:0.27
 Release:0
 %define cpan_name B-Utils
 Summary:Helper functions for op tree manipulation
@@ -58,6 +58,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc build Changes LICENSE README
+%doc Changes LICENSE README
 
 %changelog

++ B-Utils-0.26.tar.gz - B-Utils-0.27.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.26/Changes new/B-Utils-0.27/Changes
--- old/B-Utils-0.26/Changes2015-04-27 03:59:50.0 +0200
+++ new/B-Utils-0.27/Changes2015-07-22 21:33:22.0 +0200
@@ -1,13 +1,20 @@
 Revision history for Perl extension B::Utils.
 
+   - remove build/IFiles.pm from the shipped dist, as it is meant to be
+ auto-generated at install time (was added in 0.26)
+   - Support native B::OP::parent with 5.21.2 -DPERL_OP_PARENT (Reini Urban)
+   - fix t/utils/40walk.t with 5.6 (Reini Urban)
+   - Add $op-_parent method as fallback to our parent method since 5.21.2.
+
 0.26
- fix tests for perl 5.21.7 (change to nulled COPs) (RT#100508, Father
  Chrysostomos)
 
 0.25
-   - Export C symbols, breakage from 0.22
+   - Re-expose symbols by setting dl_load_flags. Hope this is ok for HP-UX
 
 0.24
+   - Export C symbols, breakage from 0.22
 
 0.23
- 5.10, 5.12, 5.14 compatibile syntax
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.26/MANIFEST new/B-Utils-0.27/MANIFEST
--- old/B-Utils-0.26/MANIFEST   2015-04-27 03:59:50.0 +0200
+++ new/B-Utils-0.27/MANIFEST   2015-07-22 21:33:22.0 +0200
@@ -1,15 +1,15 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.035.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.037.
 BUtils.h
 BUtils_op.h
 Changes
 LICENSE
 MANIFEST
+META.json
 META.yml
 Makefile.PL
 OP.xs
 README
 Utils.xs
-build/IFiles.pm
 dist.ini
 lib/B/Utils.pm
 lib/B/Utils/OP.pm
@@ -17,7 +17,6 @@
 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
 t/utils/22anon_subs.t
@@ -39,4 +38,5 @@
 typemap
 weaver.ini
 xt/ppport.t
-xt/version.t
+xt/release/changes_has_content.t
+xt/release/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.26/META.json new/B-Utils-0.27/META.json
--- old/B-Utils-0.26/META.json  1970-01-01 01:00:00.0 +0100
+++ new/B-Utils-0.27/META.json  2015-07-22 21:33:22.0 +0200
@@ -0,0 +1,59 @@
+{
+   abstract : Helper functions for op tree manipulation,
+   author : [
+  Josh Jore jj...@cpan.org
+   ],
+   dynamic_config : 0,
+   generated_by : Dist::Zilla version 5.037, CPAN::Meta::Converter version 
2.150005,
+   license : [
+  perl_5
+   ],
+   meta-spec : {
+  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  version : 2
+   },
+   name : B-Utils,
+   prereqs : {
+  build : {
+ requires : {
+ExtUtils::CBuilder : 0,
+Test::More : 0
+ }
+  },
+  configure : {
+ requires : {
+ExtUtils::CBuilder : 0,
+ExtUtils::Depends : 0.301
+ }
+  },
+  develop : {
+ requires : {
+Test::Pod : 1.41
+ }
+  },
+  

commit perl-B-Utils for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package perl-B-Utils for openSUSE:Factory 
checked in at 2015-04-28 20:48:18

Comparing /work/SRC/openSUSE:Factory/perl-B-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.perl-B-Utils.new (New)


Package is perl-B-Utils

Changes:

--- /work/SRC/openSUSE:Factory/perl-B-Utils/perl-B-Utils.changes
2015-04-16 14:13:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-B-Utils.new/perl-B-Utils.changes   
2015-04-28 20:48:19.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 28 06:03:46 UTC 2015 - co...@suse.com
+
+- updated to 0.26
+   see /usr/share/doc/packages/perl-B-Utils/Changes
+
+---

Old:

  B-Utils-0.25.tar.gz

New:

  B-Utils-0.26.tar.gz



Other differences:
--
++ perl-B-Utils.spec ++
--- /var/tmp/diff_new_pack.Xh5QjP/_old  2015-04-28 20:48:20.0 +0200
+++ /var/tmp/diff_new_pack.Xh5QjP/_new  2015-04-28 20:48:20.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-B-Utils
-Version:0.25
+Version:0.26
 Release:0
 %define cpan_name B-Utils
 Summary:Helper functions for op tree manipulation
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/B-Utils/
-Source0:
http://www.cpan.org/authors/id/J/JJ/JJORE/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 Source1:perl-B-Utils-rpmlintrc
 Source2:cpanspec.yml
 Patch0: parent-impl.patch
@@ -58,6 +58,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc build Changes LICENSE README
 
 %changelog

++ B-Utils-0.25.tar.gz - B-Utils-0.26.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.25/Changes new/B-Utils-0.26/Changes
--- old/B-Utils-0.25/Changes2014-04-25 08:45:19.0 +0200
+++ new/B-Utils-0.26/Changes2015-04-27 03:59:50.0 +0200
@@ -1,8 +1,14 @@
 Revision history for Perl extension B::Utils.
 
-0.24
+0.26
+   - fix tests for perl 5.21.7 (change to nulled COPs) (RT#100508, Father
+ Chrysostomos)
+
+0.25
- Export C symbols, breakage from 0.22
 
+0.24
+
 0.23
- 5.10, 5.12, 5.14 compatibile syntax
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.25/MANIFEST new/B-Utils-0.26/MANIFEST
--- old/B-Utils-0.25/MANIFEST   2014-04-25 08:45:19.0 +0200
+++ new/B-Utils-0.26/MANIFEST   2015-04-27 03:59:50.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.015.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.035.
 BUtils.h
 BUtils_op.h
 Changes
@@ -16,7 +16,6 @@
 ppport.h
 t/10use.t
 t/11export.t
-t/12static.t~
 t/regression_walkallops_filtered.t
 t/release-pod-syntax.t
 t/utils/20all_starts.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.25/META.yml new/B-Utils-0.26/META.yml
--- old/B-Utils-0.25/META.yml   2014-04-25 08:45:19.0 +0200
+++ new/B-Utils-0.26/META.yml   2015-04-27 03:59:50.0 +0200
@@ -9,7 +9,7 @@
   ExtUtils::CBuilder: '0'
   ExtUtils::Depends: '0.301'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.015, CPAN::Meta::Converter version 
2.140640'
+generated_by: 'Dist::Zilla version 5.035, CPAN::Meta::Converter version 
2.150003'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -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.25'
+version: '0.26'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.25/README new/B-Utils-0.26/README
--- old/B-Utils-0.25/README 2014-04-25 08:45:19.0 +0200
+++ new/B-Utils-0.26/README 2015-04-27 03:59:50.0 +0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution B-Utils,
-version 0.25:
+version 0.26:
 
   Helper functions for op tree manipulation
 
@@ -11,5 +11,5 @@
 the same terms as the Perl 5 programming language system itself.
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v5.015.
+This README file was generated by Dist::Zilla::Plugin::Readme v5.035.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.25/build/IFiles.pm 
new/B-Utils-0.26/build/IFiles.pm
--- old/B-Utils-0.25/build/IFiles.pm2014-04-25 

commit perl-B-Utils for openSUSE:Factory

2015-04-16 Thread h_root
Hello community,

here is the log from the commit of package perl-B-Utils for openSUSE:Factory 
checked in at 2015-04-16 14:13:12

Comparing /work/SRC/openSUSE:Factory/perl-B-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.perl-B-Utils.new (New)


Package is perl-B-Utils

Changes:

--- /work/SRC/openSUSE:Factory/perl-B-Utils/perl-B-Utils.changes
2014-03-06 12:02:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-B-Utils.new/perl-B-Utils.changes   
2015-04-16 14:13:25.0 +0200
@@ -1,0 +2,17 @@
+Tue Apr 14 12:14:00 UTC 2015 - co...@suse.com
+
+- updated to 0.25
+   see /usr/share/doc/packages/perl-B-Utils/Changes
+
+  0.24
+ - Export C symbols, breakage from 0.22
+  
+  0.23
+ - 5.10, 5.12, 5.14 compatibile syntax
+  
+  0.22
+ - resolve nameclashes with CORE, fix hpux and openbsd failures (Reini 
Urban)
+ - remove unneeded ExtUtils::CBuilder req (Reini Urban)
+ - do not use FUNCLIST on hpux (Reini Urban)
+
+---

Old:

  B-Utils-0.21.tar.gz

New:

  B-Utils-0.25.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-B-Utils.spec ++
--- /var/tmp/diff_new_pack.fcWlTQ/_old  2015-04-16 14:13:25.0 +0200
+++ /var/tmp/diff_new_pack.fcWlTQ/_new  2015-04-16 14:13:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-B-Utils
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,23 @@
 
 
 Name:   perl-B-Utils
-Version:0.21
+Version:0.25
 Release:0
 %define cpan_name B-Utils
 Summary:Helper functions for op tree manipulation
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/B-Utils/
-Source: 
http://www.cpan.org/authors/id/J/JJ/JJORE/%{cpan_name}-%{version}.tar.gz
-Patch:  parent-impl.patch
+Source0:
http://www.cpan.org/authors/id/J/JJ/JJORE/%{cpan_name}-%{version}.tar.gz
+Source1:perl-B-Utils-rpmlintrc
+Source2:cpanspec.yml
+Patch0: parent-impl.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::CBuilder)
 BuildRequires:  perl(ExtUtils::Depends) = 0.301
 BuildRequires:  perl(Task::Weaken)
-#BuildRequires: perl(B::Utils)
 Requires:   perl(Task::Weaken)
 %{perl_requires}
 
@@ -41,7 +42,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch -p1
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
@@ -57,6 +58,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc build Changes LICENSE README weaver.ini xt
+%doc Changes LICENSE README
 
 %changelog

++ B-Utils-0.21.tar.gz - B-Utils-0.25.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.21/Changes new/B-Utils-0.25/Changes
--- old/B-Utils-0.21/Changes2012-03-25 17:53:16.0 +0200
+++ new/B-Utils-0.25/Changes2014-04-25 08:45:19.0 +0200
@@ -1,5 +1,15 @@
 Revision history for Perl extension B::Utils.
 
+0.24
+   - Export C symbols, breakage from 0.22
+
+0.23
+   - 5.10, 5.12, 5.14 compatibile syntax
+
+0.22
+   - resolve nameclashes with CORE, fix hpux and openbsd failures (Reini Urban)
+   - remove unneeded ExtUtils::CBuilder req (Reini Urban)
+   - do not use FUNCLIST on hpux (Reini Urban)
- Use FUNCLIST to declare exported symbols (Alexandr Ciornii)
 
 0.21
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.21/LICENSE new/B-Utils-0.25/LICENSE
--- old/B-Utils-0.21/LICENSE2012-03-25 17:53:16.0 +0200
+++ new/B-Utils-0.25/LICENSE2014-04-25 08:45:19.0 +0200
@@ -18,15 +18,16 @@
 
   The GNU General Public License, Version 1, February 1989
 
-   GNU GENERAL PUBLIC LICENSE
-Version 1, February 1989
+GNU GENERAL PUBLIC LICENSE
+ Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
-59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-   Preamble
+Preamble
 
   The license agreements of most software companies try to keep users
 at the 

commit perl-B-Utils for openSUSE:Factory

2014-03-06 Thread h_root
Hello community,

here is the log from the commit of package perl-B-Utils for openSUSE:Factory 
checked in at 2014-03-06 12:02:04

Comparing /work/SRC/openSUSE:Factory/perl-B-Utils (Old)
 and  /work/SRC/openSUSE:Factory/.perl-B-Utils.new (New)


Package is perl-B-Utils

Changes:

--- /work/SRC/openSUSE:Factory/perl-B-Utils/perl-B-Utils.changes
2012-06-01 18:53:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-B-Utils.new/perl-B-Utils.changes   
2014-03-06 12:02:05.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar  3 11:12:23 UTC 2014 - sch...@suse.de
+
+- parent-impl.patch: Allow negative numbers when finding parent (from
+  https://github.com/jbenjore/B-Utils/pull/9)
+
+---

New:

  parent-impl.patch



Other differences:
--
++ perl-B-Utils.spec ++
--- /var/tmp/diff_new_pack.J8uQLY/_old  2014-03-06 12:02:09.0 +0100
+++ /var/tmp/diff_new_pack.J8uQLY/_new  2014-03-06 12:02:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-B-Utils
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -25,6 +25,7 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/B-Utils/
 Source: 
http://www.cpan.org/authors/id/J/JJ/JJORE/%{cpan_name}-%{version}.tar.gz
+Patch:  parent-impl.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -40,6 +41,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}

++ parent-impl.patch ++
Index: B-Utils-0.21/lib/B/Utils.pm
===
--- B-Utils-0.21.orig/lib/B/Utils.pm
+++ B-Utils-0.21/lib/B/Utils.pm
@@ -210,7 +210,7 @@ sub B::OP::_parent_impl {
 return (
 $op-sibling-_parent_impl( $target, $cx$$op S  )
 || (
-  $cx =~ /^(?:\d+ S )*(?:\d+ N )*$/
+  $cx =~ /^(?:-?\d+ S )*(?:-?\d+ N )*$/
 ? $op-next-_parent_impl( $target, $cx$$op N  )
 : ()
 )
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-B-Utils for openSUSE:Factory

2012-06-01 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-B-Utils.new/perl-B-Utils.changes   
2012-06-01 18:53:39.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.i0x7zI/_new  2012-06-01 18:53:40.0 +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/Changes2011-11-28 04:51:39.0 +0100
+++ new/B-Utils-0.21/Changes2012-03-25 17:53:16.0 +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.0 +0100
+++ new/B-Utils-0.21/MANIFEST   2012-03-25 17:53:16.0 +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.0 +0100
+++ new/B-Utils-0.21/META.yml   2012-03-25 17:53:16.0 +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.0 +0100
+++ new/B-Utils-0.21/README 2012-03-25 17:53:16.0 +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.0 +0100
+++ new/B-Utils-0.21/dist.ini   2012-03-25 17:53:16.0 +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.0 +0100
+++ new/B-Utils-0.21/lib/B/Utils/OP.pm  2012-03-25 17:53:16.0 +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.0 +0100
+++ new/B-Utils-0.21/lib/B/Utils.pm 2012-03-25 17:53:16.0 +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;
 
-

commit perl-B-Utils for openSUSE:Factory

2012-02-21 Thread h_root
Hello community,

here is the log from the commit of package perl-B-Utils for openSUSE:Factory 
checked in at 2012-02-21 12:22:58

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
2011-09-23 12:36:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-B-Utils.new/perl-B-Utils.changes   
2012-02-21 12:22:59.0 +0100
@@ -1,0 +2,9 @@
+Tue Feb 21 09:02:39 UTC 2012 - co...@suse.com
+
+- updated to 0.17
+   - Use FUNCLIST to declare exported symbols (Alexandr Ciornii)
+   - EU::Depends version. The CPAN built version specified only 0.301
+ but Windows computers needed 0.302 so their CPAN clients were
+ broken.
+
+---

Old:

  B-Utils-0.15.tar.gz

New:

  B-Utils-0.17.tar.gz



Other differences:
--
++ perl-B-Utils.spec ++
--- /var/tmp/diff_new_pack.jyp7rI/_old  2012-02-21 12:23:00.0 +0100
+++ /var/tmp/diff_new_pack.jyp7rI/_new  2012-02-21 12:23:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-B-Utils
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,15 +16,14 @@
 #
 
 
-
 Name:   perl-B-Utils
-Version:0.15
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.17
+Release:0
 %define cpan_name B-Utils
 Summary:Helper functions for op tree manipulation
-Url:http://search.cpan.org/dist/B-Utils/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/B-Utils/
 Source: 
http://www.cpan.org/authors/id/J/JJ/JJORE/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -32,6 +31,7 @@
 BuildRequires:  perl(ExtUtils::CBuilder)
 BuildRequires:  perl(ExtUtils::Depends) = 0.301
 BuildRequires:  perl(Task::Weaken)
+#BuildRequires: perl(B::Utils)
 Requires:   perl(Task::Weaken)
 %{perl_requires}
 
@@ -53,9 +53,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc build Changes LICENSE README weaver.ini xt

++ B-Utils-0.15.tar.gz - B-Utils-0.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.15/Changes new/B-Utils-0.17/Changes
--- old/B-Utils-0.15/Changes2011-04-19 04:26:15.0 +0200
+++ new/B-Utils-0.17/Changes2011-11-28 04:51:39.0 +0100
@@ -1,5 +1,12 @@
 Revision history for Perl extension B::Utils.
 
+   - Use FUNCLIST to declare exported symbols (Alexandr Ciornii)
+
+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
+ broken.
+
 0.15 Mon Apr 18 2011
- Try harder to add ExtUtils::Depends to META.yml's configure_requires
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.15/META.yml new/B-Utils-0.17/META.yml
--- old/B-Utils-0.15/META.yml   2011-04-19 04:26:16.0 +0200
+++ new/B-Utils-0.17/META.yml   2011-11-28 04:51:39.0 +0100
@@ -9,7 +9,7 @@
   ExtUtils::CBuilder: 0
   ExtUtils::Depends: 0.301
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.20, CPAN::Meta::Converter version 
2.102400'
+generated_by: 'Dist::Zilla version 4.20, CPAN::Meta::Converter version 
2.112621'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -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.15
+version: 0.17
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.15/Makefile.PL new/B-Utils-0.17/Makefile.PL
--- old/B-Utils-0.15/Makefile.PL2011-04-19 04:26:15.0 +0200
+++ new/B-Utils-0.17/Makefile.PL2011-11-28 04:51:39.0 +0100
@@ -2,12 +2,7 @@
 use 5.006;
 use strict;
 
-my $ExtUtils_Depends_required;
-
-# [RT #53415]
-if ($^O eq 'Win32') { $ExtUtils_Depends_required = 0.302; }
-else { $ExtUtils_Depends_required = 0.301; }
-
+my $ExtUtils_Depends_required = 0.302;
 eval {
require 

commit perl-B-Utils for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-B-Utils for openSUSE:Factory 
checked in at 2011-12-06 18:38:01

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:




Other differences:
--
++ perl-B-Utils.spec ++
--- /var/tmp/diff_new_pack.fBnPBL/_old  2011-12-06 19:04:23.0 +0100
+++ /var/tmp/diff_new_pack.fBnPBL/_new  2011-12-06 19:04:23.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-B-Utils
 Version:0.15
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name B-Utils
 Summary:Helper functions for op tree manipulation
 Url:http://search.cpan.org/dist/B-Utils/

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



commit perl-B-Utils for openSUSE:Factory

2011-05-31 Thread h_root

Hello community,

here is the log from the commit of package perl-B-Utils for openSUSE:Factory
checked in at Tue May 31 17:10:18 CEST 2011.




--- perl-B-Utils/perl-B-Utils.changes   2011-04-04 19:16:06.0 +0200
+++ /mounts/work_src_done/STABLE/perl-B-Utils/perl-B-Utils.changes  
2011-05-30 17:20:34.0 +0200
@@ -1,0 +2,7 @@
+Mon May 30 15:19:57 UTC 2011 - co...@novell.com
+
+- updated to 0.15
+  - Try harder to add ExtUtils::Depends to META.yml's 
+ configure_requires
+
+---

calling whatdependson for head-i586


Old:

  B-Utils-0.14.tar.gz

New:

  B-Utils-0.15.tar.gz



Other differences:
--
++ perl-B-Utils.spec ++
--- /var/tmp/diff_new_pack.ZMqVPl/_old  2011-05-31 17:09:31.0 +0200
+++ /var/tmp/diff_new_pack.ZMqVPl/_new  2011-05-31 17:09:31.0 +0200
@@ -18,38 +18,25 @@
 
 
 Name:   perl-B-Utils
-Version:0.14
+Version:0.15
 Release:1
 License:GPL+ or Artistic
 %define cpan_name B-Utils
 Summary:Helper functions for op tree manipulation
 Url:http://search.cpan.org/dist/B-Utils/
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/J/JJ/JJORE/B-Utils-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/J/JJ/JJORE/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(B)
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(DynaLoader)
-BuildRequires:  perl(Exporter)
-BuildRequires:  perl(List::Util)
-BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(ExtUtils::Depends)
-BuildRequires:  perl(vars)
-Requires:   perl(B)
-Requires:   perl(Carp)
-Requires:   perl(DynaLoader)
-Requires:   perl(Exporter)
-Requires:   perl(List::Util)
-Requires:   perl(Scalar::Util)
-Requires:   perl(ExtUtils::Depends)
-Requires:   perl(vars)
+BuildRequires:  perl(ExtUtils::CBuilder)
+BuildRequires:  perl(ExtUtils::Depends) = 0.301
+BuildRequires:  perl(Task::Weaken)
+Requires:   perl(Task::Weaken)
 %{perl_requires}
 
 %description
-sorry, no description found
+Helper functions for op tree manipulation
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -70,7 +57,7 @@
 %{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc build Changes LICENSE README weaver.ini xt
 
 %changelog

++ B-Utils-0.14.tar.gz - B-Utils-0.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.14/Changes new/B-Utils-0.15/Changes
--- old/B-Utils-0.14/Changes2011-03-19 07:26:39.0 +0100
+++ new/B-Utils-0.15/Changes2011-04-19 04:26:15.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension B::Utils.
 
+0.15 Mon Apr 18 2011
+   - Try harder to add ExtUtils::Depends to META.yml's configure_requires
+
 0.14 Sat Mar 18 2011
- Predeclare carp and croak with proper signature
- Add ExtUtils::Depends to META.yml's configure_requires
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.14/META.yml new/B-Utils-0.15/META.yml
--- old/B-Utils-0.14/META.yml   2011-03-19 07:26:40.0 +0100
+++ new/B-Utils-0.15/META.yml   2011-04-19 04:26:16.0 +0200
@@ -3,7 +3,11 @@
 author:
   - 'Josh Jore jj...@cpan.org'
 build_requires:
+  ExtUtils::CBuilder: 0
   Test::More: 0
+configure_requires:
+  ExtUtils::CBuilder: 0
+  ExtUtils::Depends: 0.301
 dynamic_config: 0
 generated_by: 'Dist::Zilla version 4.20, CPAN::Meta::Converter version 
2.102400'
 license: perl
@@ -12,17 +16,12 @@
   version: 1.4
 name: B-Utils
 requires:
-  B: 0
-  Carp: 0
-  DynaLoader: 0
   Exporter: 0
-  List::Util: 0
   Scalar::Util: 0
-  perl: 5.006
-  subs: 0
-  vars: 0
+  Task::Weaken: 0
+  perl: 5.6.0
 resources:
   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.14
+version: 0.15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.14/README new/B-Utils-0.15/README
--- old/B-Utils-0.14/README 2011-03-19 07:26:40.0 +0100
+++ new/B-Utils-0.15/README 2011-04-19 04:26:16.0 +0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution B-Utils,
-version 0.14:
+version 0.15:
 
   Helper functions for op tree manipulation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.14/dist.ini new/B-Utils-0.15/dist.ini
--- old/B-Utils-0.14/dist.ini   2011-03-19 07:26:39.0 +0100
+++ new/B-Utils-0.15/dist.ini