Hello community,

here is the log from the commit of package perl-Params-Util for 
openSUSE:Factory checked in at 2012-03-26 14:01:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Params-Util (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Params-Util.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Params-Util", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Params-Util/perl-Params-Util.changes        
2012-03-06 14:06:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Params-Util.new/perl-Params-Util.changes   
2012-03-26 14:03:11.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Mar 16 09:27:34 UTC 2012 - [email protected]
+
+- update to 1.07:
+  + Disable XS version on cygwin as it shows bizarre behaviour
+    that breaks form when using Params::Util XS verwion.
+
+-------------------------------------------------------------------

Old:
----
  Params-Util-1.06.tar.gz

New:
----
  Params-Util-1.07.tar.gz

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

Other differences:
------------------
++++++ perl-Params-Util.spec ++++++
--- /var/tmp/diff_new_pack.u4qG7c/_old  2012-03-26 14:03:12.000000000 +0200
+++ /var/tmp/diff_new_pack.u4qG7c/_new  2012-03-26 14:03:12.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Params-Util
-Version:        1.06
+Version:        1.07
 Release:        0
 %define cpan_name Params-Util
 Summary:        Simple, compact and correct param-checking functions

++++++ Params-Util-1.06.tar.gz -> Params-Util-1.07.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.06/Changes new/Params-Util-1.07/Changes
--- old/Params-Util-1.06/Changes        2012-03-01 13:39:39.000000000 +0100
+++ new/Params-Util-1.07/Changes        2012-03-11 01:39:46.000000000 +0100
@@ -1,5 +1,9 @@
 Revision history for Perl extension Params-Util
 
+1.07 Sun 11 Mar 2012
+       - Disable XS version on cygwin as it shows bizarre behaviour
+         that breaks form when using Params::Util XS verwion.
+
 1.06 Thu 1 Mar 2012
        - Remove the need for the sanexs.c file by generating into a temp
          file instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.06/META.json 
new/Params-Util-1.07/META.json
--- old/Params-Util-1.06/META.json      2012-03-01 13:40:07.000000000 +0100
+++ new/Params-Util-1.07/META.json      2012-03-11 01:40:20.000000000 +0100
@@ -41,5 +41,5 @@
       }
    },
    "release_status" : "stable",
-   "version" : "1.06"
+   "version" : "1.07"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.06/META.yml 
new/Params-Util-1.07/META.yml
--- old/Params-Util-1.06/META.yml       2012-03-01 13:40:07.000000000 +0100
+++ new/Params-Util-1.07/META.yml       2012-03-11 01:40:20.000000000 +0100
@@ -23,4 +23,4 @@
 requires:
   Scalar::Util: 1.18
   perl: 5.00503
-version: 1.06
+version: 1.07
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.06/MYMETA.json 
new/Params-Util-1.07/MYMETA.json
--- old/Params-Util-1.06/MYMETA.json    2012-03-01 13:40:00.000000000 +0100
+++ new/Params-Util-1.07/MYMETA.json    2012-03-11 01:40:15.000000000 +0100
@@ -41,5 +41,5 @@
       }
    },
    "release_status" : "stable",
-   "version" : "1.06"
+   "version" : "1.07"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.06/Makefile.PL 
new/Params-Util-1.07/Makefile.PL
--- old/Params-Util-1.06/Makefile.PL    2012-03-01 13:39:39.000000000 +0100
+++ new/Params-Util-1.07/Makefile.PL    2012-03-11 01:39:46.000000000 +0100
@@ -14,6 +14,11 @@
 unless ( defined $make_xs ) {
        $make_xs = can_xs();
 }
+if ( $^O eq 'cygwin' and $make_xs == 1 and not /^-xs/ ) {
+       # Cygwin goes bonkers breaking `` if using Params::Util XS version
+       # for no apparent reason.
+       $make_xs = 0;
+}
 
 # Generate the non-XS tests if we are making the XS version
 my @tests = qw{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.06/lib/Params/Util.pm 
new/Params-Util-1.07/lib/Params/Util.pm
--- old/Params-Util-1.06/lib/Params/Util.pm     2012-03-01 13:39:39.000000000 
+0100
+++ new/Params-Util-1.07/lib/Params/Util.pm     2012-03-11 01:39:46.000000000 
+0100
@@ -64,7 +64,7 @@
 
 use vars qw{$VERSION @ISA @EXPORT_OK %EXPORT_TAGS};
 
-$VERSION   = '1.06';
+$VERSION   = '1.07';
 @ISA       = qw{
        Exporter
        DynaLoader

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

Reply via email to