[perl-Test-Unit-Lite] Update to 0.1201

Paul Howarth pghmcfc at fedoraproject.org
Mon Mar 26 08:39:36 UTC 2012


commit 3b12ef404c4cd2e039e487413873ae514f15ca65
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Mar 26 09:38:43 2012 +0100

    Update to 0.1201
    
    - New upstream release 0.1201
      - Repackaged with newer Module::Builder

 perl-Test-Unit-Lite.spec |   13 ++++++++++---
 sources                  |    2 +-
 2 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/perl-Test-Unit-Lite.spec b/perl-Test-Unit-Lite.spec
index ddd3dcd..afb0fc2 100644
--- a/perl-Test-Unit-Lite.spec
+++ b/perl-Test-Unit-Lite.spec
@@ -1,12 +1,15 @@
+# Perl and RPM versioning don't work the same :-(
+%global extraversion 01
+
 Name:		perl-Test-Unit-Lite
 Epoch:		1
 Version:	0.12
-Release:	11%{?dist}
+Release:	12%{?dist}
 Summary:	Unit testing without external dependencies
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/Test-Unit-Lite/
-Source0:	http://search.cpan.org/CPAN/authors/id/D/DE/DEXTER/Test-Unit-Lite-%{version}.tar.gz
+Source0:	http://search.cpan.org/CPAN/authors/id/D/DE/DEXTER/Test-Unit-Lite-%{version}%{?extraversion}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 BuildRequires:	perl(base)
@@ -31,7 +34,7 @@ Test::Unit. It doesn't implement all classes and methods at 100% and only
 those necessary to run tests are available.
 
 %prep
-%setup -q -n Test-Unit-Lite-%{version}
+%setup -q -n Test-Unit-Lite-%{version}%{?extraversion}
 
 # Filter unwanted provides and (prior to rpm 4.9)
 # Unwanted requires not actually detected prior to rpm 4.9
@@ -59,6 +62,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Unit::Lite.3pm*
 
 %changelog
+* Sun Mar 25 2012 Paul Howarth <paul at city-fan.org> - 1:0.12-12
+- Update to 0.1201
+  - Repackaged with newer Module::Builder
+
 * Sat Mar 24 2012 Paul Howarth <paul at city-fan.org> - 1:0.12-11
 - Add buildreqs for Perl core modules that could be dual-lived
 - Don't need to remove empty directories from buildroot
diff --git a/sources b/sources
index 8df1581..bb9cec2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4490b5f67ea6ded89d9dd6d39ce9787f  Test-Unit-Lite-0.12.tar.gz
+eda35ad122e70050b6e5f966b53d3b9e  Test-Unit-Lite-0.1201.tar.gz



More information about the perl-devel mailing list