[perl-Test-Vars] Update to 0.002

Paul Howarth pghmcfc at fedoraproject.org
Wed Oct 10 19:44:31 UTC 2012


commit c335b7e86abb83b64b34da4256046c4b599022cf
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Oct 10 20:43:42 2012 +0100

    Update to 0.002
    
    - New upstream release 0.002
      - Fix compatibility with Perl 5.16 (CPAN RT#72133)
    - Drop upstreamed patch for 5.16 compatibility

 Test-Vars-perl516.patch |   21 ---------------------
 perl-Test-Vars.spec     |   13 +++++++------
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 28 deletions(-)
---
diff --git a/perl-Test-Vars.spec b/perl-Test-Vars.spec
index 54544b6..f423304 100644
--- a/perl-Test-Vars.spec
+++ b/perl-Test-Vars.spec
@@ -1,12 +1,11 @@
 Name:		perl-Test-Vars
-Version:	0.001
-Release:	6%{?dist}
+Version:	0.002
+Release:	1%{?dist}
 Summary:	Detects unused variables
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/Test-Vars/
 Source0:	http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Test-Vars-%{version}.tar.gz
-Patch0:		Test-Vars-perl516.patch
 BuildArch:	noarch
 BuildRequires:	perl >= 4:5.10.0
 BuildRequires:	perl(B)
@@ -26,9 +25,6 @@ Test::Vars finds unused variables in order to keep the source code tidy.
 %prep
 %setup -q -n Test-Vars-%{version}
 
-# Fix compatibility with Perl 5.16 (CPAN RT#72133)
-%patch0
-
 # Placate rpmlint about script interpreters in examples
 sed -i -e '1s|^#!perl|#!/usr/bin/perl|' example/*.t
 
@@ -51,6 +47,11 @@ make test TEST_FILES="xt/*.t"
 %{_mandir}/man3/Test::Vars.3pm*
 
 %changelog
+* Wed Oct 10 2012 Paul Howarth <paul at city-fan.org> - 0.002-1
+- Update to 0.002
+  - Fix compatibility with Perl 5.16 (CPAN RT#72133)
+- Drop upstreamed patch for 5.16 compatibility
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.001-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 6a89af7..24e5248 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ce99ba8318634a16a04e59b20cc5798  Test-Vars-0.001.tar.gz
+c0893e34824ae95decb8ca4329d4a77f  Test-Vars-0.002.tar.gz


More information about the scm-commits mailing list