6.14 bump
This commit is contained in:
parent
27ef873462
commit
585c53fd83
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ Date-Manip-6.07.tar.gz
|
||||
/Date-Manip-6.11.tar.gz
|
||||
/Date-Manip-6.12.tar.gz
|
||||
/Date-Manip-6.13.tar.gz
|
||||
/Date-Manip-6.14.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-Date-Manip
|
||||
Version: 6.13
|
||||
Version: 6.14
|
||||
Release: 1%{?dist}
|
||||
Summary: A Perl module containing a wide variety of date manipulation routines
|
||||
|
||||
@ -12,17 +12,17 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Encode)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Module::Build) >= 0.20
|
||||
BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(YAML::Syck)
|
||||
# Tests only
|
||||
BuildRequires: perl(Test::Inter)
|
||||
# Test::Pod versions is in t/* only, META.yml does not mention them
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
||||
|
||||
Requires: perl(YAML::Syck)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
# This package was formerly known as perl-DateManip
|
||||
@ -74,6 +74,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 27 2010 Petr Pisar <ppisar@redhat.com> - 6.14-1
|
||||
- 6.14 bump
|
||||
- Remove double-required perl(YAML::Syck)
|
||||
|
||||
* Mon Oct 18 2010 Petr Sabata <psabata@redhat.com> - 6.13-1
|
||||
- 6.13 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user