Hello community, here is the log from the commit of package perl-XML-LibXSLT for openSUSE:Factory checked in at 2014-02-28 17:46:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-02-12 17:32:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-XML-LibXSLT.new/perl-XML-LibXSLT.changes 2014-02-28 17:46:26.000000000 +0100 @@ -1,0 +2,8 @@ +Mon Feb 24 06:18:02 UTC 2014 - coolo@suse.com + +- updated to 1.88 + - Fix t/xml-grammar-failures.t based on the xml:space commentary here: + - https://mail.gnome.org/archives/xml/2014-February/msg00000.html + - Caused some failures which were ultimately our fault. + +------------------------------------------------------------------- Old: ---- XML-LibXSLT-1.87.tar.gz New: ---- XML-LibXSLT-1.88.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-XML-LibXSLT.spec ++++++ --- /var/tmp/diff_new_pack.FXRrob/_old 2014-02-28 17:46:27.000000000 +0100 +++ /var/tmp/diff_new_pack.FXRrob/_new 2014-02-28 17:46:27.000000000 +0100 @@ -17,7 +17,7 @@ Name: perl-XML-LibXSLT -Version: 1.87 +Version: 1.88 Release: 0 %define cpan_name XML-LibXSLT Summary: Interface to the GNOME libxslt library ++++++ XML-LibXSLT-1.87.tar.gz -> XML-LibXSLT-1.88.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXSLT-1.87/Changes new/XML-LibXSLT-1.88/Changes --- old/XML-LibXSLT-1.87/Changes 2014-02-03 09:09:06.000000000 +0100 +++ new/XML-LibXSLT-1.88/Changes 2014-02-17 13:46:42.000000000 +0100 @@ -1,5 +1,10 @@ Revision history for Perl extension XML::LibXSLT. +1.88 Mon 17 Feb 14:44:34 IST 2014 + - Fix t/xml-grammar-failures.t based on the xml:space commentary here: + - https://mail.gnome.org/archives/xml/2014-February/msg00000.html + - Caused some failures which were ultimately our fault. + 1.87 Mon 3 Feb 10:07:31 IST 2014 - Decrease the minimum libxslt version again. - Setting it as 1.1.28 did not fix the failures, and now we have diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXSLT-1.87/LibXSLT.pm new/XML-LibXSLT-1.88/LibXSLT.pm --- old/XML-LibXSLT-1.87/LibXSLT.pm 2014-02-03 09:11:01.000000000 +0100 +++ new/XML-LibXSLT-1.88/LibXSLT.pm 2014-02-17 13:47:44.000000000 +0100 @@ -27,7 +27,7 @@ require Exporter; -$VERSION = '1.87'; +$VERSION = '1.88'; require DynaLoader; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXSLT-1.87/META.json new/XML-LibXSLT-1.88/META.json --- old/XML-LibXSLT-1.87/META.json 2014-02-03 09:13:25.000000000 +0100 +++ new/XML-LibXSLT-1.88/META.json 2014-02-17 13:48:34.000000000 +0100 @@ -4,7 +4,7 @@ "Matt Sergeant" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.78, CPAN::Meta::Converter version 2.132830", + "generated_by" : "ExtUtils::MakeMaker version 6.88, CPAN::Meta::Converter version 2.133380", "license" : [ "perl_5" ], @@ -40,5 +40,5 @@ } }, "release_status" : "stable", - "version" : "1.87" + "version" : "1.88" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXSLT-1.87/META.yml new/XML-LibXSLT-1.88/META.yml --- old/XML-LibXSLT-1.87/META.yml 2014-02-03 09:13:25.000000000 +0100 +++ new/XML-LibXSLT-1.88/META.yml 2014-02-17 13:48:34.000000000 +0100 @@ -3,23 +3,23 @@ author: - 'Matt Sergeant' build_requires: - ExtUtils::MakeMaker: 0 + ExtUtils::MakeMaker: '0' configure_requires: - ExtUtils::MakeMaker: 0 + ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.78, CPAN::Meta::Converter version 2.132830' +generated_by: 'ExtUtils::MakeMaker version 6.88, CPAN::Meta::Converter version 2.133380' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + version: '1.4' name: XML-LibXSLT no_index: directory: - t - inc requires: - Encode: 0 - XML::LibXML: 1.70 - strict: 0 - warnings: 0 -version: 1.87 + Encode: '0' + XML::LibXML: '1.70' + strict: '0' + warnings: '0' +version: '1.88' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-LibXSLT-1.87/t/data/vered-xml-to-docbook.xslt new/XML-LibXSLT-1.88/t/data/vered-xml-to-docbook.xslt --- old/XML-LibXSLT-1.87/t/data/vered-xml-to-docbook.xslt 2014-02-02 15:50:06.000000000 +0100 +++ new/XML-LibXSLT-1.88/t/data/vered-xml-to-docbook.xslt 2014-02-17 13:43:08.000000000 +0100 @@ -85,11 +85,11 @@ </xsl:template> <xsl:template match="vrd:bad_code"> - <db:programlisting xml:space="preserve" role="bad_code"> + <db:programlisting role="bad_code"> <xsl:attribute name="language"> <xsl:value-of select="@syntax" /> </xsl:attribute> - <xsl:text># Bad code + <xsl:text xml:space="preserve"># Bad code </xsl:text> <xsl:apply-templates/> @@ -97,11 +97,11 @@ </xsl:template> <xsl:template match="vrd:code_blk"> - <db:programlisting xml:space="preserve"> + <db:programlisting> <xsl:attribute name="language"> <xsl:value-of select="@syntax" /> </xsl:attribute> - <xsl:apply-templates/> + <xsl:apply-templates xml:space="preserve"/> </db:programlisting> </xsl:template> -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org