[perl-Test-Class] 0.43; META changes only

Petr Šabata psabata at fedoraproject.org
Mon Jun 30 12:50:39 UTC 2014


commit 64cee613619d723a2cb80ff8ea792d799eb9811a
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Jun 30 14:50:44 2014 +0200

    0.43; META changes only

 ...h => Test-Class-0.43-Module-Build-version.patch |   10 ++++++----
 perl-Test-Class.spec                               |   15 ++++++++++-----
 sources                                            |    2 +-
 3 files changed, 17 insertions(+), 10 deletions(-)
---
diff --git a/Test-Class-0.42-Module-Build-version.patch b/Test-Class-0.43-Module-Build-version.patch
similarity index 59%
rename from Test-Class-0.42-Module-Build-version.patch
rename to Test-Class-0.43-Module-Build-version.patch
index 141b90c..c547260 100644
--- a/Test-Class-0.42-Module-Build-version.patch
+++ b/Test-Class-0.43-Module-Build-version.patch
@@ -1,11 +1,13 @@
---- META.yml
-+++ META.yml
+diff --git a/META.yml b/META.yml
+index ed50c47..3df0122 100644
+--- a/META.yml
++++ b/META.yml
 @@ -11,7 +11,7 @@ build_requires:
    base: '0'
    overload: '0'
  configure_requires:
--  Module::Build: '0.42'
+-  Module::Build: '0.4004'
 +  Module::Build: '0.40'
  dynamic_config: 1
- generated_by: 'Module::Build version 0.4205, CPAN::Meta::Converter version 2.141170'
+ generated_by: 'Module::Build version 0.4205, CPAN::Meta::Converter version 2.141520'
  license: perl
diff --git a/perl-Test-Class.spec b/perl-Test-Class.spec
index 8662e89..f3aaac9 100644
--- a/perl-Test-Class.spec
+++ b/perl-Test-Class.spec
@@ -1,13 +1,13 @@
 Name:           perl-Test-Class
-Version:        0.42
-Release:        2%{?dist}
+Version:        0.43
+Release:        1%{?dist}
 Summary:        Easily create test classes in an xUnit/JUnit style
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Class/
 Source0:        http://www.cpan.org/authors/id/E/ET/ETHER/Test-Class-%{version}.tar.gz
 Patch0:         perl-Test-Class-UTF8.patch
-Patch1:         Test-Class-0.42-Module-Build-version.patch
+Patch1:         Test-Class-0.43-Module-Build-version.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:      noarch
 BuildRequires:  perl
@@ -27,8 +27,10 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(base)
 BuildRequires:  perl(Fcntl)
 BuildRequires:  perl(IO::File) >= 1.09
+BuildRequires:  perl(lib)
 BuildRequires:  perl(overload)
 BuildRequires:  perl(Test)
+BuildRequires:  perl(Test::Builder)
 BuildRequires:  perl(Test::Builder::Tester) >= 1.02
 BuildRequires:  perl(Test::Exception) >= 0.25
 BuildRequires:  perl(Test::More) >= 0.78
@@ -57,7 +59,7 @@ find -type f -exec chmod -c -x {} \;
 %patch0
 
 # Lower Module::Build version requirement so we can build for EPEL-7
-%patch1
+%patch1 -p1
 
 %build
 perl Build.PL installdirs=vendor
@@ -75,13 +77,16 @@ rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%doc Changes LICENSE README
+%doc Changes README
 %{perl_vendorlib}/Test/
 %{_mandir}/man3/Test::Class.3pm*
 %{_mandir}/man3/Test::Class::Load.3pm*
 %{_mandir}/man3/Test::Class::MethodInfo.3pm*
 
 %changelog
+* Mon Jun 30 2014 Petr Šabata <contyk at redhat.com> - 0.43-1
+- 0.43; META changes only
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.42-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 80c9a59..a9c75b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b4ffcae3b842c1f830afcf50990dab0b  Test-Class-0.42.tar.gz
+0d7ba0bd9e4956e144b0703e30b56927  Test-Class-0.43.tar.gz


More information about the scm-commits mailing list