From 585c53fd83b90840668df7a4961b62f4825794ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 27 Oct 2010 14:24:10 +0200 Subject: [PATCH] 6.14 bump --- .gitignore | 1 + perl-Date-Manip.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c98cfb8..69af1d4 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec index ab53bb9..dd106ae 100644 --- a/perl-Date-Manip.spec +++ b/perl-Date-Manip.spec @@ -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 - 6.14-1 +- 6.14 bump +- Remove double-required perl(YAML::Syck) + * Mon Oct 18 2010 Petr Sabata - 6.13-1 - 6.13 bump diff --git a/sources b/sources index 9edadff..b968fdb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2dcae840d7edcda80024ae793a5ab3f5 Date-Manip-6.13.tar.gz +9119d2ef3612adb819fe9e814dec0e6a Date-Manip-6.14.tar.gz