Hello community,
here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory
checked in at 2019-02-08 13:45:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-XML-LibXML (Old)
and /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-XML-LibXML"
Fri Feb 8 13:45:43 2019 rev:49 rq:671009 version:2.0133
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes
2018-07-28 12:37:55.100139456 +0200
+++
/work/SRC/openSUSE:Factory/.perl-XML-LibXML.new.28833/perl-XML-LibXML.changes
2019-02-08 13:45:45.870828403 +0100
@@ -1,0 +2,15 @@
+Sun Feb 3 06:49:57 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 2.0133
+ see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+ 2.0133 2019-02-02
+ - Mark as working with libxml2 2.9.9 ( and below ).
+ - Allow LibParser to be provided for all methods
+ - https://github.com/shlomif/perl-XML-LibXML/pull/23
+ - Thanks to @lavock .
+ - Portability fixes by Reini Urban and others.
+ - https://github.com/shlomif/perl-XML-LibXML/pull/18 .
+ - Thanks!
+
+-------------------------------------------------------------------
Old:
----
XML-LibXML-2.0132.tar.gz
New:
----
XML-LibXML-2.0133.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-XML-LibXML.spec ++++++
--- /var/tmp/diff_new_pack.uAByFw/_old 2019-02-08 13:45:46.514828204 +0100
+++ /var/tmp/diff_new_pack.uAByFw/_new 2019-02-08 13:45:46.526828200 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-XML-LibXML
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-XML-LibXML
-Version: 2.0132
+Version: 2.0133
Release: 0
%define cpan_name XML-LibXML
Summary: Perl Binding for libxml2
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/XML-LibXML/
+Url: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -57,20 +57,17 @@
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
%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
++++++ XML-LibXML-2.0132.tar.gz -> XML-LibXML-2.0133.tar.gz ++++++
++++ 3894 lines of diff (skipped)