8
0

- 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
This commit is contained in:
Vítězslav Čížek
2012-01-02 13:05:01 +00:00
committed by Git OBS Bridge
parent c25d19b8f5
commit 5937eaea9e
4 changed files with 21 additions and 10 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -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 Thu Sep 22 12:49:34 UTC 2011 - vcizek@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-XML-LibXML # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,20 @@
# #
Name: perl-XML-LibXML Name: perl-XML-LibXML
Version: 1.88 Version: 1.89
Release: 1 Release: 0
License: GPL-1.0+ or Artistic-1.0
%define cpan_name XML-LibXML %define cpan_name XML-LibXML
Summary: Perl Binding for libxml2 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 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 Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
BuildRequires: perl BuildRequires: perl
BuildRequires: perl(XML::SAX) >= 0.11
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.56 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.56
BuildRequires: perl(XML::NamespaceSupport) >= 1.07 BuildRequires: perl(XML::NamespaceSupport) >= 1.07
BuildRequires: perl(XML::SAX) >= 0.11
BuildRequires: pkgconfig(libxml-2.0) >= 2.6.16 BuildRequires: pkgconfig(libxml-2.0) >= 2.6.16
Requires: perl(XML::NamespaceSupport) >= 1.07 Requires: perl(XML::NamespaceSupport) >= 1.07
Requires: perl(XML::SAX) >= 0.11 Requires: perl(XML::SAX) >= 0.11