Hello community,
here is the log from the commit of package perl-DateTime-Format-MySQL for
openSUSE:Factory checked in at 2016-02-17 10:25:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DateTime-Format-MySQL (Old)
and /work/SRC/openSUSE:Factory/.perl-DateTime-Format-MySQL.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DateTime-Format-MySQL"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-DateTime-Format-MySQL/perl-DateTime-Format-MySQL.changes
2015-04-22 01:18:01.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-DateTime-Format-MySQL.new/perl-DateTime-Format-MySQL.changes
2016-02-17 12:19:41.000000000 +0100
@@ -1,0 +2,10 @@
+Sat Feb 13 09:55:38 UTC 2016 - [email protected]
+
+- updated to 0.06
+ see /usr/share/doc/packages/perl-DateTime-Format-MySQL/Changes
+
+ 0.06 2016-02-12
+
+ - Fixed typo in regex that strangely works most of the time
+
+-------------------------------------------------------------------
Old:
----
DateTime-Format-MySQL-0.05.tar.gz
New:
----
DateTime-Format-MySQL-0.06.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DateTime-Format-MySQL.spec ++++++
--- /var/tmp/diff_new_pack.vyPrOH/_old 2016-02-17 12:19:41.000000000 +0100
+++ /var/tmp/diff_new_pack.vyPrOH/_new 2016-02-17 12:19:41.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-DateTime-Format-MySQL
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-DateTime-Format-MySQL
-Version: 0.05
+Version: 0.06
Release: 0
%define cpan_name DateTime-Format-MySQL
Summary: Parse and format MySQL dates and times
++++++ DateTime-Format-MySQL-0.05.tar.gz -> DateTime-Format-MySQL-0.06.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/DateTime-Format-MySQL-0.05/Build.PL
new/DateTime-Format-MySQL-0.06/Build.PL
--- old/DateTime-Format-MySQL-0.05/Build.PL 2014-10-27 18:46:55.000000000
+0100
+++ new/DateTime-Format-MySQL-0.06/Build.PL 2016-02-12 15:41:14.000000000
+0100
@@ -9,6 +9,6 @@
'DateTime::Format::Builder' => 0.60,
},
build_requires => { 'Module::Build' => 0 },
- sign => 0,
+ sign => 1,
create_makefile_pl => 'passthrough',
)->create_build_script;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/DateTime-Format-MySQL-0.05/Changes
new/DateTime-Format-MySQL-0.06/Changes
--- old/DateTime-Format-MySQL-0.05/Changes 2014-10-27 18:46:55.000000000
+0100
+++ new/DateTime-Format-MySQL-0.06/Changes 2016-02-12 15:41:14.000000000
+0100
@@ -1,4 +1,8 @@
+0.06 2016-02-12
+
+- Fixed typo in regex that strangely works most of the time
+
0.05 2014-10-26
- Added parsing of MySQL fractional seconds (microseconds).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/DateTime-Format-MySQL-0.05/META.json
new/DateTime-Format-MySQL-0.06/META.json
--- old/DateTime-Format-MySQL-0.05/META.json 2014-10-27 18:46:55.000000000
+0100
+++ new/DateTime-Format-MySQL-0.06/META.json 2016-02-12 15:41:14.000000000
+0100
@@ -34,7 +34,7 @@
"provides" : {
"DateTime::Format::MySQL" : {
"file" : "lib/DateTime/Format/MySQL.pm",
- "version" : "0.05"
+ "version" : "0.06"
}
},
"release_status" : "stable",
@@ -43,5 +43,5 @@
"http://dev.perl.org/licenses/"
]
},
- "version" : "0.05"
+ "version" : "0.06"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/DateTime-Format-MySQL-0.05/META.yml
new/DateTime-Format-MySQL-0.06/META.yml
--- old/DateTime-Format-MySQL-0.05/META.yml 2014-10-27 18:46:55.000000000
+0100
+++ new/DateTime-Format-MySQL-0.06/META.yml 2016-02-12 15:41:14.000000000
+0100
@@ -16,10 +16,10 @@
provides:
DateTime::Format::MySQL:
file: lib/DateTime/Format/MySQL.pm
- version: '0.05'
+ version: '0.06'
requires:
DateTime: '0'
DateTime::Format::Builder: '0.6'
resources:
license: http://dev.perl.org/licenses/
-version: '0.05'
+version: '0.06'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/DateTime-Format-MySQL-0.05/lib/DateTime/Format/MySQL.pm
new/DateTime-Format-MySQL-0.06/lib/DateTime/Format/MySQL.pm
--- old/DateTime-Format-MySQL-0.05/lib/DateTime/Format/MySQL.pm 2014-10-27
18:46:55.000000000 +0100
+++ new/DateTime-Format-MySQL-0.06/lib/DateTime/Format/MySQL.pm 2016-02-12
15:41:14.000000000 +0100
@@ -4,7 +4,7 @@
use vars qw ($VERSION);
-$VERSION = '0.05';
+$VERSION = '0.06';
use DateTime;
use DateTime::Format::Builder
@@ -20,7 +20,7 @@
extra => { time_zone => 'floating' },
},
{ params => [ qw( year month day hour minute second microsecond ) ],
- regex =>
qr/^(\d{1,4})[[:punct:]](\d{1,2})[[:punct:]](\d{1,2})[\sT](\d{1,2})[[:punct::](\d{1,2})[[:punct:]](\d{1,2})\.(\d{1,6})/,
+ regex =>
qr/^(\d{1,4})[[:punct:]](\d{1,2})[[:punct:]](\d{1,2})[\sT](\d{1,2})[[:punct:]](\d{1,2})[[:punct:]](\d{1,2})\.(\d{1,6})/,
extra => { time_zone => 'floating' },
postprocess => \&_convert_micro_to_nanosecs,
},