[perl-DateTime-TimeZone-Tzfile/epel7: 3/3] Update to 0.010

Paul Howarth pghmcfc at fedoraproject.org
Mon Feb 3 16:32:20 UTC 2014


commit 38b3012ef8944aaf9cabc7a4f39b7332cd1f0fbc
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Feb 3 16:15:13 2014 +0000

    Update to 0.010
    
    - New upstream release 0.010
      - In META.{yml,json}, point to public git repository
      - Bugfix: require bugfixed version of DateTime::TimeZone::SystemV to handle
        POSIX-TZ field showing transitions occurring at 24:00
      - Support version 3 of the tzfile format
      - Bugfix: require bugfixed version of DateTime::TimeZone::SystemV to handle
        ->offset_for_local_datetime with perpetual-DST ruleset that can arise with
        a version-3 tzfile
    - Don't need to remove empty directories from the buildroot

 .gitignore                         |    3 +--
 perl-DateTime-TimeZone-Tzfile.spec |   18 ++++++++++++++----
 sources                            |    2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 83852f0..59f7c67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/DateTime-TimeZone-Tzfile-0.006.tar.gz
-/DateTime-TimeZone-Tzfile-0.007.tar.gz
+/DateTime-TimeZone-Tzfile-[0-9.]*.tar.gz
diff --git a/perl-DateTime-TimeZone-Tzfile.spec b/perl-DateTime-TimeZone-Tzfile.spec
index e1ce169..52b4219 100644
--- a/perl-DateTime-TimeZone-Tzfile.spec
+++ b/perl-DateTime-TimeZone-Tzfile.spec
@@ -1,6 +1,6 @@
 Name:           perl-DateTime-TimeZone-Tzfile
-Version:        0.007
-Release:        7%{?dist}
+Version:        0.010
+Release:        1%{?dist}
 Summary:        Tzfile (zoneinfo) timezone files
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,7 +9,7 @@ Source0:        http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/DateTime-TimeZone-Tzf
 BuildArch:      noarch
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Date::ISO8601)
-BuildRequires:  perl(DateTime::TimeZone::SystemV) >= 0.002
+BuildRequires:  perl(DateTime::TimeZone::SystemV) >= 0.009
 BuildRequires:  perl(integer)
 BuildRequires:  perl(IO::File) >= 1.13
 BuildRequires:  perl(IO::Handle) >= 1.08
@@ -43,7 +43,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}/*
 
@@ -56,6 +55,17 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb  3 2014 Paul Howarth <paul at city-fan.org> - 0.010-1
+- Update to 0.010
+  - In META.{yml,json}, point to public git repository
+  - Bugfix: require bugfixed version of DateTime::TimeZone::SystemV to handle
+    POSIX-TZ field showing transitions occurring at 24:00
+  - Support version 3 of the tzfile format
+  - Bugfix: require bugfixed version of DateTime::TimeZone::SystemV to handle
+    ->offset_for_local_datetime with perpetual-DST ruleset that can arise with
+    a version-3 tzfile
+- Don't need to remove empty directories from the buildroot
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.007-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 5f91293..1094eb9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7894cb31decfb83b4f3f4f783b871839  DateTime-TimeZone-Tzfile-0.007.tar.gz
+12f28e5f47fb7956102455483aeef788  DateTime-TimeZone-Tzfile-0.010.tar.gz


More information about the scm-commits mailing list