3.93 bump
This commit is contained in:
parent
05d648a81e
commit
206279e322
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user