Hello community,

here is the log from the commit of package perl-Test-MockTime for 
openSUSE:Factory checked in at 2015-04-23 08:03:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-MockTime (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-MockTime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-MockTime"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-MockTime/perl-Test-MockTime.changes    
2014-03-21 12:15:31.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-MockTime.new/perl-Test-MockTime.changes   
    2015-04-23 08:03:41.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Apr 14 15:28:49 UTC 2015 - [email protected]
+
+- updated to 0.13
+   see /usr/share/doc/packages/perl-Test-MockTime/Changes
+
+    0.13 - 07 Aug 2014
+  
+        * explicit license in META as per RT #97806
+        * included other updates to Makefile.PL details (author, etc)
+
+-------------------------------------------------------------------

Old:
----
  Test-MockTime-0.12.tar.gz

New:
----
  Test-MockTime-0.13.tar.gz

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

Other differences:
------------------
++++++ perl-Test-MockTime.spec ++++++
--- /var/tmp/diff_new_pack.FD50Nv/_old  2015-04-23 08:03:41.000000000 +0200
+++ /var/tmp/diff_new_pack.FD50Nv/_new  2015-04-23 08:03:41.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-MockTime
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,11 +17,11 @@
 
 
 Name:           perl-Test-MockTime
-Version:        0.12
+Version:        0.13
 Release:        0
 %define cpan_name Test-MockTime
-Summary:        Test::MockTime Perl module
-License:        GPL-1.0+ or Artistic-1.0
+Summary:        Replaces actual time with simulated time 
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Test-MockTime/
 Source:         
http://www.cpan.org/authors/id/D/DD/DDICK/%{cpan_name}-%{version}.tar.gz

++++++ Test-MockTime-0.12.tar.gz -> Test-MockTime-0.13.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-MockTime-0.12/Changes 
new/Test-MockTime-0.13/Changes
--- old/Test-MockTime-0.12/Changes      2009-04-08 23:18:19.000000000 +0200
+++ new/Test-MockTime-0.13/Changes      2014-08-07 10:57:44.000000000 +0200
@@ -1,6 +1,11 @@
 CHANGES
 -------
 
+  0.13 - 07 Aug 2014
+
+      * explicit license in META as per RT #97806
+      * included other updates to Makefile.PL details (author, etc)
+
   0.12 - 09 Apr 2009
 
       * removing t/DateCalc.t and lib/Test/MockTime/DateCalc.pm to allow Kevin 
Ryde to maintain a separate module.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-MockTime-0.12/MANIFEST 
new/Test-MockTime-0.13/MANIFEST
--- old/Test-MockTime-0.12/MANIFEST     2009-04-08 23:17:30.000000000 +0200
+++ new/Test-MockTime-0.13/MANIFEST     2014-08-07 10:57:51.000000000 +0200
@@ -9,3 +9,4 @@
 lib/Test/MockTime.pm
 lib/Test/MockTime.pod
 META.yml                                 Module meta-data (added by MakeMaker)
+META.json                                Module JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-MockTime-0.12/META.json 
new/Test-MockTime-0.13/META.json
--- old/Test-MockTime-0.12/META.json    1970-01-01 01:00:00.000000000 +0100
+++ new/Test-MockTime-0.13/META.json    2014-08-07 10:57:51.000000000 +0200
@@ -0,0 +1,43 @@
+{
+   "abstract" : "Replaces actual time with simulated time ",
+   "author" : [
+      "David Dick <[email protected]>"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter 
version 2.132140",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : "2"
+   },
+   "name" : "Test-MockTime",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Test::More" : "0",
+            "Time::Local" : "0",
+            "Time::Piece" : "1.08"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "version" : "0.13"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-MockTime-0.12/META.yml 
new/Test-MockTime-0.13/META.yml
--- old/Test-MockTime-0.12/META.yml     2009-04-08 23:19:13.000000000 +0200
+++ new/Test-MockTime-0.13/META.yml     2014-08-07 10:57:51.000000000 +0200
@@ -1,15 +1,24 @@
---- #YAML:1.0
-name:                Test-MockTime
-version:             0.12
-abstract:            ~
-license:             ~
-author:              ~
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    Test::More:                    0
-    Time::Local:                   0
-    Time::Piece:                   1.08
+---
+abstract: 'Replaces actual time with simulated time '
+author:
+  - 'David Dick <[email protected]>'
+build_requires:
+  ExtUtils::MakeMaker: 0
+configure_requires:
+  ExtUtils::MakeMaker: 0
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 
2.132140'
+license: perl
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Test-MockTime
+no_index:
+  directory:
+    - t
+    - inc
+requires:
+  Test::More: 0
+  Time::Local: 0
+  Time::Piece: 1.08
+version: 0.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-MockTime-0.12/Makefile.PL 
new/Test-MockTime-0.13/Makefile.PL
--- old/Test-MockTime-0.12/Makefile.PL  2006-07-30 06:40:56.000000000 +0200
+++ new/Test-MockTime-0.13/Makefile.PL  2014-08-07 10:56:02.000000000 +0200
@@ -3,7 +3,12 @@
 
 WriteMakefile(
                'NAME'          => 'Test::MockTime',
+               'AUTHOR'        => q{David Dick <[email protected]>},
                'VERSION_FROM'  => 'lib/Test/MockTime.pm',
+               'ABSTRACT_FROM' => 'lib/Test/MockTime.pod',
+           ($ExtUtils::MakeMaker::VERSION >= 6.3002
+             ? ('LICENSE'=> 'perl')
+             : ()),
                'PREREQ_PM'     => {
                                'Test::More' => 0,
                                'Time::Local' => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-MockTime-0.12/lib/Test/MockTime.pm 
new/Test-MockTime-0.13/lib/Test/MockTime.pm
--- old/Test-MockTime-0.12/lib/Test/MockTime.pm 2009-04-08 23:18:29.000000000 
+0200
+++ new/Test-MockTime-0.13/lib/Test/MockTime.pm 2014-08-07 10:40:49.000000000 
+0200
@@ -14,7 +14,7 @@
 our %EXPORT_TAGS = (
     'all' => \@EXPORT_OK,
 );
-our ($VERSION) = '0.12';
+our ($VERSION) = '0.13';
 our ($offset) = 0;
 our ($fixed) = undef;
 


Reply via email to