Hello community,
here is the log from the commit of package perl-Test-MockTime for
openSUSE:Factory checked in at 2018-04-19 15:28:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-MockTime (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-MockTime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-MockTime"
Thu Apr 19 15:28:02 2018 rev:6 rq:593470 version:0.17
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-MockTime/perl-Test-MockTime.changes
2018-02-27 16:57:29.333058750 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-MockTime.new/perl-Test-MockTime.changes
2018-04-19 15:28:07.238411439 +0200
@@ -1,0 +2,10 @@
+Mon Apr 2 06:03:32 UTC 2018 - [email protected]
+
+- updated to 0.17
+ see /usr/share/doc/packages/perl-Test-MockTime/Changes
+
+ 0.17 - 01 Apr 2018
+
+ * Fixed future timestamp on t/test.t. Irony not intended, but a nice
bug for April Fools Day. Happy Easter to Torsten Raudssus for RT #124985.
+
+-------------------------------------------------------------------
Old:
----
Test-MockTime-0.16.tar.gz
New:
----
Test-MockTime-0.17.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-MockTime.spec ++++++
--- /var/tmp/diff_new_pack.k2vSHv/_old 2018-04-19 15:28:07.718391839 +0200
+++ /var/tmp/diff_new_pack.k2vSHv/_new 2018-04-19 15:28:07.722391676 +0200
@@ -17,7 +17,7 @@
Name: perl-Test-MockTime
-Version: 0.16
+Version: 0.17
Release: 0
%define cpan_name Test-MockTime
Summary: Replaces actual time with simulated time
++++++ Test-MockTime-0.16.tar.gz -> Test-MockTime-0.17.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-MockTime-0.16/Changes
new/Test-MockTime-0.17/Changes
--- old/Test-MockTime-0.16/Changes 2018-02-22 11:06:13.000000000 +0100
+++ new/Test-MockTime-0.17/Changes 2018-04-01 08:05:17.000000000 +0200
@@ -1,6 +1,10 @@
CHANGES
-------
+ 0.17 - 01 Apr 2018
+
+ * Fixed future timestamp on t/test.t. Irony not intended, but a nice
bug for April Fools Day. Happy Easter to Torsten Raudssus for RT #124985.
+
0.16 - 22 Feb 2018
* Fixed calls to CORE::localtime in test suite to cope with years > 2020
as per RT #124508. Thanks to Bernhard M. W. for patch.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-MockTime-0.16/META.json
new/Test-MockTime-0.17/META.json
--- old/Test-MockTime-0.16/META.json 2018-02-22 11:07:35.000000000 +0100
+++ new/Test-MockTime-0.17/META.json 2018-04-01 08:07:12.000000000 +0200
@@ -39,6 +39,6 @@
}
},
"release_status" : "stable",
- "version" : "0.16",
+ "version" : "0.17",
"x_serialization_backend" : "JSON::PP version 2.94"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-MockTime-0.16/META.yml
new/Test-MockTime-0.17/META.yml
--- old/Test-MockTime-0.16/META.yml 2018-02-22 11:07:35.000000000 +0100
+++ new/Test-MockTime-0.17/META.yml 2018-04-01 08:07:12.000000000 +0200
@@ -21,5 +21,5 @@
Test::More: '0'
Time::Local: '0'
Time::Piece: '1.08'
-version: '0.16'
+version: '0.17'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-MockTime-0.16/README
new/Test-MockTime-0.17/README
--- old/Test-MockTime-0.16/README 2018-02-22 11:07:02.000000000 +0100
+++ new/Test-MockTime-0.17/README 2018-04-01 08:05:42.000000000 +0200
@@ -4,7 +4,7 @@
VERSION
- Version 0.16
+ Version 0.17
SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-MockTime-0.16/lib/Test/MockTime.pm
new/Test-MockTime-0.17/lib/Test/MockTime.pm
--- old/Test-MockTime-0.16/lib/Test/MockTime.pm 2018-02-22 11:06:36.000000000
+0100
+++ new/Test-MockTime-0.17/lib/Test/MockTime.pm 2018-04-01 08:05:32.000000000
+0200
@@ -12,7 +12,7 @@
restore_time
);
our %EXPORT_TAGS = ( 'all' => \@EXPORT_OK, );
-our $VERSION = '0.16';
+our $VERSION = '0.17';
our $offset = 0;
our $fixed = undef;
@@ -108,7 +108,7 @@
=head1 VERSION
-Version 0.16
+Version 0.17
=head1 SYNOPSIS