1.97 bump
This commit is contained in:
parent
16a67937bf
commit
7b493b7ec8
@ -59,7 +59,7 @@ index ae26fae..c5d44fe 100644
|
|||||||
1;
|
1;
|
||||||
|
|
||||||
# ABSTRACT: Determine the local system's time zone on Unix
|
# ABSTRACT: Determine the local system's time zone on Unix
|
||||||
@@ -309,6 +329,13 @@ a time zone name.
|
@@ -311,6 +331,13 @@ a time zone name.
|
||||||
If this file exists, it is opened and we look for a line starting like
|
If this file exists, it is opened and we look for a line starting like
|
||||||
"TZ=...". If this is found, it should indicate a time zone name.
|
"TZ=...". If this is found, it should indicate a time zone name.
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ index ae26fae..c5d44fe 100644
|
|||||||
+
|
+
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 SUPPORT
|
||||||
--
|
--
|
||||||
1.9.3
|
1.9.3
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-DateTime-TimeZone
|
Name: perl-DateTime-TimeZone
|
||||||
Version: 1.96
|
Version: 1.97
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Time zone object base class and factory
|
Summary: Time zone object base class and factory
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/DateTime-TimeZone/
|
|||||||
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-%{version}.tar.gz
|
||||||
# Parse local time zone definition from /etc/localtime as before giving up,
|
# Parse local time zone definition from /etc/localtime as before giving up,
|
||||||
# bug #1135981, CPAN RT#55029
|
# bug #1135981, CPAN RT#55029
|
||||||
Patch0: DateTime-TimeZone-1.83-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
|
Patch0: DateTime-TimeZone-1.97-Parse-etc-localtime-by-DateTime-TimeZone-Tzfile.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Build
|
# Build
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -92,8 +92,11 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 24 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.97-1
|
||||||
|
- 1.97 bump (2016c Olson database)
|
||||||
|
|
||||||
* Wed Mar 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.96-1
|
* Wed Mar 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.96-1
|
||||||
- 1.96 bump
|
- 1.96 bump (2016b Olson database)
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.95-2
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.95-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user