- Upstream update.

This commit is contained in:
corsepiu 2008-08-26 03:16:47 +00:00
parent 01e32daf52
commit d9770fdf1a
3 changed files with 17 additions and 8 deletions

View File

@ -1 +1 @@
Perl-MinimumVersion-0.15.tar.gz
Perl-MinimumVersion-1.18.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Perl-MinimumVersion
Version: 0.15
Release: 2%{?dist}
Version: 1.18
Release: 1%{?dist}
Summary: Find a minimum required version of perl for Perl code
License: GPL+ or Artistic
Group: Development/Libraries
@ -11,10 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: noarch
# Should be 1.19, but Fedora only has 1.18
# BuildRequires: perl(List::Util) >= 1.19
BuildRequires: perl(List::Util) >= 1.18
BuildRequires: perl(List::Util) >= 1.19
BuildRequires: perl(PPI) >= 1.118
BuildRequires: perl(Test::Script) >= 1.02
BuildRequires: perl(version)
@ -56,6 +53,18 @@ make test AUTOMATED_TESTING=1
%{_mandir}/man3/*
%changelog
* Mon Aug 25 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.18-1
- Upstream update.
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.15-5
- Rebuild for perl 5.10 (again)
* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.15-4
- correct List::Util version, perl 5.10.0 has 1.19
* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.15-3
- rebuild for new perl
* Thu Jan 10 2008 Ralf Corsépius <rc040203@freenet.de> - 0.15.2
- Use unversioned BR: perl(version) to circumvent perl vs. rpm versioning
conflicts

View File

@ -1 +1 @@
43b93a55986f8d3f364fd29065c3dd82 Perl-MinimumVersion-0.15.tar.gz
e159a53f2657ca1bf3a8aa841e6fd09c Perl-MinimumVersion-1.18.tar.gz