Hello community,

here is the log from the commit of package perl-XML-LibXSLT for 
openSUSE:Factory checked in at 2013-07-30 19:11:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-06 12:58:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXSLT.new/perl-XML-LibXSLT.changes   
2013-07-30 19:11:07.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Jul 27 11:58:53 UTC 2013 - co...@suse.com
+
+- updated to 1.81
+    - Fix a typo reported by dsteinbrunner:
+        - https://rt.cpan.org/Ticket/Display.html?id=86689
+
+-------------------------------------------------------------------

Old:
----
  XML-LibXSLT-1.80.tar.gz

New:
----
  XML-LibXSLT-1.81.tar.gz

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

Other differences:
------------------
++++++ perl-XML-LibXSLT.spec ++++++
--- /var/tmp/diff_new_pack.KHR0pj/_old  2013-07-30 19:11:08.000000000 +0200
+++ /var/tmp/diff_new_pack.KHR0pj/_new  2013-07-30 19:11:08.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-XML-LibXSLT
-Version:        1.80
+Version:        1.81
 Release:        0
 %define cpan_name XML-LibXSLT
 Summary:        Interface to the GNOME libxslt library

++++++ XML-LibXSLT-1.80.tar.gz -> XML-LibXSLT-1.81.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXSLT-1.80/Changes new/XML-LibXSLT-1.81/Changes
--- old/XML-LibXSLT-1.80/Changes        2013-01-23 06:56:38.000000000 +0100
+++ new/XML-LibXSLT-1.81/Changes        2013-07-05 09:13:44.000000000 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension XML::LibXSLT.
 
+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
+
 1.80            Wed 23 Jan 07:53:57 IST 2013
     - Bump the minimum version of libxslt2 to 1.1.28.
         - due to failures such as 
http://www.cpantesters.org/cpan/report/6f5029ee-639a-11e2-8465-2a97270fb964
@@ -64,12 +68,12 @@
 1.72            Thu Oct  6 13:37:13 IST 2011
     - Moved the benchmarking code under benchmark/ so it won't be indexed
     by CPAN (Tim Brody).
-    - Avoid leaking memory inside extension elements by cleaning up on 
+    - Avoid leaking memory inside extension elements by cleaning up on
     stylesheet DESTROY (Tim Brody).
-    - xsltInit() and xsltCleanupGlobals() to avoid leaking memory on 
+    - xsltInit() and xsltCleanupGlobals() to avoid leaking memory on
     init/shutdown (Tim Brody).
-    - Added support for stylesheet context functions via a 
-    $stylesheet->register_function() method with the same arguments as 
+    - Added support for stylesheet context functions via a
+    $stylesheet->register_function() method with the same arguments as
     XML::LibXSLT->register_function(). (Tim Brody)
     - Added support for register_element() on stylesheet objects. The callback
     may leak memory though - nothing frees the _private attributes of the
@@ -116,7 +120,7 @@
      - check libxslt version
      - added XML::LibXML-like API to retrieve libxslt version
      - added output_as_bytes() and output_as_chars()
-     - added regression tests for output_as_* to 11utf8.t 
+     - added regression tests for output_as_* to 11utf8.t
      - output_as_string documentation fixed to match reality
      - make 06entities.t to pass with older libxml2/libxslt
      - POD uses items instead of headings
@@ -218,7 +222,7 @@
 
 1.00
     - More segfault fixes
-    - Benchmark updates    
+    - Benchmark updates
 
 0.99_01
     - More segfault fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXSLT-1.80/LibXSLT.pm 
new/XML-LibXSLT-1.81/LibXSLT.pm
--- old/XML-LibXSLT-1.80/LibXSLT.pm     2013-01-23 06:53:11.000000000 +0100
+++ new/XML-LibXSLT-1.81/LibXSLT.pm     2013-07-05 09:15:32.000000000 +0200
@@ -25,7 +25,7 @@
 
 require Exporter;
 
-$VERSION = "1.80";
+$VERSION = "1.81";
 
 require DynaLoader;
 
@@ -1038,7 +1038,7 @@
 
 =item XML::LibXSLT::HAVE_EXLT()
 
-Returns 1 if the module was compiled with libexslt, 0 otherwised.
+Returns 1 if the module was compiled with libexslt, 0 otherwise.
 
 =back
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXSLT-1.80/META.json 
new/XML-LibXSLT-1.81/META.json
--- old/XML-LibXSLT-1.80/META.json      2013-01-23 06:57:27.000000000 +0100
+++ new/XML-LibXSLT-1.81/META.json      2013-07-05 09:16:16.000000000 +0200
@@ -4,7 +4,7 @@
       "Matt Sergeant"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter 
version 2.120921",
+   "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.131560",
    "license" : [
       "unknown"
    ],
@@ -40,5 +40,5 @@
       }
    },
    "release_status" : "stable",
-   "version" : "1.80"
+   "version" : "1.81"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXSLT-1.80/META.yml 
new/XML-LibXSLT-1.81/META.yml
--- old/XML-LibXSLT-1.80/META.yml       2013-01-23 06:57:27.000000000 +0100
+++ new/XML-LibXSLT-1.81/META.yml       2013-07-05 09:16:16.000000000 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 
2.120921'
+generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 
2.131560'
 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.80
+version: 1.81

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

Reply via email to