forked from pool/perl-XML-LibXML
Accepting request 296903 from devel:languages:perl:autoupdate
- updated to 2.0118 see /usr/share/doc/packages/perl-XML-LibXML/Changes 2.0118 2015-02-05 - Add $Config{incpath} to the include paths on Win32. - Fixes https://rt.cpan.org/Ticket/Display.html?id=101944 - Thanks to Marek for the report and propsed fix. 2.0117 2014-10-26 - Support libxml2 builds with disabled xmlReader - Makefile.PL : don't require a recentish ExtUtils::MakeMaker. - https://rt.cpan.org/Ticket/Display.html?id=83322 - Thanks to Slaven Rezic for the report. - Fix broken t/02parse.t with non-English locale with recent perls. - https://rt.cpan.org/Public/Bug/Display.html?id=97805 - Thanks to Slaven Rezic for the report. OBS-URL: https://build.opensuse.org/request/show/296903 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=49
This commit is contained in:
committed by
Git OBS Bridge
parent
c0fa427457
commit
44d4d83be9
BIN
XML-LibXML-2.0116.tar.gz
(Stored with Git LFS)
BIN
XML-LibXML-2.0116.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
XML-LibXML-2.0118.tar.gz
(Stored with Git LFS)
Normal file
BIN
XML-LibXML-2.0118.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
18
cpanspec.yml
Normal file
18
cpanspec.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
description_paragraphs: 1
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
preamble: |-
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.9.0
|
||||
Provides: perl-XML-LibXML-Common = %{version}
|
||||
Obsoletes: perl-XML-LibXML-Common < %{version}
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 15 14:48:13 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 2.0118
|
||||
see /usr/share/doc/packages/perl-XML-LibXML/Changes
|
||||
|
||||
2.0118 2015-02-05
|
||||
- Add $Config{incpath} to the include paths on Win32.
|
||||
- Fixes https://rt.cpan.org/Ticket/Display.html?id=101944
|
||||
- Thanks to Marek for the report and propsed fix.
|
||||
|
||||
2.0117 2014-10-26
|
||||
- Support libxml2 builds with disabled xmlReader
|
||||
- Makefile.PL : don't require a recentish ExtUtils::MakeMaker.
|
||||
- https://rt.cpan.org/Ticket/Display.html?id=83322
|
||||
- Thanks to Slaven Rezic for the report.
|
||||
- Fix broken t/02parse.t with non-English locale with recent perls.
|
||||
- https://rt.cpan.org/Public/Bug/Display.html?id=97805
|
||||
- Thanks to Slaven Rezic for the report.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 25 09:32:09 UTC 2014 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-XML-LibXML
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,22 +17,21 @@
|
||||
|
||||
|
||||
Name: perl-XML-LibXML
|
||||
Version: 2.0116
|
||||
Version: 2.0118
|
||||
Release: 0
|
||||
%define cpan_name XML-LibXML
|
||||
Summary: Perl Binding for libxml2
|
||||
License: Artistic-1.0 or GPL-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
|
||||
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.56
|
||||
BuildRequires: perl(XML::NamespaceSupport) >= 1.07
|
||||
BuildRequires: perl(XML::SAX) >= 0.11
|
||||
BuildRequires: perl(parent)
|
||||
Requires: perl(ExtUtils::MakeMaker) >= 6.56
|
||||
Requires: perl(XML::NamespaceSupport) >= 1.07
|
||||
Requires: perl(XML::SAX) >= 0.11
|
||||
Requires: perl(parent)
|
||||
@@ -41,6 +40,7 @@ Requires: perl(parent)
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.9.0
|
||||
Provides: perl-XML-LibXML-Common = %{version}
|
||||
Obsoletes: perl-XML-LibXML-Common < %{version}
|
||||
# MANUAL END
|
||||
|
||||
%description
|
||||
This module is an interface to libxml2, providing XML and HTML parsers with
|
||||
|
Reference in New Issue
Block a user