2.0128 bump
This commit is contained in:
parent
a799fc660b
commit
697b968da9
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -1,29 +0,0 @@
|
||||
From 28d50e7cbbe1953da4a26bb213805ab9e1762de9 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@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ř <ppisar@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
|
||||
|
@ -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 <jplesnik@redhat.com> - 1:2.0128-1
|
||||
- 2.0128 bump
|
||||
|
||||
* Mon Jul 04 2016 Petr Pisar <ppisar@redhat.com> - 1:2.0126-1
|
||||
- 2.0126 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user