3.93 bump

This commit is contained in:
Petr Písař 2012-04-10 12:56:21 +02:00
parent 05d648a81e
commit 206279e322
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <ppisar@redhat.com> - 3.93-1
- 3.93 bump
* Wed Mar 14 2012 Petr Pisar <ppisar@redhat.com> - 3.92-1
- 3.92 bump

View File

@ -1 +1 @@
a19cd8e4c5a2255ec93f28967348e18a Object-InsideOut-3.92.tar.gz
c70d462d1d5b7d453a69c028e2b95b46 Object-InsideOut-3.93.tar.gz