From be07de9d3b301c82466dbf9e9a221a9879648673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 2 Sep 2013 09:44:23 +0200 Subject: [PATCH] 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 - 1.13-1 +- 1.13 bump + * Sat Aug 03 2013 Fedora Release Engineering - 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