diff --git a/XML-LibXML-2.0128.tar.gz b/XML-LibXML-2.0128.tar.gz deleted file mode 100644 index dab44b5..0000000 --- a/XML-LibXML-2.0128.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26e7ba451f3bade4d29ff00653a2ee01d13fe38b9a2ebcd0b0f3f82f9f688f2b -size 466334 diff --git a/XML-LibXML-2.0129.tar.gz b/XML-LibXML-2.0129.tar.gz new file mode 100644 index 0000000..07dc009 --- /dev/null +++ b/XML-LibXML-2.0129.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca0269ba06800c84061a7f3333c85fab5584d69cd7b4e0641963da7fd36b366 +size 468838 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 3b34a67..e930278 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 15 08:23:30 UTC 2017 - coolo@suse.com + +- updated to 2.0129 + see /usr/share/doc/packages/perl-XML-LibXML/Changes + + 2.0129 2017-03-14 + - Add example/create-sample-html-document.pl . + - https://rt.cpan.org/Ticket/Display.html?id=117923 + - Add support for the set_document_locator() SAX method . + - Thanks to Alexander Batyrshin for the pull-request. + - Make parsing of large perl strings much faster. + - https://github.com/shlomif/perl-XML-LibXML/pull/5 + - Thanks to Cedric Cellier for the pull-request. + ------------------------------------------------------------------- Mon Jul 25 05:57:54 UTC 2016 - coolo@suse.com diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 99e13a6..1c02f90 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-LibXML # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,14 +17,14 @@ Name: perl-XML-LibXML -Version: 2.0128 +Version: 2.0129 Release: 0 %define cpan_name XML-LibXML Summary: Perl Binding for libxml2 License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/XML-LibXML/ -Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -70,6 +70,7 @@ stated otherwise, you only need to 'use XML::LibXML;' in your programs. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes docs example HACKING.txt LICENSE README TODO +%doc Changes docs example HACKING.txt README TODO +%license LICENSE %changelog