From 206279e322978bd7cb9023607a7ec9b9a3c66d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 10 Apr 2012 12:56:21 +0200 Subject: [PATCH] 3.93 bump --- .gitignore | 1 + perl-Object-InsideOut.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 82d60f7..e20bdfb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ Object-InsideOut-3.56.tar.gz /Object-InsideOut-3.89.tar.gz /Object-InsideOut-3.91.tar.gz /Object-InsideOut-3.92.tar.gz +/Object-InsideOut-3.93.tar.gz diff --git a/perl-Object-InsideOut.spec b/perl-Object-InsideOut.spec index d9f6665..42f576a 100644 --- a/perl-Object-InsideOut.spec +++ b/perl-Object-InsideOut.spec @@ -1,5 +1,5 @@ Name: perl-Object-InsideOut -Version: 3.92 +Version: 3.93 Release: 1%{?dist} Summary: Comprehensive inside-out object support module @@ -16,13 +16,13 @@ BuildRequires: perl(B) # Upstream wants perl(Data::Dumper) >= 2.131, but this is not yet packaged BuildRequires: perl(Data::Dumper) BuildRequires: perl(Exception::Class) >= 1.32 -BuildRequires: perl(Scalar::Util) >= 1.23 +BuildRequires: perl(Scalar::Util) >= 1.25 BuildRequires: perl(warnings) # Optional run-time %if %{undefined perl_bootstrap} BuildRequires: perl(Math::Random::MT::Auto) >= 6.18 %endif -BuildRequires: perl(Want) >= 0.18 +BuildRequires: perl(Want) >= 0.21 # Test only BuildRequires: perl(Config) BuildRequires: perl(lib) @@ -34,7 +34,7 @@ BuildRequires: perl(threads::shared) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # Upstream wants perl(Data::Dumper) >= 2.131, but this is not yet packaged Requires: perl(Data::Dumper) -Requires: perl(Scalar::Util) >= 1.23 +Requires: perl(Scalar::Util) >= 1.25 %{?perl_default_filter} # Remove underspecified dependencies @@ -84,6 +84,9 @@ make test %changelog +* Tue Apr 10 2012 Petr Pisar - 3.93-1 +- 3.93 bump + * Wed Mar 14 2012 Petr Pisar - 3.92-1 - 3.92 bump diff --git a/sources b/sources index 2e28cd4..5edff12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a19cd8e4c5a2255ec93f28967348e18a Object-InsideOut-3.92.tar.gz +c70d462d1d5b7d453a69c028e2b95b46 Object-InsideOut-3.93.tar.gz