From 69bebad900c88ce64b317eeae52c0290c91e4a7daee0b13fc365f7fe9ae08e65 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 24 Jul 2016 10:25:43 +0000 Subject: [PATCH 1/2] Accepting request 414530 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/414530 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=66 --- XML-LibXML-2.0126.tar.gz | 3 --- XML-LibXML-2.0127.tar.gz | 3 +++ perl-XML-LibXML.changes | 13 +++++++++++++ perl-XML-LibXML.spec | 10 +++------- 4 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 XML-LibXML-2.0126.tar.gz create mode 100644 XML-LibXML-2.0127.tar.gz diff --git a/XML-LibXML-2.0126.tar.gz b/XML-LibXML-2.0126.tar.gz deleted file mode 100644 index 14d98f6..0000000 --- a/XML-LibXML-2.0126.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e735ab72e2ba77070a58a737fd6c61fa6aa198527abc59a5d5627f0650a60af -size 465800 diff --git a/XML-LibXML-2.0127.tar.gz b/XML-LibXML-2.0127.tar.gz new file mode 100644 index 0000000..b81218c --- /dev/null +++ b/XML-LibXML-2.0127.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd94a82fa2f1a3cc99ba2f0a7b4a2bf77a33dba663d2a9ac3ead45b2c6878ee +size 411073 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 9bf0f8a..278fe64 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Jul 23 06:01:52 UTC 2016 - coolo@suse.com + +- updated to 2.0127 + see /usr/share/doc/packages/perl-XML-LibXML/Changes + + 2.0127 2016-07-22 + - Make sure t/release-kwalitee.t and other tests do not run by default. + - Only with AUTHOR_TESTING or RELEASE_TESTING specified. + - Thanks to Lance Wicks for the pull request. + - https://rt.cpan.org/Ticket/Display.html?id=115586 + - https://rt.cpan.org/Ticket/Display.html?id=115859 + ------------------------------------------------------------------- Mon Jun 27 08:44:41 UTC 2016 - coolo@suse.com diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 18c6819..42c766b 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -17,10 +17,10 @@ Name: perl-XML-LibXML -Version: 2.0126 +Version: 2.0127 Release: 0 %define cpan_name XML-LibXML -Summary: Perl Binding for libxml2 +Summary: Interface to Gnome libxml2 xml parsing and DOM library License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/XML-LibXML/ @@ -47,11 +47,7 @@ Obsoletes: perl-XML-LibXML-Common < %{version} # MANUAL END %description -This module is an interface to libxml2, providing XML and HTML parsers with -DOM, SAX and XMLReader interfaces, a large subset of DOM Layer 3 interface -and a XML::XPath-like interface to XPath API of libxml2. The module is -split into several packages which are not described in this section; unless -stated otherwise, you only need to 'use XML::LibXML;' in your programs. +Interface to Gnome libxml2 xml parsing and DOM library %prep %setup -q -n %{cpan_name}-%{version} From 55cec729b9ccf83d398095488b1bc5a4d1faafa30c09e84023b62f4f3fb4dc2c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 1 Aug 2016 14:58:54 +0000 Subject: [PATCH 2/2] Accepting request 414935 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/414935 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=67 --- XML-LibXML-2.0127.tar.gz | 3 --- XML-LibXML-2.0128.tar.gz | 3 +++ perl-XML-LibXML.changes | 15 +++++++++++++++ perl-XML-LibXML.spec | 10 +++++++--- 4 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 XML-LibXML-2.0127.tar.gz create mode 100644 XML-LibXML-2.0128.tar.gz diff --git a/XML-LibXML-2.0127.tar.gz b/XML-LibXML-2.0127.tar.gz deleted file mode 100644 index b81218c..0000000 --- a/XML-LibXML-2.0127.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cd94a82fa2f1a3cc99ba2f0a7b4a2bf77a33dba663d2a9ac3ead45b2c6878ee -size 411073 diff --git a/XML-LibXML-2.0128.tar.gz b/XML-LibXML-2.0128.tar.gz new file mode 100644 index 0000000..dab44b5 --- /dev/null +++ b/XML-LibXML-2.0128.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e7ba451f3bade4d29ff00653a2ee01d13fe38b9a2ebcd0b0f3f82f9f688f2b +size 466334 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 278fe64..3b34a67 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jul 25 05:57:54 UTC 2016 - coolo@suse.com + +- updated to 2.0128 + see /usr/share/doc/packages/perl-XML-LibXML/Changes + + 2.0128 2016-07-24 + - Hopefully add the .pod files again as they were missing from 2.0127. + - https://github.com/shlomif/perl-XML-LibXML/issues/3 + - Thanks to Paul Howarth for the report. + - This was caused by ExtUtils::Manifest just warning that the files + referenced in the "MANIFEST" file were not present and still + continuing to prepare the archive as usual. A "do-what-I-don't-want-to" + thing. + ------------------------------------------------------------------- Sat Jul 23 06:01:52 UTC 2016 - coolo@suse.com diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 42c766b..99e13a6 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -17,10 +17,10 @@ Name: perl-XML-LibXML -Version: 2.0127 +Version: 2.0128 Release: 0 %define cpan_name XML-LibXML -Summary: Interface to Gnome libxml2 xml parsing and DOM library +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/ @@ -47,7 +47,11 @@ Obsoletes: perl-XML-LibXML-Common < %{version} # MANUAL END %description -Interface to Gnome libxml2 xml parsing and DOM library +This module is an interface to libxml2, providing XML and HTML parsers with +DOM, SAX and XMLReader interfaces, a large subset of DOM Layer 3 interface +and a XML::XPath-like interface to XPath API of libxml2. The module is +split into several packages which are not described in this section; unless +stated otherwise, you only need to 'use XML::LibXML;' in your programs. %prep %setup -q -n %{cpan_name}-%{version}