Update to 1.27

- New upstream release 1.27
  - Added an environment variable PERL_DATETIME_DEFAULT_TZ to globally set the
    default time zone (GH#14); using this is very dangerous - be careful!
- BR: perl-generators
This commit is contained in:
Paul Howarth 2016-05-14 21:28:57 +01:00
parent 1d8cf864e8
commit 83963112d3
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: perl-DateTime
Epoch: 2
Version: 1.26
Version: 1.27
Release: 1%{?dist}
Summary: Date and time object for Perl
License: Artistic 2.0
@ -13,6 +13,7 @@ BuildRequires: gcc
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker)
# Run-time:
BuildRequires: perl(base)
@ -89,6 +90,12 @@ make test
%{_mandir}/man3/DateTime::LeapSecond.3*
%changelog
* Sat May 14 2016 Paul Howarth <paul@city-fan.org> - 2:1.27-1
- Update to 1.27
- Added an environment variable PERL_DATETIME_DEFAULT_TZ to globally set the
default time zone (GH#14); using this is very dangerous - be careful!
- BR: perl-generators
* Tue Mar 22 2016 Paul Howarth <paul@city-fan.org> - 2:1.26-1
- Update to 1.26
- Switched from Module::Build to ExtUtils::MakeMaker (GH#13)

View File

@ -1 +1 @@
44999f88e58b6e40762e49b93b3de9a0 DateTime-1.26.tar.gz
c07ab12929413b0e2f42ce46a51d7d89 DateTime-1.27.tar.gz