2.30 bump

This commit is contained in:
Petr Šabata 2013-02-19 12:28:16 +01:00
parent 0055fa5c01
commit e7ee510d53
3 changed files with 15 additions and 10 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
TimeDate-1.20.tar.gz
/TimeDate-2.30.tar.gz

View File

@ -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 <contyk@redhat.com> - 1:2.30-1
- 2.30 bump
- Fix the buildtime dependencies
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.20-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
7da7452bce4c684e4238e6d09b390200 TimeDate-1.20.tar.gz
b1d91153ac971347aee84292ed886c1c TimeDate-2.30.tar.gz