From 463d9fd5a41df98e2de6981fb7a74ee3212dc603 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 05:42:10 -0500 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- perl-Test-Class.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Test-Class.spec b/perl-Test-Class.spec index dff9dbb..8662e89 100644 --- a/perl-Test-Class.spec +++ b/perl-Test-Class.spec @@ -1,6 +1,6 @@ Name: perl-Test-Class Version: 0.42 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Easily create test classes in an xUnit/JUnit style License: GPL+ or Artistic Group: Development/Libraries @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Test::Class::MethodInfo.3pm* %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 0.42-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Thu May 8 2014 Paul Howarth - 0.42-1 - Update to 0.42 - Properly handle thrown exceptions that stringify to the empty string before