[perl-Test-NoWarnings] Update to 1.02. Update Source0 URL. BR Test::Builder and Test::More, plus update versioned Test::Tes

Steven Pritchard steve at fedoraproject.org
Thu Dec 9 00:51:27 UTC 2010


commit 60d95d79d91dac26a97d0064a3b6f3013f932a83
Author: Steven Pritchard <steven.pritchard at gmail.com>
Date:   Wed Dec 8 18:51:08 2010 -0600

    Update to 1.02.
    Update Source0 URL.
    BR Test::Builder and Test::More, plus update versioned Test::Tester BR.
    CHANGES renamed to Changes, and LGPL renamed to LICENSE.

 .gitignore                |    1 +
 perl-Test-NoWarnings.spec |   18 +++++++++++++-----
 sources                   |    2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 130a7a7..9ba1de0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-NoWarnings-0.084.tar.gz
+/Test-NoWarnings-1.02.tar.gz
diff --git a/perl-Test-NoWarnings.spec b/perl-Test-NoWarnings.spec
index 6578d84..b6a1552 100644
--- a/perl-Test-NoWarnings.spec
+++ b/perl-Test-NoWarnings.spec
@@ -1,16 +1,18 @@
 Name:           perl-Test-NoWarnings
-Version:        0.084
-Release:        7%{?dist}
+Version:        1.02
+Release:        1%{?dist}
 Summary:        Make sure you didn't emit any warnings while testing
 License:        LGPLv2+
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-NoWarnings/
-Source0:        http://www.cpan.org/authors/id/F/FD/FDALY/Test-NoWarnings-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/Test-NoWarnings-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Devel::StackTrace)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::Tester) >= 0.103
+BuildRequires:  perl(Test::Builder) >= 0.86
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Tester) >= 0.107
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -46,11 +48,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES LGPL README
+%doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Dec 08 2010 Steven Pritchard <steve at kspei.com> 1.02-1
+- Update to 1.02.
+- Update Source0 URL.
+- BR Test::Builder and Test::More, plus update versioned Test::Tester BR.
+- CHANGES renamed to Changes, and LGPL renamed to LICENSE.
+
 * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.084-7
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 7ad279c..bff6d38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-26341294a4062e9e7d8a643485ca78d4  Test-NoWarnings-0.084.tar.gz
+6c5ae5613c66d6b5e4f0799085571a64  Test-NoWarnings-1.02.tar.gz



More information about the perl-devel mailing list