diff --git a/.gitignore b/.gitignore index 06f871e..4974faa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ TimeDate-1.20.tar.gz +/TimeDate-2.30.tar.gz diff --git a/perl-TimeDate.spec b/perl-TimeDate.spec index 42e3d15..c56eb92 100644 --- a/perl-TimeDate.spec +++ b/perl-TimeDate.spec @@ -1,19 +1,23 @@ Name: perl-TimeDate -Version: 1.20 +Version: 2.30 Epoch: 1 -Release: 11%{?dist} +Release: 1%{?dist} Summary: A Perl module for time and date manipulation - Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/TimeDate/ Source0: http://www.cpan.org/authors/id/G/GB/GBARR/TimeDate-%{version}.tar.gz - BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(Exporter) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(strict) +BuildRequires: perl(Test::More) BuildRequires: perl(Time::Local) +BuildRequires: perl(utf8) +BuildRequires: perl(vars) +BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description @@ -23,14 +27,11 @@ Date::Format and Date::Parse modules can display and read times and dates in various formats, providing a more reliable interface to textual representations of points in time. - %prep %setup -q -n TimeDate-%{version} - # ChangeLog is ISO-8859-1 encoded iconv -f iso-8859-1 -t utf8 < ChangeLog > ChangeLog.utf8 mv ChangeLog.utf8 ChangeLog - # Bogus exec permissions on some language modules chmod -x lib/Date/Language/{Russian_cp1251,Russian_koi8r,Turkish}.pm @@ -52,8 +53,11 @@ make test %{perl_vendorlib}/Time/ %{_mandir}/man3/*.3* - %changelog +* Tue Feb 19 2013 Petr Ĺ abata - 1:2.30-1 +- 2.30 bump +- Fix the buildtime dependencies + * Thu Feb 14 2013 Fedora Release Engineering - 1:1.20-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index fed6eac..a785088 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7da7452bce4c684e4238e6d09b390200 TimeDate-1.20.tar.gz +b1d91153ac971347aee84292ed886c1c TimeDate-2.30.tar.gz