From a2e36454146c47e2f9892a1df36ada1c8e60234e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 12 Jan 2015 16:14:44 +0100 Subject: [PATCH] Remove unused test-time dependency on Readonly:::XS --- perl-Params-Validate.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec index 979c3d7..5de3f7c 100644 --- a/perl-Params-Validate.spec +++ b/perl-Params-Validate.spec @@ -16,7 +16,7 @@ Summary: Params-Validate Perl module Name: perl-Params-Validate Version: 1.16 -Release: 1%{?dist} +Release: 2%{?dist} License: Artistic 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/Params-Validate/ @@ -47,7 +47,6 @@ BuildRequires: perl(Test::Taint) >= 0.02 BuildRequires: perl(Tie::Array) BuildRequires: perl(Tie::Hash) BuildRequires: perl(Readonly) >= 1.03 -BuildRequires: perl(Readonly::XS) %if %{with release_tests} # For release testing tests @@ -103,6 +102,9 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' %{_mandir}/man3/* %changelog +* Mon Jan 12 2015 Petr Pisar - 1.16-2 +- Remove unused test-time dependency on Readonly:::XS + * Thu Jan 08 2015 Ralf Corsépius - 1.16-1 - Upstream update. - Reflect upstream changes.