[perl-DateTime] update to latest upstream

Iain Arnell iarnell at fedoraproject.org
Sat Oct 9 08:07:33 UTC 2010


commit 3f47fa5b0831eb7c7736258356491909c25c0576
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Oct 9 09:50:25 2010 +0200

    update to latest upstream
    
    - Update DateTime to 0.63
    - Update DateTime::TimeZone to 1.22
    - DateTime license changed from "GPL+ or Artistic" to "Artistic 2.0"
    - Fix DTLocale/Changelog encoding

 .gitignore         |    2 ++
 perl-DateTime.spec |   20 +++++++++++++++-----
 sources            |    4 ++--
 3 files changed, 19 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 725ff04..07c1eea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 DateTime-Locale-0.45.tar.gz
 DateTime-0.53.tar.gz
 DateTime-TimeZone-1.10.tar.gz
+/DateTime-0.63.tar.gz
+/DateTime-TimeZone-1.22.tar.gz
diff --git a/perl-DateTime.spec b/perl-DateTime.spec
index 43960ed..794b1b1 100644
--- a/perl-DateTime.spec
+++ b/perl-DateTime.spec
@@ -1,14 +1,14 @@
-%define DT_version 0.53
+%define DT_version 0.63
 %define DTLocale_version 0.45
-%define DTTimeZone_version 1.10
+%define DTTimeZone_version 1.22
 
 Name:           perl-DateTime
 # must now be 0.xx00 to preserve upgrade path:
 Version:        %{DT_version}00
-Release:        4%{?dist}
+Release:        1%{?dist}
 Epoch:          1
 Summary:        Date and time objects
-License:        GPL+ or Artistic
+License:        Artistic 2.0 and (GPL+ or Artistic)
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/DateTime/
 Source0:        http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{DT_version}.tar.gz
@@ -58,8 +58,12 @@ http://datetime.perl.org/?FAQ.
 %setup -q -T -D -n DateTimeBundle -a 2
 
 (
-f=DateTime-%{DT_version}/lib/DateTime/LeapSecond.pm
+for f in \
+  DateTime-%{DT_version}/lib/DateTime/LeapSecond.pm \
+  DateTime-Locale-%{DTLocale_version}/Changes
+do
 iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 && mv $f.utf8 $f
+done
 )
 
 %build
@@ -139,6 +143,12 @@ rm -rf $RPM_BUILD_ROOT
 %{perl_vendorarch}/DateTime*.pm
 
 %changelog
+* Sat Oct 09 2010 Iain Arnell <iarnell at gmail.com> 1:0.6300-1
+- Update DateTime to 0.63
+- Update DateTime::TimeZone to 1.22
+- DateTime license changed from "GPL+ or Artistic" to "Artistic 2.0"
+- Fix DTLocale/Changelog encoding
+
 * Mon Jun 14 2010 Petr Sabata <psabata at redhat.com> - 1:0.5300-4
 - perl-DateTime-Locale-0.45 update
 
diff --git a/sources b/sources
index 69857ce..cc89db6 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
+599dc1c02b2b6a2d9a3b450393ec5af0  DateTime-0.63.tar.gz
+0ab81bcd48fdbee2f563ed8a281f9856  DateTime-TimeZone-1.22.tar.gz
 8ba6a4b70f8fa7d987529c2e2c708862  DateTime-Locale-0.45.tar.gz
-bc2db48557d9520ad5095895daa1cb0b  DateTime-0.53.tar.gz
-bdc85c10d9958298e41e294e8e9ea85d  DateTime-TimeZone-1.10.tar.gz



More information about the perl-devel mailing list