From 98042d84e198608f0d9ea0f195575c80ab39b585 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Mon, 25 Jul 2016 10:42:50 +0200
Subject: 2.0128 bump

---
 .gitignore                                         |  1 +
 ...req_matches_use-Test-Kwalitee-Extra-subte.patch | 29 ----------------------
 perl-XML-LibXML.spec                               | 17 ++++++-------
 sources                                            |  2 +-
 4 files changed, 10 insertions(+), 39 deletions(-)
 delete mode 100644 
XML-LibXML-2.0126-Disable-prereq_matches_use-Test-Kwalitee-Extra-subte.patch

diff --git a/.gitignore b/.gitignore
index 361bbbf..b3ef767 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@ XML-LibXML-1.70.tar.gz
 /XML-LibXML-2.0124.tar.gz
 /XML-LibXML-2.0125.tar.gz
 /XML-LibXML-2.0126.tar.gz
+/XML-LibXML-2.0128.tar.gz
diff --git 
a/XML-LibXML-2.0126-Disable-prereq_matches_use-Test-Kwalitee-Extra-subte.patch 
b/XML-LibXML-2.0126-Disable-prereq_matches_use-Test-Kwalitee-Extra-subte.patch
deleted file mode 100644
index d421cfc..0000000
--- 
a/XML-LibXML-2.0126-Disable-prereq_matches_use-Test-Kwalitee-Extra-subte.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 28d50e7cbbe1953da4a26bb213805ab9e1762de9 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
-Date: Mon, 4 Jul 2016 15:43:30 +0200
-Subject: [PATCH] Disable prereq_matches_use Test::Kwalitee::Extra subtest
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The prereq_matches_use subtest requires network access to
-<https://metacpan.org/>.
-
-Signed-off-by: Petr Písař <ppi...@redhat.com>
----
- t/release-kwalitee.t | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/t/release-kwalitee.t b/t/release-kwalitee.t
-index 47b8d6e..06ea857 100644
---- a/t/release-kwalitee.t
-+++ b/t/release-kwalitee.t
-@@ -7,4 +7,4 @@ use Test::More;   # needed to provide plan.
- eval { require Test::Kwalitee::Extra };
- plan skip_all => "Test::Kwalitee::Extra required for testing kwalitee: $@" if 
$@;
- 
--eval "use Test::Kwalitee::Extra";
-+eval "use Test::Kwalitee::Extra qw(!prereq_matches_use)";
--- 
-2.5.5
-
diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec
index 4614065..dca836c 100644
--- a/perl-XML-LibXML.spec
+++ b/perl-XML-LibXML.spec
@@ -7,7 +7,7 @@ Name:           perl-XML-LibXML
 # https://bugzilla.redhat.com/show_bug.cgi?id=469480
 # it might not be needed anymore
 # this module is maintained, the other is not
-Version:        2.0126
+Version:        2.0128
 Release:        1%{?dist}
 Epoch:          1
 Summary:        Perl interface to the libxml2 library
@@ -15,8 +15,6 @@ Group:          Development/Libraries
 License:        (GPL+ or Artistic) and MIT
 URL:            http://search.cpan.org/dist/XML-LibXML/
 Source0:        
http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-%{version}.tar.gz
 
-# Disable Test::Kwalitee::Extra subtests that need Internet, CPAN RT#115859
-Patch0:         
XML-LibXML-2.0126-Disable-prereq_matches_use-Test-Kwalitee-Extra-subte.patch
 BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  glibc-common
@@ -67,17 +65,16 @@ BuildRequires:  perl(XML::SAX::ParserFactory)
 %if ! ( 0%{?rhel} )
 BuildRequires:  perl(Test::LeakTrace)
 %endif
-BuildRequires:  perl(Test::Pod) >= 1.14
-%if ! ( 0%{?rhel} && 0%{?rhel} < 7 )
-BuildRequires:  perl(Test::Kwalitee::Extra)
-%endif
-# Optional Test::TrailingSpace
 %if %{with thread_test}
 BuildRequires:  perl(threads)
 BuildRequires:  perl(threads::shared)
 %endif
 BuildRequires:  perl(URI::file)
 BuildRequires:  perl(utf8)
+# Author test - Test::CPAN::Changes
+# Author test - Test::Pod
+# Author test - Test::Kwalitee::Extra
+# Author test - Test::TrailingSpace
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 # Run-require "perl" because a triggerin script needs it.
 Requires:           perl
@@ -96,7 +93,6 @@ validating XML parser and the high performance DOM 
implementation.
 
 %prep
 %setup -q -n XML-LibXML-%{version}
-%patch0 -p1
 chmod -x *.c
 for i in Changes; do
   /usr/bin/iconv -f iso8859-1 -t utf-8 $i > $i.conv && /bin/mv -f $i.conv $i
@@ -140,6 +136,9 @@ fi
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Jul 25 2016 Jitka Plesnikova <jples...@redhat.com> - 1:2.0128-1
+- 2.0128 bump
+
 * Mon Jul 04 2016 Petr Pisar <ppi...@redhat.com> - 1:2.0126-1
 - 2.0126 bump
 
diff --git a/sources b/sources
index fc6ad0e..9aaf60f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6007524ddec3be6cfbb8f68f5aa791c  XML-LibXML-2.0126.tar.gz
+9904690371679e082ff2c23677b6c90e  XML-LibXML-2.0128.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-XML-LibXML.git/commit/?h=f24&id=98042d84e198608f0d9ea0f195575c80ab39b585
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to