From c25d19b8f5152dfb85ac2e356a1528bd0284417c0d5fea1f8b8abea3a5357f74 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 6 Dec 2011 17:49:45 +0000 Subject: [PATCH 1/3] Updating link to change in openSUSE:Factory/perl-XML-LibXML revision 23.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=88b92b3489d6938e2d080ab7cfa6492f --- perl-XML-LibXML.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index c4c364c..aa57818 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -20,7 +20,7 @@ Name: perl-XML-LibXML Version: 1.88 Release: 1 -License: GPL-1.0+ or Artistic +License: GPL-1.0+ or Artistic-1.0 %define cpan_name XML-LibXML Summary: Perl Binding for libxml2 Url: http://search.cpan.org/dist/XML-LibXML/ From 5937eaea9ebaaf2c56f4bccbce4d03ab2ad4a79ef0a59fd27a3cb149800b2ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Mon, 2 Jan 2012 13:05:01 +0000 Subject: [PATCH 2/3] - update to 1.89 - Apply a patch with spelling fixes by Kevin Lyda : - https://rt.cpan.org/Public/Bug/Display.html?id=71403 - Thanks to Kevin. - Apply a pull request by ElDiablo with the implementation of lib/XML/LibXML/Devel.pm . - Adjust the Win32 Build Instructions in the README file. - Thanks to Christopher J. Madsen. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=26 --- XML-LibXML-1.88.tar.gz | 3 --- XML-LibXML-1.89.tar.gz | 3 +++ perl-XML-LibXML.changes | 12 ++++++++++++ perl-XML-LibXML.spec | 13 ++++++------- 4 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 XML-LibXML-1.88.tar.gz create mode 100644 XML-LibXML-1.89.tar.gz diff --git a/XML-LibXML-1.88.tar.gz b/XML-LibXML-1.88.tar.gz deleted file mode 100644 index 4e8dbc4..0000000 --- a/XML-LibXML-1.88.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:113fef712816b8073362b61a54cbe4dc393f1f9fbd33288b47e3295f57a47f14 -size 432186 diff --git a/XML-LibXML-1.89.tar.gz b/XML-LibXML-1.89.tar.gz new file mode 100644 index 0000000..11056d5 --- /dev/null +++ b/XML-LibXML-1.89.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea464d5ff180aad49daa4362cd095bb41e936da6680d8bbbfbe641bc03a68c4e +size 434842 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index aa13690..2dbe16b 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jan 2 13:02:47 UTC 2012 - vcizek@suse.cz + +- update to 1.89 + - Apply a patch with spelling fixes by Kevin Lyda : + - https://rt.cpan.org/Public/Bug/Display.html?id=71403 + - Thanks to Kevin. + - Apply a pull request by ElDiablo with the implementation of + lib/XML/LibXML/Devel.pm . + - Adjust the Win32 Build Instructions in the README file. + - Thanks to Christopher J. Madsen. + ------------------------------------------------------------------- Thu Sep 22 12:49:34 UTC 2011 - vcizek@suse.com diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index aa57818..1633abc 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-LibXML # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,21 +16,20 @@ # - Name: perl-XML-LibXML -Version: 1.88 -Release: 1 -License: GPL-1.0+ or Artistic-1.0 +Version: 1.89 +Release: 0 %define cpan_name XML-LibXML Summary: Perl Binding for libxml2 -Url: http://search.cpan.org/dist/XML-LibXML/ +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl +Url: http://search.cpan.org/dist/XML-LibXML/ Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz BuildRequires: perl -BuildRequires: perl(XML::SAX) >= 0.11 BuildRequires: perl-macros BuildRequires: perl(ExtUtils::MakeMaker) >= 6.56 BuildRequires: perl(XML::NamespaceSupport) >= 1.07 +BuildRequires: perl(XML::SAX) >= 0.11 BuildRequires: pkgconfig(libxml-2.0) >= 2.6.16 Requires: perl(XML::NamespaceSupport) >= 1.07 Requires: perl(XML::SAX) >= 0.11 From 8b2b8b2ed7666d200528df10f5c17894b1a4c583c317b35ec30b58bacea94495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Mon, 9 Jan 2012 09:16:23 +0000 Subject: [PATCH 3/3] - 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 --- XML-LibXML-1.89.tar.gz | 3 --- XML-LibXML-1.90.tar.gz | 3 +++ perl-XML-LibXML.changes | 9 +++++++++ perl-XML-LibXML.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 XML-LibXML-1.89.tar.gz create mode 100644 XML-LibXML-1.90.tar.gz diff --git a/XML-LibXML-1.89.tar.gz b/XML-LibXML-1.89.tar.gz deleted file mode 100644 index 11056d5..0000000 --- a/XML-LibXML-1.89.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea464d5ff180aad49daa4362cd095bb41e936da6680d8bbbfbe641bc03a68c4e -size 434842 diff --git a/XML-LibXML-1.90.tar.gz b/XML-LibXML-1.90.tar.gz new file mode 100644 index 0000000..e631564 --- /dev/null +++ b/XML-LibXML-1.90.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2fc57afda9d9fc756269c1f74de53b4d5a5c4840bf9a4dc5b6e2534082fa6c8 +size 434964 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 2dbe16b..f09887e 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -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 diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 1633abc..cd5ea1a 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -17,7 +17,7 @@ Name: perl-XML-LibXML -Version: 1.89 +Version: 1.90 Release: 0 %define cpan_name XML-LibXML Summary: Perl Binding for libxml2