From 052225b5c86a37476a2767ee34037dc415fbfe52 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Mon, 29 Jun 2015 16:31:05 +0100
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 <p...@city-fan.org> - 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 <rel-...@lists.fedoraproject.org> 
- 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
-- 
cgit v0.10.2


        
http://pkgs.fedoraproject.org/cgit/perl-Test-Version.git/commit/?h=master&id=052225b5c86a37476a2767ee34037dc415fbfe52
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to