8
0

Accepting request 303819 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/303819
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=50
This commit is contained in:
Stephan Kulow
2015-04-24 16:05:14 +00:00
committed by Git OBS Bridge
parent 44d4d83be9
commit 3297168c25
4 changed files with 16 additions and 5 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Apr 24 16:02:09 UTC 2015 - coolo@suse.com
- updated to 2.0119
see /usr/share/doc/packages/perl-XML-LibXML/Changes
2.0119 2015-04-23
- Preserve unset options after a _clone() call (e.g: in load_xml()).
- This caused expand_entities(0) to not be preserved/etc.
- Thanks to Tilmann Haak from xing.com for the report.
-------------------------------------------------------------------
Wed Apr 15 14:48:13 UTC 2015 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-XML-LibXML
Version: 2.0118
Version: 2.0119
Release: 0
%define cpan_name XML-LibXML
Summary: Perl Binding for libxml2
@@ -67,6 +67,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes example HACKING.txt LICENSE README TODO
%doc Changes docs example HACKING.txt LICENSE README TODO
%changelog