8
0

- update to 1.90

- Pull a commit from Aaron Crange to fix compilation bugs in Devel.xs:
        - local variable declarations must be in the PREINIT section,
        not `CODE`, at least for some compiler/OS combinations.
        - Thanks, Aaron!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=27
This commit is contained in:
Vítězslav Čížek
2012-01-09 09:16:23 +00:00
committed by Git OBS Bridge
parent 5937eaea9e
commit 8b2b8b2ed7
4 changed files with 13 additions and 4 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 9 02:35:57 UTC 2012 - vcizek@suse.com
- update to 1.90
- Pull a commit from Aaron Crange to fix compilation bugs in Devel.xs:
- local variable declarations must be in the PREINIT section,
not `CODE`, at least for some compiler/OS combinations.
- Thanks, Aaron!
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 2 13:02:47 UTC 2012 - vcizek@suse.cz Mon Jan 2 13:02:47 UTC 2012 - vcizek@suse.cz

View File

@@ -17,7 +17,7 @@
Name: perl-XML-LibXML Name: perl-XML-LibXML
Version: 1.89 Version: 1.90
Release: 0 Release: 0
%define cpan_name XML-LibXML %define cpan_name XML-LibXML
Summary: Perl Binding for libxml2 Summary: Perl Binding for libxml2