r63842 - in /trunk/libdatetime-format-strptime-perl: Changes INSTALL META.json META.yml Makefile.PL README SIGNATURE debian/changelog debian/control debian/copyright dist.ini lib/DateTime/Format/Strptime.pm t/008_epoch.t t/release-eol.t

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Sun Oct 17 10:01:04 UTC 2010


Author: ansgar
Date: Sun Oct 17 10:00:36 2010
New Revision: 63842

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63842
Log:
* New upstream release.
* debian/copyright: Refer to "Debian systems" instead of "Debian GNU/Linux
  systems"; refer to /usr/share/common-licenses/GPL-1.
* Bump Standards-Version to 3.9.1.
* Update my email address.

Modified:
    trunk/libdatetime-format-strptime-perl/Changes
    trunk/libdatetime-format-strptime-perl/INSTALL
    trunk/libdatetime-format-strptime-perl/META.json
    trunk/libdatetime-format-strptime-perl/META.yml
    trunk/libdatetime-format-strptime-perl/Makefile.PL
    trunk/libdatetime-format-strptime-perl/README
    trunk/libdatetime-format-strptime-perl/SIGNATURE
    trunk/libdatetime-format-strptime-perl/debian/changelog
    trunk/libdatetime-format-strptime-perl/debian/control
    trunk/libdatetime-format-strptime-perl/debian/copyright
    trunk/libdatetime-format-strptime-perl/dist.ini
    trunk/libdatetime-format-strptime-perl/lib/DateTime/Format/Strptime.pm
    trunk/libdatetime-format-strptime-perl/t/008_epoch.t
    trunk/libdatetime-format-strptime-perl/t/release-eol.t

Modified: trunk/libdatetime-format-strptime-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/Changes?rev=63842&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/Changes (original)
+++ trunk/libdatetime-format-strptime-perl/Changes Sun Oct 17 10:00:36 2010
@@ -1,3 +1,8 @@
+1.5000 2010-10-16
+
+    - This module did not recognize UTC as a valid time zone. Patch by Danijel
+      Tašov. RT #59209.
+
 1.4000 2010-06-28
     - Actually update $VERSION in module file. Reported by David Wheeler.
 
@@ -6,7 +11,7 @@
       would cause DateTime.pm to throw an error if the date being parsed
       actually contained leading space. Patch by Alex Vandiver. RT #58459.
 
-    - Licnse is now Artistic 2.0
+    - License is now Artistic 2.0
 
 1.2000 2010-03-19
     - Updated to use non-deprecated DateTime::Locale API

Modified: trunk/libdatetime-format-strptime-perl/INSTALL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/INSTALL?rev=63842&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/INSTALL (original)
+++ trunk/libdatetime-format-strptime-perl/INSTALL Sun Oct 17 10:00:36 2010
@@ -38,7 +38,7 @@
 
 ## Documentation
 
-DateTime-Format-Strptime documentation is available as in POD.
+DateTime-Format-Strptime documentation is available as POD.
 You can run perldoc from a shell to read the documentation:
 
     % perldoc DateTime::Format::Strptime

Modified: trunk/libdatetime-format-strptime-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/META.json?rev=63842&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/META.json (original)
+++ trunk/libdatetime-format-strptime-perl/META.json Sun Oct 17 10:00:36 2010
@@ -4,7 +4,7 @@
       "Dave Rolsky <autarch at urth.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.101790, CPAN::Meta::Converter version 2.101670",
+   "generated_by" : "Dist::Zilla version 4.102342, CPAN::Meta::Converter version 2.101670",
    "license" : [
       "artistic_2"
    ],
@@ -24,11 +24,7 @@
             "DateTime" : "0.4304",
             "DateTime::Locale" : "0.45",
             "DateTime::TimeZone" : "0.79",
-            "Params::Validate" : "0.64"
-         }
-      },
-      "test" : {
-         "requires" : {
+            "Params::Validate" : "0.64",
             "Test::More" : "0.88"
          }
       }
@@ -45,6 +41,6 @@
          "web" : "http://hg.urth.org/hg/DateTime-Format-Strptime"
       }
    },
-   "version" : "1.4000"
+   "version" : "1.5000"
 }
 

Modified: trunk/libdatetime-format-strptime-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/META.yml?rev=63842&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/META.yml (original)
+++ trunk/libdatetime-format-strptime-perl/META.yml Sun Oct 17 10:00:36 2010
@@ -2,12 +2,11 @@
 abstract: 'Parse and format strp and strf time patterns'
 author:
   - 'Dave Rolsky <autarch at urth.org>'
-build_requires:
-  Test::More: 0.88
+build_requires: {}
 configure_requires:
   ExtUtils::MakeMaker: 6.31
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.101790, CPAN::Meta::Converter version 2.101670'
+generated_by: 'Dist::Zilla version 4.102342, CPAN::Meta::Converter version 2.101670'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -18,7 +17,8 @@
   DateTime::Locale: 0.45
   DateTime::TimeZone: 0.79
   Params::Validate: 0.64
+  Test::More: 0.88
 resources:
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=DateTime-Format-Strptime
   repository: http://hg.urth.org/hg/DateTime-Format-Strptime
-version: 1.4000
+version: 1.5000

Modified: trunk/libdatetime-format-strptime-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/Makefile.PL?rev=63842&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/Makefile.PL (original)
+++ trunk/libdatetime-format-strptime-perl/Makefile.PL Sun Oct 17 10:00:36 2010
@@ -11,9 +11,7 @@
 my %WriteMakefileArgs = (
   'ABSTRACT' => 'Parse and format strp and strf time patterns',
   'AUTHOR' => 'Dave Rolsky <autarch at urth.org>',
-  'BUILD_REQUIRES' => {
-    'Test::More' => '0.88'
-  },
+  'BUILD_REQUIRES' => {},
   'CONFIGURE_REQUIRES' => {
     'ExtUtils::MakeMaker' => '6.31'
   },
@@ -25,9 +23,10 @@
     'DateTime' => '0.4304',
     'DateTime::Locale' => '0.45',
     'DateTime::TimeZone' => '0.79',
-    'Params::Validate' => '0.64'
+    'Params::Validate' => '0.64',
+    'Test::More' => '0.88'
   },
-  'VERSION' => '1.4000',
+  'VERSION' => '1.5000',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: trunk/libdatetime-format-strptime-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/README?rev=63842&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/README (original)
+++ trunk/libdatetime-format-strptime-perl/README Sun Oct 17 10:00:36 2010
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution DateTime-Format-Strptime,
-version 1.4000:
+version 1.5000:
 
   Parse and format strp and strf time patterns
 

Modified: trunk/libdatetime-format-strptime-perl/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/SIGNATURE?rev=63842&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/SIGNATURE (original)
+++ trunk/libdatetime-format-strptime-perl/SIGNATURE Sun Oct 17 10:00:36 2010
@@ -14,16 +14,16 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 e4f9005686e8ab84ba4c688f57413b55a5cec408 Changes
-SHA1 c4dacd89bd120b4e3081d47e8dd8dd9fe08cf8ee INSTALL
+SHA1 639eae76a28e3bbe56bf13118f3c13ec13917b30 Changes
+SHA1 91d30b78b85c860e71f72283fbc874ba2c4eaed0 INSTALL
 SHA1 23c628b4a8a36738405ccdacaeb912d2e727b4c0 LICENSE
 SHA1 6ce15893e518d227515664e87be75aebdc70e316 MANIFEST
-SHA1 b6720be71fbfefba855fbb71ee31143d22f8d554 META.json
-SHA1 8df1c34f31d64a3161f73abb7392596f2dd0a26e META.yml
-SHA1 2b76a5cec999758b0d548ff6a51792f5f9287742 Makefile.PL
-SHA1 e376b8e2b1a28d2b551358597ac36db65097b0a2 README
-SHA1 7d8639eb56896e5da21eb958d0808fdfeebc932c dist.ini
-SHA1 a1ddffd98bd767436f36d7060fc53741c403cbfb lib/DateTime/Format/Strptime.pm
+SHA1 e43a307db71807dbf6fbafea707ff201a39451d9 META.json
+SHA1 6b2b7a4d5dab143f69ac11be1693a9edb8fd6982 META.yml
+SHA1 6fa7c82204155cd0894fb2d350d8abfc326a742b Makefile.PL
+SHA1 91be74eaa0ce8371e9f5311af248875c3a457851 README
+SHA1 2222ffe3f727017178ba513401338ffc69abddc6 dist.ini
+SHA1 acbd316444a1a7757475483063205687231648f1 lib/DateTime/Format/Strptime.pm
 SHA1 36028252b2cef83972a10893f6e791335859daf1 t/001_load.t
 SHA1 5400fdb559f023ee6cec3a15726c7181d750ddba t/002_dates.t
 SHA1 39976a62c616193d104b0efca4e5a0e91ba99a1f t/003_every.t
@@ -31,10 +31,10 @@
 SHA1 2d773953c36b8f74b8915f60b3b7bc0191a12e6f t/005_croak.t
 SHA1 7c89a33066f76c9fa41940fd55d52a087be9870e t/006_locales.t
 SHA1 17bad4a308e3f679cfe7bb80044de43dd3cecbb1 t/007_edge.t
-SHA1 579f1a9cb59ac73fcbf9eb9a2e535fa1607153b3 t/008_epoch.t
+SHA1 77fb78edc62d2944c4f45c66000711777432233d t/008_epoch.t
 SHA1 381b87f0fecebd2c48c3537ea47d0da1e4a90d94 t/009_regexp.t
 SHA1 185dc6943ddd46711eee297272fd9e3374719599 t/author-001_all_locales.t
-SHA1 24b525e3c18f37f8022a01ec30de757cefb679ff t/release-eol.t
+SHA1 a032c41ef6887fab1b900669c2d304fab46680e2 t/release-eol.t
 SHA1 961a1e2c92d836c8cad2d34b784cbc75345dec63 t/release-kwalitee.t
 SHA1 455d1dd1867212a665ad5ea4126b572411de300c t/release-no-tabs.t
 SHA1 b015e8b6533ae3c202f1c1644669e3f55980981f t/release-pod-coverage.t
@@ -43,7 +43,7 @@
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.10 (GNU/Linux)
 
-iEYEARECAAYFAkwo0kAACgkQIgMCsV8qvRK7kgCghTkJ+qE6nyT6kGW8e4lsOKmW
-os8Anio8P2UabP2Be6wyh5wXyFQbpBeI
-=dd5v
+iEYEARECAAYFAky6CoQACgkQIgMCsV8qvRJuqgCfbbp9Sa9gBh769as6OkgOSUyy
+ldYAniRND/bBWcA9s0m0HQZU2Etdfr6w
+=PcSD
 -----END PGP SIGNATURE-----

Modified: trunk/libdatetime-format-strptime-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/debian/changelog?rev=63842&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/debian/changelog (original)
+++ trunk/libdatetime-format-strptime-perl/debian/changelog Sun Oct 17 10:00:36 2010
@@ -1,9 +1,12 @@
-libdatetime-format-strptime-perl (1.4000-1) UNRELEASED; urgency=low
+libdatetime-format-strptime-perl (1.5000-1) unstable; urgency=low
 
-  IGNORE-VERSION: 1.4000-1
-  Only updates $VERSION.
+  * New upstream release.
+  * debian/copyright: Refer to "Debian systems" instead of "Debian GNU/Linux
+    systems"; refer to /usr/share/common-licenses/GPL-1.
+  * Bump Standards-Version to 3.9.1.
+  * Update my email address.
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 02 Jul 2010 00:43:38 +0900
+ -- Ansgar Burchardt <ansgar at debian.org>  Sun, 17 Oct 2010 11:57:33 +0200
 
 libdatetime-format-strptime-perl (1.3000-1) unstable; urgency=low
 

Modified: trunk/libdatetime-format-strptime-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/debian/control?rev=63842&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/debian/control (original)
+++ trunk/libdatetime-format-strptime-perl/debian/control Sun Oct 17 10:00:36 2010
@@ -8,11 +8,11 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
  gregor herrmann <gregoa at debian.org>, Niko Tyni <ntyni at iki.fi>,
- Ryan Niebur <ryan at debian.org>, Ansgar Burchardt <ansgar at 43-1.org>
+ Ryan Niebur <ryan at debian.org>, Ansgar Burchardt <ansgar at debian.org>
 Homepage: http://datetime.perl.org/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-format-strptime-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 
 Package: libdatetime-format-strptime-perl
 Architecture: all

Modified: trunk/libdatetime-format-strptime-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/debian/copyright?rev=63842&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/debian/copyright (original)
+++ trunk/libdatetime-format-strptime-perl/debian/copyright Sun Oct 17 10:00:36 2010
@@ -207,15 +207,17 @@
       IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.License: Artistic-2.0
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/Artistic'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libdatetime-format-strptime-perl/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/dist.ini?rev=63842&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/dist.ini (original)
+++ trunk/libdatetime-format-strptime-perl/dist.ini Sun Oct 17 10:00:36 2010
@@ -2,7 +2,7 @@
 author  = Dave Rolsky <autarch at urth.org>
 copyright_year = 2010
 
-version = 1.4000
+version = 1.5000
 
 [@Basic]
 
@@ -27,10 +27,10 @@
 
 [CheckChangeLog]
 
-[Prereq / TestRequires]
+[Prereqs / TestReqsuires]
 Test::More = 0.88
 
-[Prereq]
+[Prereqs]
 DateTime           = 0.4304
 DateTime::Locale   = 0.45
 DateTime::TimeZone = 0.79

Modified: trunk/libdatetime-format-strptime-perl/lib/DateTime/Format/Strptime.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/lib/DateTime/Format/Strptime.pm?rev=63842&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/lib/DateTime/Format/Strptime.pm (original)
+++ trunk/libdatetime-format-strptime-perl/lib/DateTime/Format/Strptime.pm Sun Oct 17 10:00:36 2010
@@ -1,6 +1,6 @@
 package DateTime::Format::Strptime;
 BEGIN {
-  $DateTime::Format::Strptime::VERSION = '1.4000';
+  $DateTime::Format::Strptime::VERSION = '1.5000';
 }
 
 use strict;
@@ -123,6 +123,7 @@
     'Y'      => '-1200',     'YAKST'  => '+1000',     'YAKT'   => '+0900',
     'YAPT'   => '+1000',     'YDT'    => '-0800',     'YEKST'  => '+0600',
     'YEKT'   => '+0500',     'YST'    => '-0900',     'Z'      => '+0000',
+    'UTC'    => '+0000',
 );
 
 sub new {
@@ -1081,7 +1082,7 @@
 
 =head1 VERSION
 
-version 1.4000
+version 1.5000
 
 =head1 SYNOPSIS
 
@@ -1431,7 +1432,7 @@
 
 =head1 AUTHOR
 
-  Dave Rolsky <autarch at urth.org>
+Dave Rolsky <autarch at urth.org>
 
 =head1 COPYRIGHT AND LICENSE
 

Modified: trunk/libdatetime-format-strptime-perl/t/008_epoch.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/t/008_epoch.t?rev=63842&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/t/008_epoch.t (original)
+++ trunk/libdatetime-format-strptime-perl/t/008_epoch.t Sun Oct 17 10:00:36 2010
@@ -2,7 +2,7 @@
 
 # t/008_epoch.t - Epoch (%s) tests
 
-use Test::More tests => 23;
+use Test::More tests => 26;
 use DateTime;
 use DateTime::Format::Strptime;
 
@@ -15,6 +15,15 @@
     locale    => 'en_PH',
     input     => $time,
     epoch     => $time,
+);
+
+# is UTC recognized?
+test(
+    pattern   => "%a %d %b %Y %H:%M:%S %p %Z",
+    time_zone => 'UTC',
+    locale    => 'en_US',
+    input     => "Thu 08 Jul 2010 09:49:02 AM UTC",
+    epoch     => 1278582542,
 );
 
 # diag("Epoch with a no given time_zone assumes 'floating'. (Though when given an epoch, really should assume UTC ..)");

Modified: trunk/libdatetime-format-strptime-perl/t/release-eol.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/t/release-eol.t?rev=63842&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/t/release-eol.t (original)
+++ trunk/libdatetime-format-strptime-perl/t/release-eol.t Sun Oct 17 10:00:36 2010
@@ -13,4 +13,4 @@
 eval 'use Test::EOL';
 plan skip_all => 'Test::EOL required' if $@;
 
-all_perl_files_ok();
+all_perl_files_ok({ trailing_whitespace => 1 });




More information about the Pkg-perl-cvs-commits mailing list