Hello community,

here is the log from the commit of package perl-Test-Time for openSUSE:Factory 
checked in at 2019-05-07 23:20:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Time (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Time.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Time"

Tue May  7 23:20:01 2019 rev:3 rq:701305 version:0.08

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Time/perl-Test-Time.changes    
2017-08-24 18:52:47.110157293 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test-Time.new.5148/perl-Test-Time.changes  
2019-05-07 23:20:03.437064710 +0200
@@ -1,0 +2,22 @@
+Tue May  7 05:27:08 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 0.08
+   see /usr/share/doc/packages/perl-Test-Time/Changes
+
+  0.08 2019-05-07T01:55:51Z
+       Fix test (thanks to manwar, mjemmeson, chorny)
+
+-------------------------------------------------------------------
+Wed Apr  3 07:38:48 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 0.07
+   see /usr/share/doc/packages/perl-Test-Time/Changes
+
+  0.07 2018-09-27T03:37:54Z
+       Fix unimport/import issue (by dakkar)
+  
+  0.06 2018-06-28T02:18:10Z
+  
+       catching calls to localtime() (by mjemmeson)
+
+-------------------------------------------------------------------

Old:
----
  Test-Time-0.05.tar.gz

New:
----
  Test-Time-0.08.tar.gz

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

Other differences:
------------------
++++++ perl-Test-Time.spec ++++++
--- /var/tmp/diff_new_pack.SyM6Kb/_old  2019-05-07 23:20:05.021068325 +0200
+++ /var/tmp/diff_new_pack.SyM6Kb/_new  2019-05-07 23:20:05.065068426 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Time
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-Test-Time
-Version:        0.05
+Version:        0.08
 Release:        0
 %define cpan_name Test-Time
 Summary:        Overrides the time() and sleep() core functions for testing
-License:        Artistic-1.0 or GPL-1.0+
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Test-Time/
+Url:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/S/SA/SATOH/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
@@ -34,8 +34,9 @@
 
 %description
 Test::Time can be used to test modules that deal with time. Once you 'use'
-this module, all references to 'time' and 'sleep' will be internalized. You
-can set custom time by passing time => number after the 'use' statement:
+this module, all references to 'time', 'localtime' and 'sleep' will be
+internalized. You can set custom time by passing time => number after the
+'use' statement:
 
     use Test::Time time => 1;
 
@@ -47,11 +48,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++++++ Test-Time-0.05.tar.gz -> Test-Time-0.08.tar.gz ++++++
++++ 6712 lines of diff (skipped)


Reply via email to