[perl-Class-Prototyped] 1.13 bump

Petr Pisar ppisar at fedoraproject.org
Mon Sep 2 07:45:57 UTC 2013


commit be07de9d3b301c82466dbf9e9a221a9879648673
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Sep 2 09:44:23 2013 +0200

    1.13 bump

 .gitignore                 |    1 +
 perl-Class-Prototyped.spec |   11 ++++++-----
 sources                    |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8621c96..8a7a5b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Class-Prototyped-1.11.tar.gz
+/Class-Prototyped-1.13.tar.gz
diff --git a/perl-Class-Prototyped.spec b/perl-Class-Prototyped.spec
index 8604432..a84aeb1 100644
--- a/perl-Class-Prototyped.spec
+++ b/perl-Class-Prototyped.spec
@@ -1,6 +1,6 @@
 Name:           perl-Class-Prototyped
-Version:        1.11
-Release:        17%{?dist}
+Version:        1.13
+Release:        1%{?dist}
 Summary:        Fast prototype-based OO programming in Perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -22,7 +22,6 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %{?perl_default_filter}
 %global __provides_exclude %{?__provides_exclude?__provides_exclude|}^perl\\(My[^\\)]*Class\\)$
-%global __requires_exclude %{?__requires_exclude?__requires_exclude|}^perl\\(Class::Prototyped::Graph\\)$
 
 %description
 This package provides for efficient and simple prototype-based programming
@@ -44,8 +43,7 @@ perl Build.PL installdirs=vendor
 %{_fixperms} %{buildroot}/*
 
 %check
-# PERL_PERTURB_KEYS=0 to work around hash randomization, CPAN RT#84317
-PERL_PERTURB_KEYS=0 ./Build test
+./Build test
 
 %files
 %doc Changes README perf/ examples/
@@ -53,6 +51,9 @@ PERL_PERTURB_KEYS=0 ./Build test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 02 2013 Petr Pisar <ppisar at redhat.com> - 1.13-1
+- 1.13 bump
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.11-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index fdd72a7..eece4f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-886c8f04a8c4eded5355fe7bca989ba6  Class-Prototyped-1.11.tar.gz
+3ebf182e8b3f665f30f7748b6b5e7fe9  Class-Prototyped-1.13.tar.gz


More information about the scm-commits mailing list