[perl-Class-Throwable] update to 0.11; fix BZ 914262 (by adding BuildRequires perl-devel)

Gabriel L. Somlo somlo at fedoraproject.org
Fri Feb 22 22:03:00 UTC 2013


commit 3b76c2e93e68785636e16eb228dd1b4087b12ee9
Author: Gabriel L. Somlo <somlo at cmu.edu>
Date:   Fri Feb 22 17:02:58 2013 -0500

    update to 0.11; fix BZ 914262 (by adding BuildRequires perl-devel)

 .gitignore                |    1 +
 perl-Class-Throwable.spec |   11 ++++++++---
 sources                   |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a2d3111..24f29f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Class-Throwable-0.10.tar.gz
+/Class-Throwable-0.11.tar.gz
diff --git a/perl-Class-Throwable.spec b/perl-Class-Throwable.spec
index cfe32f6..2009f6b 100644
--- a/perl-Class-Throwable.spec
+++ b/perl-Class-Throwable.spec
@@ -1,17 +1,18 @@
 Name:           perl-Class-Throwable
-Version:        0.10
-Release:        13%{?dist}
+Version:        0.11
+Release:        1%{?dist}
 Summary:        A minimal lightweight exception class
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Class-Throwable/
-Source0:        http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Class-Throwable-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/K/KM/KMX/Class-Throwable-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl-devel
 
 %global __provides_exclude ^perl\\((DB|TestException)\\)
 %global __requires_exclude ^perl\\(base\\)
@@ -51,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 22 2013 Gabriel Somlo <somlo at cmu.edu> 0.11-1
+- Update to 0.11
+- fix BZ 914262 (by adding BuildRequires perl-devel)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 8231396..66edade 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-888ea61abfd8d9b60c024a997de9dbbd  Class-Throwable-0.10.tar.gz
+faf82871a6b471451cd65c54c6cac7e1  Class-Throwable-0.11.tar.gz


More information about the scm-commits mailing list