Update to 0.009

- New upstream release 0.009
  - In META.{yml,json}, point to public git repository
  - Bugfix: permit time of day for a DST change to extend up to 24:59:59,
    which POSIX (unclearly) permits and is actually seen in the current
    rule for timezone Asia/Amman
  - Support the extended form of the recipe syntax that is used by
    version 3 of the tzfile(5) file format
  - Bugfix: correct ->offset_for_local_datetime for perpetual-DST ruleset
    that can arise with the tzfile3 system
- Don't need to remove empty directories from the buildroot
This commit is contained in:
Paul Howarth 2014-02-03 15:40:54 +00:00
parent 96841a7674
commit d71eaad9d8
3 changed files with 16 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
/DateTime-TimeZone-SystemV-0.005.tar.gz
/DateTime-TimeZone-SystemV-0.006.tar.gz
/DateTime-TimeZone-SystemV-[0-9.]*.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-DateTime-TimeZone-SystemV
Version: 0.006
Release: 6%{?dist}
Version: 0.009
Release: 1%{?dist}
Summary: System V and POSIX timezone strings
License: GPL+ or Artistic
Group: Development/Libraries
@ -39,7 +39,6 @@ can be used with DateTime objects.
%install
./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} %{buildroot}/*
@ -52,6 +51,18 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%{_mandir}/man3/*
%changelog
* Mon Feb 3 2014 Paul Howarth <paul@city-fan.org> - 0.009-1
- Update to 0.009
- In META.{yml,json}, point to public git repository
- Bugfix: permit time of day for a DST change to extend up to 24:59:59,
which POSIX (unclearly) permits and is actually seen in the current
rule for timezone Asia/Amman
- Support the extended form of the recipe syntax that is used by
version 3 of the tzfile(5) file format
- Bugfix: correct ->offset_for_local_datetime for perpetual-DST ruleset
that can arise with the tzfile3 system
- Don't need to remove empty directories from the buildroot
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.006-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
ab33e9d1cfb688de84e278330ddd5886 DateTime-TimeZone-SystemV-0.006.tar.gz
9e5f8e93ab09f7c53a59ce76717df93e DateTime-TimeZone-SystemV-0.009.tar.gz