Hello community,

here is the log from the commit of package perl-List-MoreUtils for 
openSUSE:Factory checked in at 2011-12-21 10:02:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-List-MoreUtils (Old)
 and      /work/SRC/openSUSE:Factory/.perl-List-MoreUtils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-List-MoreUtils", Maintainer is "mrueck...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-List-MoreUtils/perl-List-MoreUtils.changes  
2011-09-23 12:37:52.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-List-MoreUtils.new/perl-List-MoreUtils.changes 
    2011-12-21 10:02:15.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Dec 19 14:48:51 UTC 2011 - co...@suse.de
+
+- update to 0.33:
+  - Updated can_xs to fix a bug in it
+
+-------------------------------------------------------------------
@@ -5 +11 @@
-  * ore accurate detection of XS support
+  * more accurate detection of XS support

Old:
----
  List-MoreUtils-0.32.tar.gz

New:
----
  List-MoreUtils-0.33.tar.gz

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

Other differences:
------------------
++++++ perl-List-MoreUtils.spec ++++++
--- /var/tmp/diff_new_pack.1ECYMw/_old  2011-12-21 10:02:16.000000000 +0100
+++ /var/tmp/diff_new_pack.1ECYMw/_new  2011-12-21 10:02:16.000000000 +0100
@@ -16,17 +16,15 @@
 #
 
 
-
 Name:           perl-List-MoreUtils
-Version:        0.32
-Release:        1
-License:        GPL+ or Artistic
+Version:        0.33
+Release:        0
 %define cpan_name List-MoreUtils
 Summary:        Provide the stuff missing in List::Util
-Url:            http://search.cpan.org/dist/List-MoreUtils/
+License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
-#Source:         
http://www.cpan.org/authors/id/A/AD/ADAMK/List-MoreUtils-%{version}.tar.gz
-Source:         %{cpan_name}-%{version}.tar.gz
+Url:            http://search.cpan.org/dist/List-MoreUtils/
+Source:         
http://www.cpan.org/authors/id/A/AD/ADAMK/List-MoreUtils-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros

++++++ List-MoreUtils-0.32.tar.gz -> List-MoreUtils-0.33.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/List-MoreUtils-0.32/Changes 
new/List-MoreUtils-0.33/Changes
--- old/List-MoreUtils-0.32/Changes     2011-05-20 02:51:37.000000000 +0200
+++ new/List-MoreUtils-0.33/Changes     2011-08-04 11:39:36.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension List-MoreUtils
 
+0.33 Thu 4 Aug 2011
+       - Updated can_xs to fix a bug in it
+
 0.32 Fri May 20 2011    
        - Production release, no other changes
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/List-MoreUtils-0.32/META.yml 
new/List-MoreUtils-0.33/META.yml
--- old/List-MoreUtils-0.32/META.yml    2011-05-20 02:52:13.000000000 +0200
+++ new/List-MoreUtils-0.33/META.yml    2011-08-04 11:40:22.000000000 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               List-MoreUtils
-version:            0.32
+version:            0.33
 abstract:           Provide the stuff missing in List::Util
 author:
     - Tassilo von Parseval <tassilo.von.parse...@rwth-aachen.de>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/List-MoreUtils-0.32/Makefile.PL 
new/List-MoreUtils-0.33/Makefile.PL
--- old/List-MoreUtils-0.32/Makefile.PL 2011-05-20 02:51:37.000000000 +0200
+++ new/List-MoreUtils-0.33/Makefile.PL 2011-08-04 11:39:36.000000000 +0200
@@ -90,14 +90,14 @@
        }
 
        # Do a simple compile that consumes the headers we need
-       my $object = undef;
-       my @libs   = ();
+       my @libs    = ();
+       my $object  = undef;
+       my $builder = ExtUtils::CBuilder->new( quiet => 1 );
+       unless ( $builder->have_compiler ) {
+               # Lack of a compiler at all
+               return 0;
+       }
        eval {
-               my $builder = ExtUtils::CBuilder->new( quiet => 1 );
-               unless ( $builder->have_compiler ) {
-                       # Simple lack of a compiler at all
-                       return 0;
-               }
                $object = $builder->compile(
                        source => 'sanexs.c',
                );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/List-MoreUtils-0.32/lib/List/MoreUtils.pm 
new/List-MoreUtils-0.33/lib/List/MoreUtils.pm
--- old/List-MoreUtils-0.32/lib/List/MoreUtils.pm       2011-05-20 
02:51:37.000000000 +0200
+++ new/List-MoreUtils-0.33/lib/List/MoreUtils.pm       2011-08-04 
11:39:36.000000000 +0200
@@ -7,7 +7,7 @@
 
 use vars qw{ $VERSION @ISA @EXPORT_OK %EXPORT_TAGS };
 BEGIN {
-    $VERSION   = '0.32';
+    $VERSION   = '0.33';
     # $VERSION   = eval $VERSION;
     @ISA       = qw{ Exporter DynaLoader };
     @EXPORT_OK = qw{

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

Reply via email to