[perl-Test-NoTabs] Update to 1.1

Paul Howarth pghmcfc at fedoraproject.org
Sat Apr 30 08:38:30 UTC 2011


commit ac8a99c4160ba10763bd9d491a1f68d169f561ea
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Apr 30 09:37:18 2011 +0100

    Update to 1.1
    
    - New upstream release 1.1:
      - Fix test fails if cwd or perl has a space in its path (CPAN RT#67376)
    - Remove remaining uses of macros for commands

 .gitignore            |    2 +-
 perl-Test-NoTabs.spec |   13 +++++++++----
 sources               |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d911e74..face228 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Test-NoTabs-1.0.tar.gz
+/Test-NoTabs-1.1.tar.gz
diff --git a/perl-Test-NoTabs.spec b/perl-Test-NoTabs.spec
index 295264a..11fe4b4 100644
--- a/perl-Test-NoTabs.spec
+++ b/perl-Test-NoTabs.spec
@@ -1,17 +1,17 @@
 Name:		perl-Test-NoTabs
-Version:	1.0
-Release:	5%{?dist}
+Version:	1.1
+Release:	1%{?dist}
 Summary:	Check the presence of tabs in your project
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/Test-NoTabs/
 Source0:	http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Test-NoTabs-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 BuildRequires:	perl(Test::More)
 BuildRequires:	perl(Test::Pod)
 BuildRequires:	perl(Test::Pod::Coverage)
-Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 This module scans your project/distribution for any perl files (scripts,
@@ -44,6 +44,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::NoTabs.3pm*
 
 %changelog
+* Fri Apr 29 2011 Paul Howarth <paul at city-fan.org> 1.1-1
+- Update to 1.1
+  - Fix test fails if cwd or perl has a space in its path (CPAN RT#67376)
+- Remove remaining uses of macros for commands
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> 1.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index b1dd4fe..08a9f04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ffb71ba9485b787a1abd25bd27e0020f  Test-NoTabs-1.0.tar.gz
+2f084761009e61084ff9c3bb8facb732  Test-NoTabs-1.1.tar.gz



More information about the perl-devel mailing list