Hello community,

here is the log from the commit of package perl-POSIX-strftime-Compiler for 
openSUSE:Factory checked in at 2014-09-08 21:29:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-POSIX-strftime-Compiler (Old)
 and      /work/SRC/openSUSE:Factory/.perl-POSIX-strftime-Compiler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-POSIX-strftime-Compiler"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-POSIX-strftime-Compiler/perl-POSIX-strftime-Compiler.changes
        2014-03-09 18:42:49.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-POSIX-strftime-Compiler.new/perl-POSIX-strftime-Compiler.changes
   2014-09-08 21:30:21.000000000 +0200
@@ -1,0 +2,12 @@
+Mon Sep  8 08:37:20 UTC 2014 - [email protected]
+
+- updated to 0.40
+    - fix test. accept ACST as Australia/Darwin's timezone
+      Because Australian eastern time zone abbr changed in tzdata 2014f
+      ref http://mm.icann.org/pipermail/tz-announce/2014-August/000023.html
+ 
+ 0.32 2014-06-09T01:53:19Z
+ 
+     - change perl version requirements to 5.8.1
+
+-------------------------------------------------------------------

Old:
----
  POSIX-strftime-Compiler-0.31.tar.gz

New:
----
  POSIX-strftime-Compiler-0.40.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-POSIX-strftime-Compiler.spec ++++++
--- /var/tmp/diff_new_pack.FBE0Se/_old  2014-09-08 21:30:21.000000000 +0200
+++ /var/tmp/diff_new_pack.FBE0Se/_new  2014-09-08 21:30:21.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-POSIX-strftime-Compiler
-Version:        0.31
+Version:        0.40
 Release:        0
 %define cpan_name POSIX-strftime-Compiler
 Summary:        GNU C library compatible strftime for loggers and servers

++++++ POSIX-strftime-Compiler-0.31.tar.gz -> 
POSIX-strftime-Compiler-0.40.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/POSIX-strftime-Compiler-0.31/Build.PL 
new/POSIX-strftime-Compiler-0.40/Build.PL
--- old/POSIX-strftime-Compiler-0.31/Build.PL   2014-02-24 07:27:15.000000000 
+0100
+++ new/POSIX-strftime-Compiler-0.40/Build.PL   2014-08-21 03:25:57.000000000 
+0200
@@ -34,7 +34,7 @@
     test_files           => ((-d '.git' || $ENV{RELEASE_TESTING}) && -d 'xt') 
? 't/ xt/' : 't/',
     recursive_test_files => 1,
 
-    
+
 );
 if (-d 'share') {
     $args{share_dir} = 'share';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/POSIX-strftime-Compiler-0.31/Changes 
new/POSIX-strftime-Compiler-0.40/Changes
--- old/POSIX-strftime-Compiler-0.31/Changes    2014-02-24 07:27:15.000000000 
+0100
+++ new/POSIX-strftime-Compiler-0.40/Changes    2014-08-21 03:25:57.000000000 
+0200
@@ -1,5 +1,15 @@
 Revision history for Perl extension POSIX-strftime-Compiler
 
+0.40 2014-08-21T01:25:32Z
+
+   - fix test. accept ACST as Australia/Darwin's timezone
+     Because Australian eastern time zone abbr changed in tzdata 2014f
+     ref http://mm.icann.org/pipermail/tz-announce/2014-August/000023.html
+
+0.32 2014-06-09T01:53:19Z
+
+    - change perl version requirements to 5.8.1
+
 0.31 2014-02-24T06:27:11Z
 
     - bugfix on solaris. Solaris does not have %s.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/POSIX-strftime-Compiler-0.31/META.json 
new/POSIX-strftime-Compiler-0.40/META.json
--- old/POSIX-strftime-Compiler-0.31/META.json  2014-02-24 07:27:15.000000000 
+0100
+++ new/POSIX-strftime-Compiler-0.40/META.json  2014-08-21 03:25:57.000000000 
+0200
@@ -4,7 +4,7 @@
       "Masahiro Nagano <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Minilla/v0.11.0",
+   "generated_by" : "Minilla/v1.1.0",
    "license" : [
       "perl_5"
    ],
@@ -36,7 +36,8 @@
       "develop" : {
          "requires" : {
             "Test::CPAN::Meta" : "0",
-            "Test::MinimumVersion" : "0.10108",
+            "Test::MinimumVersion::Fast" : "0.04",
+            "Test::PAUSE::Permissions" : "0.04",
             "Test::Pod" : "1.41",
             "Test::Spellunker" : "v0.2.7"
          }
@@ -47,7 +48,7 @@
             "Exporter" : "0",
             "POSIX" : "0",
             "Time::Local" : "0",
-            "perl" : "5.008004"
+            "perl" : "5.008001"
          },
          "suggests" : {
             "Time::TZOffset" : "0"
@@ -62,7 +63,7 @@
    "provides" : {
       "POSIX::strftime::Compiler" : {
          "file" : "lib/POSIX/strftime/Compiler.pm",
-         "version" : "0.31"
+         "version" : "0.40"
       }
    },
    "release_status" : "stable",
@@ -76,5 +77,8 @@
          "web" : "https://github.com/kazeburo/POSIX-strftime-Compiler";
       }
    },
-   "version" : "0.31"
+   "version" : "0.40",
+   "x_contributors" : [
+      "Piotr Roszatycki <[email protected]>"
+   ]
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/POSIX-strftime-Compiler-0.31/META.yml 
new/POSIX-strftime-Compiler-0.40/META.yml
--- old/POSIX-strftime-Compiler-0.31/META.yml   2014-02-24 07:27:15.000000000 
+0100
+++ new/POSIX-strftime-Compiler-0.40/META.yml   2014-08-21 03:25:57.000000000 
+0200
@@ -3,17 +3,17 @@
 author:
   - 'Masahiro Nagano <[email protected]>'
 build_requires:
-  Test::More: 0.98
+  Test::More: '0.98'
 configure_requires:
-  CPAN::Meta: 0
-  CPAN::Meta::Prereqs: 0
-  Module::Build: 0.38
+  CPAN::Meta: '0'
+  CPAN::Meta::Prereqs: '0'
+  Module::Build: '0.38'
 dynamic_config: 0
-generated_by: 'Minilla/v0.11.0, CPAN::Meta::Converter version 2.132830'
+generated_by: 'Minilla/v1.1.0, CPAN::Meta::Converter version 2.141170'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: POSIX-strftime-Compiler
 no_index:
   directory:
@@ -28,15 +28,17 @@
 provides:
   POSIX::strftime::Compiler:
     file: lib/POSIX/strftime/Compiler.pm
-    version: 0.31
+    version: '0.40'
 requires:
-  Carp: 0
-  Exporter: 0
-  POSIX: 0
-  Time::Local: 0
-  perl: 5.008004
+  Carp: '0'
+  Exporter: '0'
+  POSIX: '0'
+  Time::Local: '0'
+  perl: '5.008001'
 resources:
   bugtracker: https://github.com/kazeburo/POSIX-strftime-Compiler/issues
   homepage: https://github.com/kazeburo/POSIX-strftime-Compiler
   repository: git://github.com/kazeburo/POSIX-strftime-Compiler.git
-version: 0.31
+version: '0.40'
+x_contributors:
+  - 'Piotr Roszatycki <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/POSIX-strftime-Compiler-0.31/README.md 
new/POSIX-strftime-Compiler-0.40/README.md
--- old/POSIX-strftime-Compiler-0.31/README.md  2014-02-24 07:27:15.000000000 
+0100
+++ new/POSIX-strftime-Compiler-0.40/README.md  2014-08-21 03:25:57.000000000 
+0200
@@ -1,3 +1,4 @@
+[![Build 
Status](https://travis-ci.org/kazeburo/POSIX-strftime-Compiler.png?branch=master)](https://travis-ci.org/kazeburo/POSIX-strftime-Compiler)
 # NAME
 
 POSIX::strftime::Compiler - GNU C library compatible strftime for loggers and 
servers
@@ -8,7 +9,6 @@
 
     say strftime('%a, %d %b %Y %T %z',localtime):
     
-
     my $psc = POSIX::strftime::Compiler->new($fmt);
     say $psc->to_string(localtime);
 
@@ -48,25 +48,25 @@
 
 # A RECOMMEND MODULE
 
-- [Time::TZOffset](http://search.cpan.org/perldoc?Time::TZOffset)
+- [Time::TZOffset](https://metacpan.org/pod/Time::TZOffset)
 
-    If [Time::TZOffset](http://search.cpan.org/perldoc?Time::TZOffset) is 
available, P::s::Compiler use it for more faster time zone offset calculation.
+    If [Time::TZOffset](https://metacpan.org/pod/Time::TZOffset) is available, 
P::s::Compiler use it for more faster time zone offset calculation.
     I strongly recommend you to install this if you use `%z`.
 
 # PERFORMANCE ISSUES ON WINDOWS
 
 Windows and Cygwin and some system may not support `%z` and `%Z`. For these 
system, 
 POSIX::strftime::Compiler calculate time zone offset and find zone name. This 
is not fast.
-If you need performance on Windows and Cygwin, please install 
[Time::TZOffset](http://search.cpan.org/perldoc?Time::TZOffset)
+If you need performance on Windows and Cygwin, please install 
[Time::TZOffset](https://metacpan.org/pod/Time::TZOffset)
 
 # SEE ALSO
 
-- [POSIX::strftime::GNU](http://search.cpan.org/perldoc?POSIX::strftime::GNU)
+- [POSIX::strftime::GNU](https://metacpan.org/pod/POSIX::strftime::GNU)
 
     POSIX::strftime::Compiler is built on POSIX::strftime::GNU::PP code
 
-- [POSIX](http://search.cpan.org/perldoc?POSIX)
-- 
[Apache::LogFormat::Compiler](http://search.cpan.org/perldoc?Apache::LogFormat::Compiler)
+- [POSIX](https://metacpan.org/pod/POSIX)
+- 
[Apache::LogFormat::Compiler](https://metacpan.org/pod/Apache::LogFormat::Compiler)
 
 # LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/POSIX-strftime-Compiler-0.31/lib/POSIX/strftime/Compiler.pm 
new/POSIX-strftime-Compiler-0.40/lib/POSIX/strftime/Compiler.pm
--- old/POSIX-strftime-Compiler-0.31/lib/POSIX/strftime/Compiler.pm     
2014-02-24 07:27:15.000000000 +0100
+++ new/POSIX-strftime-Compiler-0.40/lib/POSIX/strftime/Compiler.pm     
2014-08-21 03:25:57.000000000 +0200
@@ -1,6 +1,6 @@
 package POSIX::strftime::Compiler;
 
-use 5.008004;
+use 5.008001;
 use strict;
 use warnings;
 use Carp;
@@ -8,7 +8,7 @@
 use POSIX qw//;
 use base qw/Exporter/;
 
-our $VERSION = "0.31";
+our $VERSION = "0.40";
 our @EXPORT_OK = qw/strftime/;
 
 use constant {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/POSIX-strftime-Compiler-0.31/minil.toml 
new/POSIX-strftime-Compiler-0.40/minil.toml
--- old/POSIX-strftime-Compiler-0.31/minil.toml 2014-02-24 07:27:15.000000000 
+0100
+++ new/POSIX-strftime-Compiler-0.40/minil.toml 2014-08-21 03:25:57.000000000 
+0200
@@ -1,2 +1,2 @@
 name = "POSIX-strftime-Compiler"
-# badges = ["travis"]
+badges = ["travis"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/POSIX-strftime-Compiler-0.31/t/04_tzset.t 
new/POSIX-strftime-Compiler-0.40/t/04_tzset.t
--- old/POSIX-strftime-Compiler-0.31/t/04_tzset.t       2014-02-24 
07:27:15.000000000 +0100
+++ new/POSIX-strftime-Compiler-0.40/t/04_tzset.t       2014-08-21 
03:25:57.000000000 +0200
@@ -14,7 +14,7 @@
 }
 
 my @timezones = ( 
-    
['Australia/Darwin','+0930','+0930','+0930','+0930','CST','CST','CST','CST' ],
+    
['Australia/Darwin','+0930','+0930','+0930','+0930',qr/A?CST/,qr/A?CST/,qr/A?CST/,qr/A?CST/
 ],
     ['Asia/Tokyo', '+0900','+0900','+0900','+0900', 'JST','JST','JST','JST'],
     ['UTC', '+0000','+0000','+0000','+0000','UTC','UTC','UTC','UTC'],
     ['Europe/London', 
'+0000','+0100','+0100','+0000',qr/(GMT|WET)/,qr/(BST|WEST)/,qr/(BST|WEST)/,qr/(GMT|WET|)/],

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to