1.86 bump, timezone data updated

This commit is contained in:
Petr Šabata 2015-03-23 15:24:13 +01:00
parent 3b3cf8392d
commit 915df65d30
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,5 @@
Name: perl-DateTime-TimeZone
Version: 1.85
Version: 1.86
Release: 1%{?dist}
Summary: Time zone object base class and factory
License: GPL+ or Artistic
@ -12,7 +12,7 @@ Patch0: DateTime-TimeZone-1.83-Parse-etc-localtime-by-DateTime-TimeZone-
BuildArch: noarch
# Build
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Runtime
@ -82,12 +82,11 @@ offset from GMT for a given time period.
%patch0 -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} +
%{_fixperms} %{buildroot}/*
%check
@ -100,6 +99,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Mar 23 2015 Petr Šabata <contyk@redhat.com> - 1.86-1
- 1.86 bump, timezone data updated
* Tue Feb 03 2015 Petr Pisar <ppisar@redhat.com> - 1.85-1
- 1.85 bump

View File

@ -1 +1 @@
cf9d75ae4e238966d85fcfd1a8c23bf2 DateTime-TimeZone-1.85.tar.gz
e27d97c13988d70e44b61668d14c6f40 DateTime-TimeZone-1.86.tar.gz