diff --git a/XML-LibXML-2.0116.tar.gz b/XML-LibXML-2.0116.tar.gz deleted file mode 100644 index 288b82e..0000000 --- a/XML-LibXML-2.0116.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b154f2dad3033b30d22ac81b8985b69ad35450b0c552db394cd03bb36845812a -size 463609 diff --git a/XML-LibXML-2.0118.tar.gz b/XML-LibXML-2.0118.tar.gz new file mode 100644 index 0000000..1bb0c66 --- /dev/null +++ b/XML-LibXML-2.0118.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc64ae26ef5ebc0f64ba292c582f1cd70701c6513133a063e2d25c3257430c9c +size 463997 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..1e57232 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index ad0a3a3..52005c1 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -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 diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index de2d095..5a66f52 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -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