From 052225b5c86a37476a2767ee34037dc415fbfe52 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Jun 29 2015 15:31:05 +0000 Subject: Update to 2.03 - New upstream release 2.03 - Added 'multiple' option to check each version inside a .pm file with multiple packages - Remove annoying warnings when version_ok called by itself (GH#5) --- diff --git a/perl-Test-Version.spec b/perl-Test-Version.spec index 7f582b8..6a1fc6e 100644 --- a/perl-Test-Version.spec +++ b/perl-Test-Version.spec @@ -2,8 +2,8 @@ %global debug_package %{nil} Name: perl-Test-Version -Version: 2.01 -Release: 4%{?dist} +Version: 2.03 +Release: 1%{?dist} Summary: Check to see that versions in modules are sane License: Artistic 2.0 URL: http://search.cpan.org/dist/Test-Version/ @@ -12,6 +12,9 @@ BuildArch: noarch # =================================================================== # Module build requirements # =================================================================== +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) # =================================================================== @@ -56,11 +59,6 @@ BuildRequires: perl(Test::Perl::Critic) BuildRequires: perl(Test::Pod) >= 1.41 BuildRequires: perl(Test::Pod::Coverage) >= 1.08 BuildRequires: perl(Test::Portability::Files) -# Disable using of Test::Vars, because it failed with Perl 5.22.0 -# There is not a properly fix for it yet -%if ! 0%(perl -e 'print $] >= 5.022') -BuildRequires: perl(Test::Vars) -%endif %endif # =================================================================== # Runtime requirements @@ -96,6 +94,12 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" %{_mandir}/man3/Test::Version.3* %changelog +* Mon Jun 29 2015 Paul Howarth - 2.03-1 +- Update to 2.03 + - Added 'multiple' option to check each version inside a .pm file with + multiple packages + - Remove annoying warnings when version_ok called by itself (GH#5) + * Thu Jun 18 2015 Fedora Release Engineering - 2.01-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index d32ce14..cc5ca23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab7c28ee4096a9aa943cc4d293c96035 Test-Version-2.01.tar.gz +c614611cbf6def595570112efe17f94c Test-Version-2.03.tar.gz