- Upstream update.

This commit is contained in:
Ralf Corsépius 2010-12-06 13:37:02 +01:00
parent d199eb5ed8
commit a30b1c999f
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Params-Util-1.01.tar.gz
/Params-Util-1.03.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Params-Util
Version: 1.01
Release: 2%{?dist}
Version: 1.03
Release: 1%{?dist}
Summary: Simple standalone param-checking functions
License: GPL+ or Artistic
Group: Development/Libraries
@ -10,10 +10,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.52
BuildRequires: perl(Test::More) >= 0.47
BuildRequires: perl(File::Spec) >= 0.82
BuildRequires: perl(Scalar::Util) >= 1.14
BuildRequires: perl(Scalar::Util) >= 1.18
%description
Params::Util provides a basic set of importable functions that
@ -49,6 +49,9 @@ make test AUTOMATED_TESTING=1
%{_mandir}/man3/*
%changelog
* Mon Dec 06 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.03-1
- Upstream update.
* Wed Jun 23 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.01-2
- Rebuild for perl-5.12.x.

View File

@ -1 +1 @@
624a29683d7ea89a0bda10d7aeddca33 Params-Util-1.01.tar.gz
9e5ae2987472f15fddf8ab806f4de867 Params-Util-1.03.tar.gz