commit perl-Tk-Clock for openSUSE:Factory

2020-04-21 Thread root
Hello community,

here is the log from the commit of package perl-Tk-Clock for openSUSE:Factory 
checked in at 2020-04-21 13:05:31

Comparing /work/SRC/openSUSE:Factory/perl-Tk-Clock (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Tk-Clock.new.2738 (New)


Package is "perl-Tk-Clock"

Tue Apr 21 13:05:31 2020 rev:12 rq:795270 version:0.41

Changes:

--- /work/SRC/openSUSE:Factory/perl-Tk-Clock/perl-Tk-Clock.changes  
2017-10-09 19:48:18.299362831 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Tk-Clock.new.2738/perl-Tk-Clock.changes
2020-04-21 13:05:33.492200900 +0200
@@ -1,0 +2,14 @@
+Fri Apr 10 03:17:54 UTC 2020 -  
+
+- updated to 0.41
+   see /usr/share/doc/packages/perl-Tk-Clock/ChangeLog
+
+  0.41 - 09 Apr 2020, H.Merijn Brand
+  * It's 2017
+  * It's 2018
+  * Document TAGS
+  * It's 2019
+  * Add cpanfile
+  * It's 2020
+
+---

Old:

  Tk-Clock-0.40.tgz

New:

  Tk-Clock-0.41.tgz



Other differences:
--
++ perl-Tk-Clock.spec ++
--- /var/tmp/diff_new_pack.Cownww/_old  2020-04-21 13:05:34.280202471 +0200
+++ /var/tmp/diff_new_pack.Cownww/_new  2020-04-21 13:05:34.284202479 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Tk-Clock
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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,39 +12,39 @@
 # 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-Tk-Clock
-Version:0.40
+Version:0.41
 Release:0
 %define cpan_name Tk-Clock
 Summary:Clock widget with analog and digital display
-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/Tk-Clock/
+Url:https://metacpan.org/release/%{cpan_name}
 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::More) >= 0.9
 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::More) >= 0.9
 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.84
-Recommends: perl(Test::More) >= 1.302015
-Recommends: perl(Tk) >= 804.033
+Recommends: perl(Encode) >= 3.05
+Recommends: perl(Test::More) >= 1.302174
+Recommends: perl(Tk) >= 804.035
 %{perl_requires}
 
 %description
@@ -55,17 +55,17 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -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
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ Tk-Clock-0.40.tgz -> Tk-Clock-0.41.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tk-Clock-0.40/CONTRIBUTING.md 
new/Tk-Clock-0.41/CONTRIBUTING.md
--- old/Tk-Clock-0.40/CONTRIBUTING.md   2015-08-07 13:21:32.0 +0200
+++ new/Tk-Clock-0.41/CONTRIBUTING.md   2019-08-29 08:49:01.0 +0200
@@ -16,6 +16,14 @@
 [.perltidy](https://github.com/Tux/Release-Checklist/blob/master/.perltidyrc) 
and
 
[.perlcritic](https://github.com/Tux/Release-Checklist/blob/master/.perlcriticrc).
 
+# Mail
+
+Please, please, please, do *NOT* use HTML mail.
+[Plain text](https://useplaintext.email)
+[without](http://www.goldmark.org/jeff/stupid-disclaimers/)
+[disclaimers](https://www.economist.com/business/2011/04/07/spare-us-the-e-mail-yada-yada)
+will do fine!
+
 # Requirements
 
 The minimum version required to use this modul

commit perl-Tk-Clock for openSUSE:Factory

2017-10-09 Thread root
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.0 +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.0 +0100
+++ new/Tk-Clock-0.40/CONTRIBUTING.md   2015-08-07 13:21:32.0 +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

commit perl-Tk-Clock for openSUSE:Factory

2015-04-02 Thread h_root
Hello community,

here is the log from the commit of package perl-Tk-Clock for openSUSE:Factory 
checked in at 2015-04-02 16:04:26

Comparing /work/SRC/openSUSE:Factory/perl-Tk-Clock (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Tk-Clock.new (New)


Package is "perl-Tk-Clock"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Tk-Clock/perl-Tk-Clock.changes  
2013-08-23 11:07:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Tk-Clock.new/perl-Tk-Clock.changes 
2015-04-02 16:04:28.0 +0200
@@ -1,0 +2,34 @@
+Fri Mar 27 14:35:07 UTC 2015 - stephan.ba...@suse.com
+
+- update to version 0.39 from 0.36
+  Upstream changes:
+
+  0.39
+* Remove perl recommendation from META as it breaks cpan clients
+
+  0.38
+* Fix skip_all. require Test::More 0.88
+
+  0.37
+* Use 12:15 AM instead of 00:15 AM
+* Upped Copyright to 2015
+
+---
+Fri Sep 19 12:15:51 UTC 2014 - co...@suse.com
+
+- updated to 0.36
+* Fix locales for non-utf8 (and windows)
+* Upped Copyright to 2014
+* Make sure boolean attributes are 0 or 1
+* Protect internal attributes from new and config calls
+* Dynamically determine width of digital date and time
+
+---
+Fri Oct  4 09:13:36 UTC 2013 - co...@suse.com
+
+- updated to 0.35
+* Indented SYNOPSIS (RT#85697 - Djibril Ousmanou)
+* Support for locales in long day and month formats
+* Support for local offset (in seconds)
+
+---

Old:

  Tk-Clock-0.34.tgz

New:

  Tk-Clock-0.39.tgz



Other differences:
--
++ perl-Tk-Clock.spec ++
--- /var/tmp/diff_new_pack.A7mSdm/_old  2015-04-02 16:04:28.0 +0200
+++ /var/tmp/diff_new_pack.A7mSdm/_new  2015-04-02 16:04:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Tk-Clock
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,38 +16,32 @@
 #
 
 
-%bcond_with test
-
 Name:   perl-Tk-Clock
-Version:0.34
+Version:0.39
 Release:0
 %define cpan_name Tk-Clock
 Summary:Clock widget with analog and digital display
-License:GPL-1.0+ or Artistic-1.0
+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/Tk-Clock-%{version}.tgz
+Source: 
http://www.cpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker)
-%if %{with test}
-BuildRequires:  perl(Test::Harness)
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::NoWarnings)
-%endif
-#
-BuildRequires:  perl(Carp)
 BuildRequires:  perl(Tk) >= 402.000
 BuildRequires:  perl(Tk::Canvas)
 BuildRequires:  perl(Tk::Derived)
 BuildRequires:  perl(Tk::Widget)
-Requires:   perl(Carp)
+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
 %{perl_requires}
 
 %description
@@ -59,30 +53,19 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 find . -type f -print0 | xargs -0 chmod 644
-##rpmlint
-# wrong-script-interpreter
-%{__perl} -p -i -e 's|/pro/bin/perl|%{__perl}|' examples/*.pl
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
-## skipping test
-# couldn't connect to display ":0"
-%if %{with test}
-
 %check
 %{__make} test
-%endif
 
 %install
 %perl_make_install
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc ChangeLog examples README

++ Tk-Clock-0.34.tgz -> Tk-Clock-0.39.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tk-Clock-0.34/ChangeLog new/Tk-Clock-0.39/ChangeLog
--- old/Tk-Clock-0.34/ChangeLog 2013-05-28 13:35:07.0 +0200
+++ new/Tk-Clock-0.39/ChangeLog 2015-02-12 09:23:28.0 +0100
@@ -1,3 +1,26 @@
+0.39   - 12 Feb 2015, H.Merijn Brand
+* Move repo to github
+* Remove perl recommendation from META as it breaks cpan clients
+
+0.38 

commit perl-Tk-Clock for openSUSE:Factory

2013-08-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Tk-Clock for openSUSE:Factory 
checked in at 2013-08-23 11:07:20

Comparing /work/SRC/openSUSE:Factory/perl-Tk-Clock (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Tk-Clock.new (New)


Package is "perl-Tk-Clock"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Tk-Clock/perl-Tk-Clock.changes  
2011-12-21 10:02:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Tk-Clock.new/perl-Tk-Clock.changes 
2013-08-23 11:07:21.0 +0200
@@ -1,0 +2,8 @@
+Wed Aug 14 16:57:22 UTC 2013 - l...@linux-schulserver.de
+
+- update to 0.34:
+  + Force update if time wound back (ntp, date command)
+  + Forced order of config attributes (destroying attribs last)
+  + Better protect against CPANTESTERS with non-Tk environment
+
+---

Old:

  Tk-Clock-0.32.tgz

New:

  Tk-Clock-0.34.tgz



Other differences:
--
++ perl-Tk-Clock.spec ++
--- /var/tmp/diff_new_pack.Li7X7n/_old  2013-08-23 11:07:22.0 +0200
+++ /var/tmp/diff_new_pack.Li7X7n/_new  2013-08-23 11:07:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Tk-Clock
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %bcond_with test
 
 Name:   perl-Tk-Clock
-Version:0.32
+Version:0.34
 Release:0
 %define cpan_name Tk-Clock
 Summary:Clock widget with analog and digital display

++ Tk-Clock-0.32.tgz -> Tk-Clock-0.34.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Tk-Clock-0.32/ChangeLog new/Tk-Clock-0.34/ChangeLog
--- old/Tk-Clock-0.32/ChangeLog 2011-09-07 18:04:40.0 +0200
+++ new/Tk-Clock-0.34/ChangeLog 2013-05-28 13:35:07.0 +0200
@@ -1,179 +1,159 @@
-0.32 - Wed 07 Sep 2011 
+0.34   - 28 May 2013, H.Merijn Brand
+* Force update if time wound back (ntp, date command)
+* Upped Copyright to 2013
+* Forced order of config attributes (destroying attribs last)
+
+0.33   - 17 Apr 2012, H.Merijn Brand
+* Upped Copyright to 2012
+* Better protect against CPANTESTERS with non-Tk environment
 
-- NAME / DISTNAME in Makefile.PL
+0.32   - 07 Sep 2011, H.Merijn Brand
+* NAME / DISTNAME in Makefile.PL
 
-0.31 - Wed 07 Sep 2011 
+0.31   - 07 Sep 2011, H.Merijn Brand
+* More cross-checks for META data
 
-- More cross-checks for META data
-
-0.30 - Thu 12 May 2011 
-
-- Initialization fix (attributes can be passed to constructor as it has
+0.30   - 12 May 2011, H.Merijn Brand
+* Initialization fix (attributes can be passed to constructor as it has
   always be intended)
-- Upped Copyright to 2011
-
-0.29 - Mon 02 Aug 2010 
-
-- Spell-checking
-- Added useInfo, infoColor, infoFormat, and infoFont
-- timeFormat, dateFormat and infoFormat now all support all abbreviations
-- Added timerValue and corresponding Hc, Mc, and Sc format entries
-
-0.28 - Tue 16 Mar 2010 
-
-- Allow to change backdrop while running
-- Upped Copyright to 2010
-- Dropped YAML spec to 1.0
-
-0.27 - Mon 18 May 2009 
-
-- Enabled backdrop
-- Add useSecHand option
-- Overhauled the documentation
-
-0.26 - Fri 20 Mar 2009 
-
-- replace ->_packMethod () with ->manager
-- t/30_dual.t now allows resizing in grid
-- examples/cdclock.pl now acts as I had in mind
-- Added Test::NoWarnings
+* Upped Copyright to 2011
 
-0.25 - Sun 08 Mar 2009 
-
-- Vastly improved on resizing.
-- Prefer autoScale => 1 over anaScale => 0
-- Add examples/cdclock.pl (Lightning Talk countdown clock)
-
-0.24 - Tue 20 Jan 2009 
-
-- Wrong e-mail in META.yml
-- Copyright 2009
-- Guard cpantesters with $DISPLAY unset
-
-0.23 - Tue 21 Oct 2008 
-
-- Added tgzdist make target
-- Slightly changed the cover make target
-- Allow  in date formats
-- Add `weird' TimeZones to examples/world.pl
-- examples/station.pl can have reversed colors, is resizeable,
+0.29   - 02 Aug 2010, H.Merijn Brand
+* Spell-checking
+* Added useInfo, infoColor, infoFormat, and infoFont
+* timeFormat, dateFormat and infoFormat now all support all abbreviations
+* Added timerValue and corresponding Hc, Mc, and Sc format entries
+
+0.28   - 16 Mar 2010, H.Merijn Brand
+* Allow to change backdrop while running
+* Upped Copyright to 2010
+* Dropped YAML spec to 1.0
+
+0.27   - 18 May 2009, H.Merijn Brand
+* Enabled backdrop
+

commit perl-Tk-Clock for openSUSE:Factory

2011-12-21 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Tk-Clock.new/perl-Tk-Clock.changes 
2011-12-21 10:02:54.0 +0100
@@ -1,0 +2,7 @@
+Mon Dec 19 16:15:05 UTC 2011 - co...@suse.de
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.usAAtE/_new  2011-12-21 10:02:55.0 +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.0 +0200
+++ new/Tk-Clock-0.32/ChangeLog 2011-09-07 18:04:40.0 +0200
@@ -1,7 +1,16 @@
+0.32 - Wed 07 Sep 2011 
+
+- NAME / DISTNAME in Makefile.PL
+
+0.31 - Wed 07 Sep 2011 
+
+- More cross-checks for META data
+
 0.30 - Thu 12 May 2011 
 
 - Initialization fix (attributes can be passed to constructor as it has
   always be intended)
+- Upped Copyright to 2011
 
 0.29 - Mon 02 Aug 2010 
 
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.0 +0200
+++ new/Tk-Clock-0.32/Clock.pm  2011-09-07 13:38:31.0 +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.0 +0200
+++ new/Tk-Clock-0.32/MANIFEST  2011-09-07 18:19:46.0 +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.jsonModule 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.0 +0100
+++ new/Tk-Clock-0.32/META.json 2011-09-07 18:19:46.0 +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 "
+  ],
+   "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"
+  

commit perl-Tk-Clock for openSUSE:Factory

2011-09-02 Thread h_root

Hello community,

here is the log from the commit of package perl-Tk-Clock for openSUSE:Factory
checked in at Fri Sep 2 10:02:24 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Tk-Clock/perl-Tk-Clock.changes
2011-09-01 21:50:15.0 +0200
@@ -0,0 +1,6 @@
+---
+Thu Sep  1 19:49:35 UTC 2011 - ch...@computersalat.de
+
+- initial package 0.30
+  * created by cpanspec 1.78.04
+

calling whatdependson for head-i586


New:

  Tk-Clock-0.30.tgz
  perl-Tk-Clock.changes
  perl-Tk-Clock.spec



Other differences:
--
++ perl-Tk-Clock.spec ++
#
# spec file for package perl-Tk-Clock
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


%bcond_with test

Name:   perl-Tk-Clock
Version:0.30
Release:1
License:GPL+ or Artistic
%define cpan_name Tk-Clock
Summary:Clock widget with analog and digital display
Url:http://search.cpan.org/dist/Tk-Clock/
Group:  Development/Libraries/Perl
#Source:
http://www.cpan.org/authors/id/H/HM/HMBRAND/Tk-Clock-%{version}.tgz
Source: %{cpan_name}-%{version}.tgz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(ExtUtils::MakeMaker)
%if %{with test}
BuildRequires:  perl(Test::Harness)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::NoWarnings)
%endif
#
BuildRequires:  perl(Carp)
BuildRequires:  perl(Tk) >= 402.000
BuildRequires:  perl(Tk::Canvas)
BuildRequires:  perl(Tk::Derived)
BuildRequires:  perl(Tk::Widget)
Requires:   perl(Carp)
Requires:   perl(Tk) >= 402.000
Requires:   perl(Tk::Canvas)
Requires:   perl(Tk::Derived)
Requires:   perl(Tk::Widget)
%{perl_requires}

%description
This module implements a Canvas-based clock widget for perl-Tk with lots of
options to change the appearance.

Both analog and digital clocks are implemented.

%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
##rpmlint
# wrong-script-interpreter
%{__perl} -p -i -e 's|/pro/bin/perl|%{__perl}|' examples/*.pl

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

## skipping test
# couldn't connect to display ":0"
%if %{with test}

%check
%{__make} test
%endif

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc ChangeLog examples README

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org