diff --git a/XML-LibXML-2.0122.tar.gz b/XML-LibXML-2.0122.tar.gz deleted file mode 100644 index 736ea64..0000000 --- a/XML-LibXML-2.0122.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:767663f819d2cc579422f773375aadbeab127dc6510a77f2f9ff70e6e29b8f52 -size 464743 diff --git a/XML-LibXML-2.0123.tar.gz b/XML-LibXML-2.0123.tar.gz new file mode 100644 index 0000000..29db8a7 --- /dev/null +++ b/XML-LibXML-2.0123.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0525a2491f152cadee8c63550c79a380fb393851fdfc4c1e6cd5f0f92614f7c4 +size 465789 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index aeeb71c..bd0cced 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Dec 9 09:56:40 UTC 2015 - coolo@suse.com + +- updated to 2.0123 + see /usr/share/doc/packages/perl-XML-LibXML/Changes + + 2.0123 2015-12-06 + - Get rid of an undef-warning in XML::LibXML::Reader . + - https://rt.cpan.org/Ticket/Display.html?id=106830 + - Thanks to Rich for the report and testcase. + - Apply patch from Debian for rewording the documentation. + - https://rt.cpan.org/Ticket/Display.html?id=110116 + - Some extra rewording has been done by SHLOMIF. + - Thanks to Gregor Herrman and the Debian Team + ------------------------------------------------------------------- Wed Sep 2 09:21:17 UTC 2015 - coolo@suse.com diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index be4eeed..5533436 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -17,7 +17,7 @@ Name: perl-XML-LibXML -Version: 2.0122 +Version: 2.0123 Release: 0 %define cpan_name XML-LibXML Summary: Perl Binding for libxml2 @@ -51,7 +51,6 @@ stated otherwise, you only need to 'use XML::LibXML;' in your programs. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"