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] - 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