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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-B-Utils.new/perl-B-Utils.changes   
2012-02-21 12:22:59.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.jyp7rI/_new  2012-02-21 12:23:00.000000000 +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/Changes    2011-04-19 04:26:15.000000000 +0200
+++ new/B-Utils-0.17/Changes    2011-11-28 04:51:39.000000000 +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.000000000 +0200
+++ new/B-Utils-0.17/META.yml   2011-11-28 04:51:39.000000000 +0100
@@ -9,7 +9,7 @@
   ExtUtils::CBuilder: 0
   ExtUtils::Depends: 0.301
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.200000, CPAN::Meta::Converter version 
2.102400'
+generated_by: 'Dist::Zilla version 4.200000, 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.PL        2011-04-19 04:26:15.000000000 +0200
+++ new/B-Utils-0.17/Makefile.PL        2011-11-28 04:51:39.000000000 +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 ExtUtils::Depends;
 };
@@ -59,6 +54,10 @@
     },
     test          => { TESTS => 't/*.t t/*/*.t' },
     $pkg->get_makefile_vars,
+    FUNCLIST => [
+      'boot_B__Utils', #necessary for work of B::Utils
+      qw/BUtils_cc_opclassname BUtils_make_sv_object BUtils_op_name_to_num/, 
#defined in BUtils.h
+    ],
 );
 
 sub WriteMakefile1 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.15/README new/B-Utils-0.17/README
--- old/B-Utils-0.15/README     2011-04-19 04:26:16.000000000 +0200
+++ new/B-Utils-0.17/README     2011-11-28 04:51:39.000000000 +0100
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution B-Utils,
-version 0.15:
+version 0.17:
 
   Helper functions for op tree manipulation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.15/dist.ini new/B-Utils-0.17/dist.ini
--- old/B-Utils-0.15/dist.ini   2011-04-19 04:26:15.000000000 +0200
+++ new/B-Utils-0.17/dist.ini   2011-11-28 04:51:39.000000000 +0100
@@ -4,7 +4,7 @@
 copyright_holder = Josh Jore
 copyright_year   = 2011
 
-version = 0.15
+version = 0.17
 
 [Prereqs / ConfigureRequires]
 ExtUtils::Depends = 0.301
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.15/lib/B/Utils/OP.pm 
new/B-Utils-0.17/lib/B/Utils/OP.pm
--- old/B-Utils-0.15/lib/B/Utils/OP.pm  2011-04-19 04:26:15.000000000 +0200
+++ new/B-Utils-0.17/lib/B/Utils/OP.pm  2011-11-28 04:51:39.000000000 +0100
@@ -8,7 +8,7 @@
 
 our @ISA = 'Exporter';
 require Exporter;
-our $VERSION = '0.15';
+our $VERSION = '0.17';
 our @EXPORT = qw(parent_op return_op);
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.15/lib/B/Utils.pm 
new/B-Utils-0.17/lib/B/Utils.pm
--- old/B-Utils-0.15/lib/B/Utils.pm     2011-04-19 04:26:15.000000000 +0200
+++ new/B-Utils-0.17/lib/B/Utils.pm     2011-11-28 04:51:39.000000000 +0100
@@ -29,11 +29,11 @@
 
 =head1 VERSION
 
-0.15
+0.17
 
 =cut
 
-$VERSION = '0.15';
+$VERSION = '0.17';
 
 
 

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

Reply via email to