Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2018-07-28 12:37:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-XML-LibXML (Old)
 and      /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-XML-LibXML"

Sat Jul 28 12:37:51 2018 rev:48 rq:624069 version:2.0132

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2017-11-01 11:06:44.124135699 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes     
2018-07-28 12:37:55.100139456 +0200
@@ -1,0 +2,5 @@
+Thu Jul 19 12:20:13 UTC 2018 - [email protected]
+
+- add parser to ParserDetails.ini
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-XML-LibXML.spec ++++++
--- /var/tmp/diff_new_pack.pp29Tn/_old  2018-07-28 12:37:55.612140439 +0200
+++ /var/tmp/diff_new_pack.pp29Tn/_new  2018-07-28 12:37:55.612140439 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Release:        0
 %define cpan_name XML-LibXML
 Summary:        Perl Binding for libxml2
-License:        Artistic-1.0 or GPL-1.0+
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/XML-LibXML/
 Source0:        
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
@@ -68,6 +68,9 @@
 %perl_process_packlist
 %perl_gen_filelist
 
+%post
+perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"
+
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes docs example HACKING.txt README TODO

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.pp29Tn/_old  2018-07-28 12:37:55.648140509 +0200
+++ /var/tmp/diff_new_pack.pp29Tn/_new  2018-07-28 12:37:55.652140516 +0200
@@ -16,3 +16,5 @@
 # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
 #license: SUSE-NonFree
 #skip_noarch: 1
+post_section: |-
+ perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"


Reply via email to