diff --git a/XML-LibXML-2.0132.tar.gz b/XML-LibXML-2.0132.tar.gz deleted file mode 100644 index f305ec6..0000000 --- a/XML-LibXML-2.0132.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:721452e3103ca188f5968ab06d5ba29fe8e00e49f4767790882095050312d476 -size 469983 diff --git a/XML-LibXML-2.0133.tar.gz b/XML-LibXML-2.0133.tar.gz new file mode 100644 index 0000000..a75d06d --- /dev/null +++ b/XML-LibXML-2.0133.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f25c5744424b2e9364f71f607e96c19e2c6fa188baeda34894d2336d30e4d9a +size 470754 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index de29ed7..9cd8cc0 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Feb 3 06:49:57 UTC 2019 - Stephan Kulow + +- 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! + ------------------------------------------------------------------- Thu Jul 19 12:20:13 UTC 2018 - coolo@suse.com diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 8796c4b..c69cfad 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -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 @@ stated otherwise, you only need to 'use XML::LibXML;' in your programs. %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