Hello community, here is the log from the commit of package perl-XML-LibXSLT for openSUSE:Factory checked in at 2013-11-26 14:42:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-XML-LibXSLT (Old) and /work/SRC/openSUSE:Factory/.perl-XML-LibXSLT.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-XML-LibXSLT" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-XML-LibXSLT/perl-XML-LibXSLT.changes 2013-07-30 19:11:07.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-XML-LibXSLT.new/perl-XML-LibXSLT.changes 2013-11-26 14:42:19.000000000 +0100 @@ -1,0 +2,9 @@ +Tue Nov 26 07:31:07 UTC 2013 - [email protected] + +- updated to 1.82 + - Makefile.PL: Report LibXSLT mismatch correctly. + - https://rt.cpan.org/Ticket/Display.html?id=90085 + - Thanks to David Schmidt for the report, and to joel and brother + from the channel #perl-help for analysis. + +------------------------------------------------------------------- Old: ---- XML-LibXSLT-1.81.tar.gz New: ---- XML-LibXSLT-1.82.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-XML-LibXSLT.spec ++++++ --- /var/tmp/diff_new_pack.vpx1jO/_old 2013-11-26 14:42:20.000000000 +0100 +++ /var/tmp/diff_new_pack.vpx1jO/_new 2013-11-26 14:42:20.000000000 +0100 @@ -17,7 +17,7 @@ Name: perl-XML-LibXSLT -Version: 1.81 +Version: 1.82 Release: 0 %define cpan_name XML-LibXSLT Summary: Interface to the GNOME libxslt library ++++++ XML-LibXSLT-1.81.tar.gz -> XML-LibXSLT-1.82.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXSLT-1.81/Changes new/XML-LibXSLT-1.82/Changes --- old/XML-LibXSLT-1.81/Changes 2013-07-05 09:13:44.000000000 +0200 +++ new/XML-LibXSLT-1.82/Changes 2013-11-06 12:22:39.000000000 +0100 @@ -1,5 +1,11 @@ Revision history for Perl extension XML::LibXSLT. +1.82 Wed 6 Nov 13:17:39 IST 2013 + - Makefile.PL: Report LibXSLT mismatch correctly. + - https://rt.cpan.org/Ticket/Display.html?id=90085 + - Thanks to David Schmidt for the report, and to joel and brother + from the channel #perl-help for analysis. + 1.81 Fri 5 Jul 10:13:36 IDT 2013 - Fix a typo reported by dsteinbrunner: - https://rt.cpan.org/Ticket/Display.html?id=86689 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXSLT-1.81/LibXSLT.pm new/XML-LibXSLT-1.82/LibXSLT.pm --- old/XML-LibXSLT-1.81/LibXSLT.pm 2013-07-05 09:15:32.000000000 +0200 +++ new/XML-LibXSLT-1.82/LibXSLT.pm 2013-11-06 12:23:05.000000000 +0100 @@ -25,7 +25,7 @@ require Exporter; -$VERSION = "1.81"; +$VERSION = "1.82"; require DynaLoader; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXSLT-1.81/META.json new/XML-LibXSLT-1.82/META.json --- old/XML-LibXSLT-1.81/META.json 2013-07-05 09:16:16.000000000 +0200 +++ new/XML-LibXSLT-1.82/META.json 2013-11-06 12:24:17.000000000 +0100 @@ -4,7 +4,7 @@ "Matt Sergeant" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.131560", + "generated_by" : "ExtUtils::MakeMaker version 6.78, CPAN::Meta::Converter version 2.132830", "license" : [ "unknown" ], @@ -40,5 +40,5 @@ } }, "release_status" : "stable", - "version" : "1.81" + "version" : "1.82" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXSLT-1.81/META.yml new/XML-LibXSLT-1.82/META.yml --- old/XML-LibXSLT-1.81/META.yml 2013-07-05 09:16:16.000000000 +0200 +++ new/XML-LibXSLT-1.82/META.yml 2013-11-06 12:24:17.000000000 +0100 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: 0 dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.131560' +generated_by: 'ExtUtils::MakeMaker version 6.78, CPAN::Meta::Converter version 2.132830' license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -22,4 +22,4 @@ XML::LibXML: 1.70 strict: 0 warnings: 0 -version: 1.81 +version: 1.82 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXSLT-1.81/Makefile.PL new/XML-LibXSLT-1.82/Makefile.PL --- old/XML-LibXSLT-1.81/Makefile.PL 2013-01-23 06:51:05.000000000 +0100 +++ new/XML-LibXSLT-1.82/Makefile.PL 2013-11-06 12:16:38.000000000 +0100 @@ -72,9 +72,9 @@ }; if ($@) { print "failed\n"; - if ($@ =~ /^VERSION/) { - print STDERR "XML::LibXSLT needs libxslt version 1.1.18 or higher\n"; - exit 0; # 0 recommended by http://cpantest.grango.org (Notes for CPAN Authors) + if ($@ =~ /^libxslt versions before/) { + print STDERR "XML::LibXSLT needs libxslt version 1.1.28 or higher\n"; + exit 0; # 0 recommended by http://cpantest.grango.org (Notes for CPAN Authors) } warn "*** ", $@ if $DEBUG; warn "using fallback values for LIBS and INC\n"; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
