From d71eaad9d821b573d2f88dc23ea2abd8aa695f42 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 3 Feb 2014 15:40:54 +0000 Subject: [PATCH] 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 --- .gitignore | 3 +-- perl-DateTime-TimeZone-SystemV.spec | 17 ++++++++++++++--- sources | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e863367..7379f7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/DateTime-TimeZone-SystemV-0.005.tar.gz -/DateTime-TimeZone-SystemV-0.006.tar.gz +/DateTime-TimeZone-SystemV-[0-9.]*.tar.gz diff --git a/perl-DateTime-TimeZone-SystemV.spec b/perl-DateTime-TimeZone-SystemV.spec index cabd6b8..32ea416 100644 --- a/perl-DateTime-TimeZone-SystemV.spec +++ b/perl-DateTime-TimeZone-SystemV.spec @@ -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 - 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 - 0.006-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index c89d7e0..6d65e68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab33e9d1cfb688de84e278330ddd5886 DateTime-TimeZone-SystemV-0.006.tar.gz +9e5f8e93ab09f7c53a59ce76717df93e DateTime-TimeZone-SystemV-0.009.tar.gz