From 7cd9592690c4fecf73ba7d60daed93301f1b227a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Tue, 4 Aug 2009 21:21:50 +0000 Subject: [PATCH] new upstream version --- .cvsignore | 2 +- perl-Date-Calc.spec | 17 ++++++++++------- sources | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2785b31..8c96174 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Date-Calc-5.4.tar.gz +Date-Calc-5.6.tar.gz diff --git a/perl-Date-Calc.spec b/perl-Date-Calc.spec index e87903a..af0cede 100644 --- a/perl-Date-Calc.spec +++ b/perl-Date-Calc.spec @@ -1,6 +1,6 @@ Name: perl-Date-Calc -Version: 5.4 -Release: 8%{?dist} +Version: 5.6 +Release: 1%{?dist} Summary: A module for extended and efficient date calculations in Perl Group: Development/Libraries @@ -9,11 +9,11 @@ URL: http://search.cpan.org/dist/Date-Calc/ Source0: http://www.cpan.org/authors/id/S/ST/STBEY/Date-Calc-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl(Bit::Vector) >= 6.4 BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: dos2unix +BuildRequires: perl(Carp::Clan) >= 5.3 +BuildRequires: perl(Bit::Vector) >= 6.6 +Requires: perl(Bit::Vector) >= 6.6 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(Bit::Vector) >= 6.4 %description The library provides all sorts of date calculations based on the @@ -56,8 +56,8 @@ for file in $RPM_BUILD_ROOT%{_mandir}/man3/Date::Calc.3pm \ mv -f "${file}_" "$file" done -dos2unix tools/compile.bat -chmod 644 examples/*.{pl,cgi} tools/*.pl tools/*.sh +rm tools/compile.bat +chmod 644 examples/* tools/* %check @@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 4 2009 Stepan Kasal - 5.6-1 +- new upstream version + * Sat Jul 25 2009 Fedora Release Engineering - 5.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 65e931d..ce86651 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ae34972694127e8f1c9a2af1c24585b Date-Calc-5.4.tar.gz +93c011570dfe9175bd01d6a454ed61f2 Date-Calc-5.6.tar.gz