8
0

Accepting request 348039 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/348039
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=58
This commit is contained in:
2015-12-09 11:13:23 +00:00
committed by Git OBS Bridge
parent 73f4ccdd04
commit 41e7724678
4 changed files with 19 additions and 5 deletions

BIN
XML-LibXML-2.0122.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
XML-LibXML-2.0123.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -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 Wed Sep 2 09:21:17 UTC 2015 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-XML-LibXML Name: perl-XML-LibXML
Version: 2.0122 Version: 2.0123
Release: 0 Release: 0
%define cpan_name XML-LibXML %define cpan_name XML-LibXML
Summary: Perl Binding for libxml2 Summary: Perl Binding for libxml2
@@ -51,7 +51,6 @@ stated otherwise, you only need to 'use XML::LibXML;' in your programs.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"