1.10 bump

This commit is contained in:
Petr Písař 2014-05-07 08:59:39 +02:00
parent 8f63f18dde
commit f7445b0290
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: perl-DateTime
Epoch: 2
Version: 1.08
Version: 1.10
Release: 1%{?dist}
Summary: Date and time object
License: Artistic 2.0
@ -24,12 +24,14 @@ BuildRequires: perl(POSIX)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(vars)
BuildRequires: perl(warnings::register)
BuildRequires: perl(XSLoader)
# Tests:
# Cwd not used
# Test::DependentModules not used
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Warnings) >= 0.005
BuildRequires: perl(utf8)
# Optional tests:
# circular dependency - perl(DateTime::Format::Strptime) >= 1.2000
@ -75,6 +77,9 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
%{_mandir}/man3/*
%changelog
* Wed May 07 2014 Petr Pisar <ppisar@redhat.com> - 2:1.10-1
- 1.10 bump
* Fri Mar 14 2014 Paul Howarth <paul@city-fan.org> - 2:1.08-1
- 1.08 bump

View File

@ -1 +1 @@
e928c3cdf31b7e39b2f7865f4037ce8b DateTime-1.08.tar.gz
2dccc83565dfffef50611acaa50f0426 DateTime-1.10.tar.gz