Hello community,

here is the log from the commit of package perl-Tk-Clock for openSUSE:Factory 
checked in at 2017-10-09 19:46:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Tk-Clock (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Tk-Clock.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Tk-Clock"

Mon Oct  9 19:46:16 2017 rev:11 rq:532540 version:0.40

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Tk-Clock/perl-Tk-Clock.changes      
2015-04-02 16:04:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Tk-Clock.new/perl-Tk-Clock.changes 
2017-10-09 19:48:18.299362831 +0200
@@ -1,0 +2,12 @@
+Sun Oct  8 08:18:39 UTC 2017 - co...@suse.com
+
+- updated to 0.40
+   see /usr/share/doc/packages/perl-Tk-Clock/ChangeLog
+
+  0.40 - 12 May 2016, H.Merijn Brand
+      * Fix backdrop test
+      * Add CONTRIBUTING.md
+      * It's 2016
+      * Tested with 5.24.0, blead and Tk (git)
+
+-------------------------------------------------------------------

Old:
----
  Tk-Clock-0.39.tgz

New:
----
  Tk-Clock-0.40.tgz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Tk-Clock.spec ++++++
--- /var/tmp/diff_new_pack.t2Id7f/_old  2017-10-09 19:48:18.879337340 +0200
+++ /var/tmp/diff_new_pack.t2Id7f/_new  2017-10-09 19:48:18.883337164 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Tk-Clock
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,31 +17,34 @@
 
 
 Name:           perl-Tk-Clock
-Version:        0.39
+Version:        0.40
 Release:        0
 %define cpan_name Tk-Clock
 Summary:        Clock widget with analog and digital display
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Tk-Clock/
-Source:         
http://www.cpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
+Source0:        
https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::NoWarnings)
 BuildRequires:  perl(Tk) >= 402.000
 BuildRequires:  perl(Tk::Canvas)
 BuildRequires:  perl(Tk::Derived)
 BuildRequires:  perl(Tk::Widget)
+Requires:       perl(Test::More) >= 0.88
 Requires:       perl(Test::NoWarnings)
 Requires:       perl(Tk) >= 402.000
 Requires:       perl(Tk::Canvas)
 Requires:       perl(Tk::Derived)
 Requires:       perl(Tk::Widget)
-Recommends:     perl(Encode) >= 2.59
-Recommends:     perl(Test::More) >= 1.001003
-Recommends:     perl(Tk) >= 804.032
+Recommends:     perl(Encode) >= 2.84
+Recommends:     perl(Test::More) >= 1.302015
+Recommends:     perl(Tk) >= 804.033
 %{perl_requires}
 
 %description
@@ -52,7 +55,10 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+# MANUAL BEGIN
+sed -i -e 's,/pro/bin/perl,/usr/bin/perl,' examples/*pl
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -68,6 +74,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog examples README
+%doc ChangeLog CONTRIBUTING.md examples README
 
 %changelog

++++++ Tk-Clock-0.39.tgz -> Tk-Clock-0.40.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tk-Clock-0.39/CONTRIBUTING.md 
new/Tk-Clock-0.40/CONTRIBUTING.md
--- old/Tk-Clock-0.39/CONTRIBUTING.md   1970-01-01 01:00:00.000000000 +0100
+++ new/Tk-Clock-0.40/CONTRIBUTING.md   2015-08-07 13:21:32.000000000 +0200
@@ -0,0 +1,22 @@
+# General
+
+I am always open to improvements and suggestions.
+Use [issues](https://github.com/Tux/Tk-Clock/issues)
+
+# Style
+
+I will never accept pull request that do not strictly conform to my
+style, however you might hate it. You can read the reasoning behind
+my [preferences](http://tux.nl/style.html).
+
+I really do not care about mixed spaces and tabs in (leading) whitespace
+
+Perl::Tidy will help getting the code in shape, but as all software, it
+is not perfect. You can find my preferences for these in
+[.perltidy](https://github.com/Tux/Release-Checklist/blob/master/.perltidyrc) 
and
+[.perlcritic](https://github.com/Tux/Release-Checklist/blob/master/.perlcriticrc).
+
+# Requirements
+
+The minimum version required to use this module is stated in
+[Makefile.PL](./Makefile.PL)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tk-Clock-0.39/ChangeLog new/Tk-Clock-0.40/ChangeLog
--- old/Tk-Clock-0.39/ChangeLog 2015-02-12 09:23:28.000000000 +0100
+++ new/Tk-Clock-0.40/ChangeLog 2016-05-12 11:48:20.000000000 +0200
@@ -1,3 +1,9 @@
+0.40   - 12 May 2016, H.Merijn Brand
+    * Fix backdrop test
+    * Add CONTRIBUTING.md
+    * It's 2016
+    * Tested with 5.24.0, blead and Tk (git)
+
 0.39   - 12 Feb 2015, H.Merijn Brand
     * Move repo to github
     * Remove perl recommendation from META as it breaks cpan clients
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tk-Clock-0.39/Clock.pm new/Tk-Clock-0.40/Clock.pm
--- old/Tk-Clock-0.39/Clock.pm  2015-01-03 11:53:59.000000000 +0100
+++ new/Tk-Clock-0.40/Clock.pm  2016-01-02 16:48:27.000000000 +0100
@@ -5,7 +5,7 @@
 use strict;
 use warnings;
 
-our $VERSION = "0.39";
+our $VERSION = "0.40";
 
 use Carp;
 
@@ -1174,7 +1174,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 1999-2015 H.Merijn Brand
+Copyright (C) 1999-2016 H.Merijn Brand
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tk-Clock-0.39/MANIFEST new/Tk-Clock-0.40/MANIFEST
--- old/Tk-Clock-0.39/MANIFEST  2015-02-12 09:28:07.000000000 +0100
+++ new/Tk-Clock-0.40/MANIFEST  2016-05-12 13:23:36.000000000 +0200
@@ -2,6 +2,7 @@
 MANIFEST
 Makefile.PL
 README
+CONTRIBUTING.md
 Clock.pm
 examples/24hour.pl
 examples/cdclock.pl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tk-Clock-0.39/META.json new/Tk-Clock-0.40/META.json
--- old/Tk-Clock-0.39/META.json 2015-02-12 09:28:07.000000000 +0100
+++ new/Tk-Clock-0.40/META.json 2016-05-12 13:23:36.000000000 +0200
@@ -1,30 +1,26 @@
 {
-   "resources" : {
-      "repository" : {
-         "type" : "git",
-         "web" : "https://github.com/Tux/Tk-Clock";,
-         "url" : "https://github.com/Tux/Tk-Clock";
-      },
-      "license" : [
-         "http://dev.perl.org/licenses/";
-      ]
-   },
-   "dynamic_config" : 1,
+   "author" : [
+      "H.Merijn Brand <h.m.br...@xs4all.nl>"
+   ],
+   "generated_by" : "Author",
+   "license" : [
+      "perl_5"
+   ],
    "prereqs" : {
       "runtime" : {
-         "recommends" : {
-            "Tk" : "804.032",
-            "Encode" : "2.70"
-         },
          "requires" : {
-            "Tk::Canvas" : "0",
-            "Tk::Derived" : "0",
+            "Tk::Widget" : "0",
             "perl" : "5.006",
-            "Tk" : "402.000",
+            "POSIX" : "0",
             "Encode" : "0",
             "Carp" : "0",
-            "POSIX" : "0",
-            "Tk::Widget" : "0"
+            "Tk::Canvas" : "0",
+            "Tk" : "402.000",
+            "Tk::Derived" : "0"
+         },
+         "recommends" : {
+            "Encode" : "2.84",
+            "Tk" : "804.033"
          }
       },
       "configure" : {
@@ -34,33 +30,37 @@
       },
       "test" : {
          "recommends" : {
-            "Test::More" : "1.001014"
+            "Test::More" : "1.302015"
          },
          "requires" : {
-            "Test::NoWarnings" : "0",
-            "Test::More" : "0.88"
+            "Test::More" : "0.88",
+            "Test::NoWarnings" : "0"
          }
       }
    },
-   "author" : [
-      "H.Merijn Brand <h.m.br...@xs4all.nl>"
-   ],
-   "version" : "0.39",
+   "release_status" : "stable",
+   "version" : "0.40",
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
       "version" : "2"
    },
+   "dynamic_config" : 1,
+   "abstract" : "Clock widget with analog and digital display",
+   "name" : "Tk-Clock",
    "provides" : {
       "Tk::Clock" : {
-         "version" : "0.39",
+         "version" : "0.40",
          "file" : "Clock.pm"
       }
    },
-   "license" : [
-      "perl_5"
-   ],
-   "release_status" : "stable",
-   "generated_by" : "Author",
-   "abstract" : "Clock widget with analog and digital display",
-   "name" : "Tk-Clock"
+   "resources" : {
+      "license" : [
+         "http://dev.perl.org/licenses/";
+      ],
+      "repository" : {
+         "type" : "git",
+         "web" : "https://github.com/Tux/Tk-Clock";,
+         "url" : "https://github.com/Tux/Tk-Clock";
+      }
+   }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tk-Clock-0.39/META.yml new/Tk-Clock-0.40/META.yml
--- old/Tk-Clock-0.39/META.yml  2015-02-12 09:28:07.000000000 +0100
+++ new/Tk-Clock-0.40/META.yml  2016-05-12 13:23:36.000000000 +0200
@@ -5,7 +5,7 @@
 configure_requires: 
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: Author, CPAN::Meta::Converter version 2.143240
+generated_by: Author, CPAN::Meta::Converter version 2.150005
 license: perl
 meta-spec: 
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -14,11 +14,11 @@
 provides: 
   Tk::Clock: 
     file: Clock.pm
-    version: '0.39'
+    version: '0.40'
 recommends: 
-  Encode: '2.70'
-  Test::More: '1.001014'
-  Tk: '804.032'
+  Encode: '2.84'
+  Test::More: '1.302015'
+  Tk: '804.033'
 requires: 
   Carp: 0
   Encode: 0
@@ -33,4 +33,4 @@
 resources: 
   license: http://dev.perl.org/licenses/
   repository: https://github.com/Tux/Tk-Clock
-version: '0.39'
+version: '0.40'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tk-Clock-0.39/Makefile.PL 
new/Tk-Clock-0.40/Makefile.PL
--- old/Tk-Clock-0.39/Makefile.PL       2015-02-12 09:23:28.000000000 +0100
+++ new/Tk-Clock-0.40/Makefile.PL       2016-01-02 16:48:33.000000000 +0100
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright PROCURA B.V. (c) 1999-2015 H.Merijn Brand
+# Copyright PROCURA B.V. (c) 1999-2016 H.Merijn Brand
 
 require 5.006;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tk-Clock-0.39/README new/Tk-Clock-0.40/README
--- old/Tk-Clock-0.39/README    2015-02-12 09:01:17.000000000 +0100
+++ new/Tk-Clock-0.40/README    2016-01-02 16:48:31.000000000 +0100
@@ -12,7 +12,7 @@
     ration, which makes it not Y2K compliant.
 
 COPYING:
-    Copyright (c) 1998-2015 H.Merijn Brand.  All rights reserved.
+    Copyright (c) 1998-2016 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.
@@ -64,7 +64,7 @@
     See ChangeLog
 
 COPYRIGHT AND LICENSE
-    Copyright (C) 1999-2015 H.Merijn Brand
+    Copyright (C) 1999-2016 H.Merijn Brand
 
     This library is free software; you can redistribute it and/or modify
     it under the same terms as Perl itself. 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tk-Clock-0.39/t/20_resize.t 
new/Tk-Clock-0.40/t/20_resize.t
--- old/Tk-Clock-0.39/t/20_resize.t     2015-01-03 11:34:24.000000000 +0100
+++ new/Tk-Clock-0.40/t/20_resize.t     2015-06-04 09:05:22.000000000 +0200
@@ -11,7 +11,7 @@
     use_ok ("Tk::Clock");
     }
 
-my ($delay, $m, $c) = ($ENV{TK_TEST_LENGTH} || 10000);
+my ($delay, $m, $c) = ($ENV{TK_TEST_LENGTH} || 5000) * 2;
 unless ($m = eval { MainWindow->new  (-title => "clock") }) {
     diag ("No valid Tk environment");
     done_testing;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tk-Clock-0.39/t/40_backdrop.t 
new/Tk-Clock-0.40/t/40_backdrop.t
--- old/Tk-Clock-0.39/t/40_backdrop.t   2015-01-03 11:48:33.000000000 +0100
+++ new/Tk-Clock-0.40/t/40_backdrop.t   2015-06-04 08:52:37.000000000 +0200
@@ -12,7 +12,7 @@
     use_ok ("Tk::Clock");
     }
 
-eval { require "Tk::PNG" };
+eval { require Tk::PNG; };
 unless ($Tk::PNG::VERSION) {
     diag "SKIP: cannot load Tk::PNG";
     done_testing;

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
post_prep: |-
  sed -i -e 's,/pro/bin/perl,/usr/bin/perl,' examples/*pl
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to