Hello community,

here is the log from the commit of package perl-Tk-Clock for openSUSE:Factory 
checked in at 2011-12-21 10:02:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Tk-Clock (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Tk-Clock.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Tk-Clock", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Tk-Clock/perl-Tk-Clock.changes      
2011-09-23 12:39:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Tk-Clock.new/perl-Tk-Clock.changes 
2011-12-21 10:02:54.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Dec 19 16:15:05 UTC 2011 - [email protected]
+
+- update to 0.32
+   - NAME / DISTNAME in Makefile.PL
+   - More cross-checks for META data
+
+-------------------------------------------------------------------

Old:
----
  Tk-Clock-0.30.tgz

New:
----
  Tk-Clock-0.32.tgz

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

Other differences:
------------------
++++++ perl-Tk-Clock.spec ++++++
--- /var/tmp/diff_new_pack.usAAtE/_old  2011-12-21 10:02:55.000000000 +0100
+++ /var/tmp/diff_new_pack.usAAtE/_new  2011-12-21 10:02:55.000000000 +0100
@@ -19,15 +19,14 @@
 %bcond_with test
 
 Name:           perl-Tk-Clock
-Version:        0.30
-Release:        1
-License:        GPL+ or Artistic
+Version:        0.32
+Release:        0
 %define cpan_name Tk-Clock
 Summary:        Clock widget with analog and digital display
-Url:            http://search.cpan.org/dist/Tk-Clock/
+License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
-#Source:        
http://www.cpan.org/authors/id/H/HM/HMBRAND/Tk-Clock-%{version}.tgz
-Source:         %{cpan_name}-%{version}.tgz
+Url:            http://search.cpan.org/dist/Tk-Clock/
+Source:         
http://www.cpan.org/authors/id/H/HM/HMBRAND/Tk-Clock-%{version}.tgz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++++++ Tk-Clock-0.30.tgz -> Tk-Clock-0.32.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tk-Clock-0.30/ChangeLog new/Tk-Clock-0.32/ChangeLog
--- old/Tk-Clock-0.30/ChangeLog 2011-05-12 16:23:42.000000000 +0200
+++ new/Tk-Clock-0.32/ChangeLog 2011-09-07 18:04:40.000000000 +0200
@@ -1,7 +1,16 @@
+0.32 - Wed 07 Sep 2011 <[email protected]>
+
+    - NAME / DISTNAME in Makefile.PL
+
+0.31 - Wed 07 Sep 2011 <[email protected]>
+
+    - More cross-checks for META data
+
 0.30 - Thu 12 May 2011 <[email protected]>
 
     - Initialization fix (attributes can be passed to constructor as it has
       always be intended)
+    - Upped Copyright to 2011
 
 0.29 - Mon 02 Aug 2010 <[email protected]>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tk-Clock-0.30/Clock.pm new/Tk-Clock-0.32/Clock.pm
--- old/Tk-Clock-0.30/Clock.pm  2011-05-12 17:32:26.000000000 +0200
+++ new/Tk-Clock-0.32/Clock.pm  2011-09-07 13:38:31.000000000 +0200
@@ -5,7 +5,7 @@
 use strict;
 use warnings;
 
-our $VERSION = "0.30";
+our $VERSION = "0.32";
 
 use Carp;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tk-Clock-0.30/MANIFEST new/Tk-Clock-0.32/MANIFEST
--- old/Tk-Clock-0.30/MANIFEST  2011-05-12 17:54:36.000000000 +0200
+++ new/Tk-Clock-0.32/MANIFEST  2011-09-07 18:19:46.000000000 +0200
@@ -17,4 +17,5 @@
 t/40_backdrop.t
 t/eye.png
 t/eye2.png
-META.yml                                 Module meta-data (added by MakeMaker)
+META.yml                                 Module YAML 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/Tk-Clock-0.30/META.json new/Tk-Clock-0.32/META.json
--- old/Tk-Clock-0.30/META.json 1970-01-01 01:00:00.000000000 +0100
+++ new/Tk-Clock-0.32/META.json 2011-09-07 18:19:46.000000000 +0200
@@ -0,0 +1,49 @@
+{
+   "resources" : {
+      "repository" : "http://repo.or.cz/w/Tk-Clock.git";,
+      "license" : "http://dev.perl.org/licenses/";
+      },
+   "meta-spec" : {
+      "version" : "2.0",
+      "url" : "https://metacpan.org/module/CPAN::Meta::Spec?#meta-spec";
+      },
+   "test_requires" : {
+      "Test::More" : "0",
+      "Test::Harness" : "0",
+      "Test::NoWarnings" : "0"
+      },
+   "distribution_type" : "module",
+   "generated_by" : "Author",
+   "test_recommends" : {
+      "Test::More" : "0.98",
+      "Test::Harness" : "3.23"
+      },
+   "version" : "0.32",
+   "name" : "Tk-Clock",
+   "author" : [
+      "H.Merijn Brand <[email protected]>"
+      ],
+   "license" : "perl",
+   "provides" : {
+      "Tk::Clock" : {
+         "version" : "0.32",
+         "file" : "Clock.pm"
+         }
+      },
+   "requires" : {
+      "perl" : "5.006",
+      "Tk::Canvas" : "0",
+      "Tk::Derived" : "0",
+      "Tk::Widget" : "0",
+      "Tk" : "402.000",
+      "Carp" : "0"
+      },
+   "recommends" : {
+      "perl" : "5.014001",
+      "Tk" : "804.029_500"
+      },
+   "abstract" : "Clock widget with analog and digital display",
+   "configure_requires" : {
+      "ExtUtils::MakeMaker" : "0"
+      }
+   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tk-Clock-0.30/META.yml new/Tk-Clock-0.32/META.yml
--- old/Tk-Clock-0.30/META.yml  2011-05-12 17:54:36.000000000 +0200
+++ new/Tk-Clock-0.32/META.yml  2011-09-07 18:19:46.000000000 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
-name:                    Tk::Clock
-version:                 0.30
+name:                    Tk-Clock
+version:                 0.32
 abstract:                Clock widget with analog and digital display
 license:                 perl
 author:              
@@ -10,17 +10,17 @@
 provides:
     Tk::Clock:
         file:            Clock.pm
-        version:         0.30
+        version:         0.32
 requires:     
     perl:                5.006
     Carp:                0
-    Tk:                  0
+    Tk:                  402.000
     Tk::Widget:          0
     Tk::Derived:         0
     Tk::Canvas:          0
 recommends:     
-    perl:                5.012003
-    Tk:                  804.029
+    perl:                5.014001
+    Tk:                  804.029_500
 configure_requires:
     ExtUtils::MakeMaker: 0
 test_requires:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tk-Clock-0.30/README new/Tk-Clock-0.32/README
--- old/Tk-Clock-0.30/README    2010-07-02 09:17:37.000000000 +0200
+++ new/Tk-Clock-0.32/README    2011-09-07 08:42:52.000000000 +0200
@@ -12,7 +12,7 @@
     ration, which makes it not Y2K compliant.
 
 COPYING:
-    Copyright (c) 1998-2010 H.Merijn Brand.  All rights reserved.
+    Copyright (c) 1998-2011 H.Merijn Brand.  All rights reserved.
 
     This program is free software; you can redistribute it and/or
     modify it under the same terms as Perl itself.

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

Reply via email to