commit perl-Module-Starter for openSUSE:Factory

2020-09-07 Thread root
Hello community,

here is the log from the commit of package perl-Module-Starter for 
openSUSE:Factory checked in at 2020-09-07 21:36:00

Comparing /work/SRC/openSUSE:Factory/perl-Module-Starter (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Module-Starter.new.3399 (New)


Package is "perl-Module-Starter"

Mon Sep  7 21:36:00 2020 rev:16 rq:832734 version:1.77

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Starter/perl-Module-Starter.changes  
2019-03-20 13:18:45.389351638 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Starter.new.3399/perl-Module-Starter.changes
2020-09-07 21:36:12.289404353 +0200
@@ -1,0 +2,6 @@
+Sun Sep  6 03:12:01 UTC 2020 - Tina Müller 
+
+- updated to 1.77
+   see /usr/share/doc/packages/perl-Module-Starter/Changes
+
+---

Old:

  Module-Starter-1.76.tar.gz

New:

  Module-Starter-1.77.tar.gz



Other differences:
--
++ perl-Module-Starter.spec ++
--- /var/tmp/diff_new_pack.mv6xIY/_old  2020-09-07 21:36:13.789405048 +0200
+++ /var/tmp/diff_new_pack.mv6xIY/_new  2020-09-07 21:36:13.793405049 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Starter
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   perl-Module-Starter
-Version:1.76
+Version:1.77
 Release:0
 %define cpan_name Module-Starter
 Summary:Simple starter kit for any module
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -32,10 +32,12 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Software::License) >= 0.103005
+BuildRequires:  perl(Test::More) >= 0.94
 BuildRequires:  perl(parent)
 BuildRequires:  perl(version) >= 0.77
 Requires:   perl(Module::Runtime)
 Requires:   perl(Software::License) >= 0.103005
+Requires:   perl(Test::More) >= 0.94
 Requires:   perl(parent)
 Requires:   perl(version) >= 0.77
 %{perl_requires}
@@ -66,7 +68,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes getting-started.html README
+%doc Changes CONTRIBUTING.md getting-started.html prereqs.yml README
 %license LICENSE
 
 %changelog

++ Module-Starter-1.76.tar.gz -> Module-Starter-1.77.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.76/CONTRIBUTING.md 
new/Module-Starter-1.77/CONTRIBUTING.md
--- old/Module-Starter-1.76/CONTRIBUTING.md 1970-01-01 01:00:00.0 
+0100
+++ new/Module-Starter-1.77/CONTRIBUTING.md 2020-09-05 23:20:45.0 
+0200
@@ -0,0 +1,105 @@
+# HOW TO CONTRIBUTE
+
+Thank you for considering contributing to this distribution.  This file
+contains instructions that will help you work with the source code.
+
+The distribution is managed with 
[Dist::Zilla](https://metacpan.org/pod/Dist::Zilla).
+This means that many of the usual files you might expect are not in the
+repository, but are generated at release time.  Some generated files are kept
+in the repository as a convenience (e.g. Build.PL/Makefile.PL and META.json).
+
+Generally, **you do not need Dist::Zilla to contribute patches**.  You may need
+Dist::Zilla to create a tarball.  See below for guidance.
+
+## Getting dependencies
+
+If you have App::cpanminus 1.6 or later installed, you can use
+[cpanm](https://metacpan.org/pod/cpanm) to satisfy dependencies like this:
+
+$ cpanm --installdeps --with-develop .
+
+You can also run this command (or any other cpanm command) without installing
+App::cpanminus first, using the fatpacked `cpanm` script via curl or wget:
+
+$ curl -L https://cpanmin.us | perl - --installdeps --with-develop .
+$ wget -qO - https://cpanmin.us | perl - --installdeps --with-develop .
+
+Otherwise, look for either a `cpanfile` or `META.json` file for a list of
+dependencies to satisfy.
+
+## Running tests
+
+You can run tests directly using the `prove` tool:
+
+$ prove -l
+$ prove -lv t/some_test_file.t
+
+For most of my distributions, `prove` is entirely sufficient for you to test
+any patches you have. I use `prove` for 99% of my testing during development.
+
+## Code style and tidying
+
+Please try to match any existing coding 

commit perl-Module-Starter for openSUSE:Factory

2019-03-20 Thread root
Hello community,

here is the log from the commit of package perl-Module-Starter for 
openSUSE:Factory checked in at 2019-03-20 13:18:41

Comparing /work/SRC/openSUSE:Factory/perl-Module-Starter (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Module-Starter.new.28833 (New)


Package is "perl-Module-Starter"

Wed Mar 20 13:18:41 2019 rev:15 rq:684910 version:1.76

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Starter/perl-Module-Starter.changes  
2018-06-29 22:23:23.706619231 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Starter.new.28833/perl-Module-Starter.changes
   2019-03-20 13:18:45.389351638 +0100
@@ -1,0 +2,6 @@
+Wed Mar 13 16:18:33 UTC 2019 - Stephan Kulow 
+
+- updated to 1.76
+   see /usr/share/doc/packages/perl-Module-Starter/Changes
+
+---

Old:

  Module-Starter-1.75.tar.gz

New:

  Module-Starter-1.76.tar.gz



Other differences:
--
++ perl-Module-Starter.spec ++
--- /var/tmp/diff_new_pack.kOsbHh/_old  2019-03-20 13:18:46.461351378 +0100
+++ /var/tmp/diff_new_pack.kOsbHh/_new  2019-03-20 13:18:46.461351378 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Starter
 #
-# Copyright (c) 2018 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-Module-Starter
-Version:1.75
+Version:1.76
 Release:0
 %define cpan_name Module-Starter
-Summary:Simple Starter Kit for Any Module
+Summary:Simple starter kit for any module
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Module-Starter/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -31,9 +31,11 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Runtime)
+BuildRequires:  perl(Software::License) >= 0.103005
 BuildRequires:  perl(parent)
 BuildRequires:  perl(version) >= 0.77
 Requires:   perl(Module::Runtime)
+Requires:   perl(Software::License) >= 0.103005
 Requires:   perl(parent)
 Requires:   perl(version) >= 0.77
 %{perl_requires}
@@ -51,11 +53,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

++ Module-Starter-1.75.tar.gz -> Module-Starter-1.76.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.75/Changes 
new/Module-Starter-1.76/Changes
--- old/Module-Starter-1.75/Changes 2018-06-14 18:54:00.0 +0200
+++ new/Module-Starter-1.76/Changes 2019-03-11 19:49:22.0 +0100
@@ -1,5 +1,10 @@
 Revision history for Perl extension Module::Starter
 
+1.76Mon Mar 11 14:49:14 EDT 2019
+* GH#68: Default module templates will now use test_requires where 
appropriate (Dan Book)
+* GH#70: License metadata and blurbs are now handled by 
Software::License (Dan Book)
+* GH#70: Add --genlicense option to generate LICENSE file (Dan Book)
+
 1.75Thu Jun 14 12:53:47 EDT 2018
 * Update additional template URLs for consistency in tests
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.75/META.json 
new/Module-Starter-1.76/META.json
--- old/Module-Starter-1.75/META.json   2018-06-14 18:55:15.0 +0200
+++ new/Module-Starter-1.76/META.json   2019-03-11 19:50:37.0 +0100
@@ -37,6 +37,7 @@
 "Getopt::Long" : "0",
 "Module::Runtime" : "0",
 "Pod::Usage" : "1.21",
+"Software::License" : "0.103005",
 "Test::Harness" : "0.21",
 "Test::More" : "0",
 "parent" : "0",
@@ -58,6 +59,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#toolchain"
},
-   "version" : "1.75",
-   "x_serialization_backend" : "JSON::PP version 2.97001"
+   "version" : "1.76",
+   "x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN 

commit perl-Module-Starter for openSUSE:Factory

2018-06-29 Thread root
Hello community,

here is the log from the commit of package perl-Module-Starter for 
openSUSE:Factory checked in at 2018-06-29 22:23:19

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


Package is "perl-Module-Starter"

Fri Jun 29 22:23:19 2018 rev:14 rq:617443 version:1.75

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Starter/perl-Module-Starter.changes  
2017-04-06 11:00:59.649387018 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Starter.new/perl-Module-Starter.changes 
2018-06-29 22:23:23.706619231 +0200
@@ -1,0 +2,18 @@
+Fri Jun 15 05:39:53 UTC 2018 - co...@suse.com
+
+- updated to 1.75
+   see /usr/share/doc/packages/perl-Module-Starter/Changes
+
+---
+Thu Jun 14 05:40:55 UTC 2018 - co...@suse.com
+
+- updated to 1.74
+   see /usr/share/doc/packages/perl-Module-Starter/Changes
+
+---
+Sat Aug 12 05:53:44 UTC 2017 - co...@suse.com
+
+- updated to 1.73
+   see /usr/share/doc/packages/perl-Module-Starter/Changes
+
+---

Old:

  Module-Starter-1.72.tar.gz

New:

  Module-Starter-1.75.tar.gz



Other differences:
--
++ perl-Module-Starter.spec ++
--- /var/tmp/diff_new_pack.Lhn7N1/_old  2018-06-29 22:23:24.294618791 +0200
+++ /var/tmp/diff_new_pack.Lhn7N1/_new  2018-06-29 22:23:24.298618788 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Starter
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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-Module-Starter
-Version:1.72
+Version:1.75
 Release:0
 %define cpan_name Module-Starter
 Summary:Simple Starter Kit for Any Module
-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/Module-Starter/
 Source0:
https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
@@ -30,10 +30,12 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(parent)
-BuildRequires:  perl(version)
+BuildRequires:  perl(version) >= 0.77
+Requires:   perl(Module::Runtime)
 Requires:   perl(parent)
-Requires:   perl(version)
+Requires:   perl(version) >= 0.77
 %{perl_requires}
 
 %description
@@ -63,5 +65,6 @@
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes getting-started.html README
+%license LICENSE
 
 %changelog

++ Module-Starter-1.72.tar.gz -> Module-Starter-1.75.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.72/Changes 
new/Module-Starter-1.75/Changes
--- old/Module-Starter-1.72/Changes 2017-03-26 03:21:09.0 +0200
+++ new/Module-Starter-1.75/Changes 2018-06-14 18:54:00.0 +0200
@@ -1,5 +1,17 @@
 Revision history for Perl extension Module::Starter
 
+1.75Thu Jun 14 12:53:47 EDT 2018
+* Update additional template URLs for consistency in tests
+
+1.74Tue Jun 12 18:15:20 EDT 2018
+* GH#66: Update default module template to link to metacpan (Dan Book)
+* GH#67: Update default module template to use HTTPS where appropriate 
(Chas. J. Owens IV)
+
+1.73Fri Aug 11 01:46:00 EDT 2017
+* Fix case where a distro name of '0' would be replaced by the first
+  module name, confusing the tests (Dan Book)
+* Use Module::Runtime instead of string eval (Dan Book)
+
 1.72Sat Mar 25 21:20:41 EDT 2017
 * Stable release containing previous fixes
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.72/LICENSE 
new/Module-Starter-1.75/LICENSE
--- old/Module-Starter-1.72/LICENSE 1970-01-01 01:00:00.0 +0100
+++ new/Module-Starter-1.75/LICENSE 2017-03-31 18:54:53.0 +0200
@@ -0,0 +1,374 @@
+Terms of the Perl programming language system itself
+
+a) the GNU General Public License as published by the Free
+   Software Foundation; either version 1, or (at your option) any
+   later version, or
+b) the "Artistic License"
+
+--- The GNU General Public License, Version 1, February 1989 ---
+
+This software is Copyright (c) 2005 by Andy Lester, Ricardo Signes and 

commit perl-Module-Starter for openSUSE:Factory

2017-04-06 Thread root
Hello community,

here is the log from the commit of package perl-Module-Starter for 
openSUSE:Factory checked in at 2017-04-06 11:00:58

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


Package is "perl-Module-Starter"

Thu Apr  6 11:00:58 2017 rev:13 rq:482702 version:1.72

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Starter/perl-Module-Starter.changes  
2015-04-22 01:17:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Starter.new/perl-Module-Starter.changes 
2017-04-06 11:00:59.649387018 +0200
@@ -1,0 +2,21 @@
+Sun Mar 26 06:08:50 UTC 2017 - co...@suse.com
+
+- updated to 1.72
+   see /usr/share/doc/packages/perl-Module-Starter/Changes
+
+  1.72Sat Mar 25 21:20:41 EDT 2017
+  * Stable release containing previous fixes
+  
+  1.71_01 Thu Mar 23 23:04:11 EDT 2017
+  * GH#51: drop use of Module::Build::Compat in Build.PL (Karen
+Etheridge)
+  * GH#56: Fix generated syntax errors when using --fatalize (Dan Book)
+  * GH#57: Fix strange scoping issue in test on 5.8 (Dan Book)
+  * GH#58: Typo and doc fixes (Tordek)
+  * GH#59: Quote versions in generated Makefile.PL/Build.PL (Dan Book)
+  * GH#61: Fix version comparison in test (Dan Book)
+  * GH#63: Remove unneeded dependency Module::Install::AuthorTests (Dan
+Book)
+  * GH#64: Replace usage of Path::Class with File::Spec (Dan Book)
+
+---

Old:

  Module-Starter-1.71.tar.gz

New:

  Module-Starter-1.72.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Module-Starter.spec ++
--- /var/tmp/diff_new_pack.T4M1D0/_old  2017-04-06 11:01:00.597253051 +0200
+++ /var/tmp/diff_new_pack.T4M1D0/_new  2017-04-06 11:01:00.597253051 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Starter
 #
-# Copyright (c) 2015 SUSE LINUX 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,30 +17,29 @@
 
 
 Name:   perl-Module-Starter
-Version:1.71
+Version:1.72
 Release:0
 %define cpan_name Module-Starter
-Summary:a simple starter kit for any module
+Summary:Simple Starter Kit for Any Module
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Module-Starter/
-Source: 
http://www.cpan.org/authors/id/X/XS/XSAWYERX/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Install::AuthorTests)
-BuildRequires:  perl(Path::Class)
 BuildRequires:  perl(parent)
-Requires:   perl(Module::Install::AuthorTests)
-Requires:   perl(Path::Class)
+BuildRequires:  perl(version)
 Requires:   perl(parent)
+Requires:   perl(version)
 %{perl_requires}
 
 %description
 This is the core module for Module::Starter. If you're not looking to
 extend or alter the behavior of this module, you probably want to look at
-the module-starter manpage instead.
+module-starter instead.
 
 Module::Starter is used to create a skeletal CPAN distribution, including
 basic builder scripts, tests, documentation, and module code. This is done

++ Module-Starter-1.71.tar.gz -> Module-Starter-1.72.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.71/Changes 
new/Module-Starter-1.72/Changes
--- old/Module-Starter-1.71/Changes 2015-01-30 13:29:24.0 +0100
+++ new/Module-Starter-1.72/Changes 2017-03-26 03:21:09.0 +0200
@@ -1,5 +1,20 @@
 Revision history for Perl extension Module::Starter
 
+1.72Sat Mar 25 21:20:41 EDT 2017
+* Stable release containing previous fixes
+
+1.71_01 Thu Mar 23 23:04:11 EDT 2017
+* GH#51: drop use of Module::Build::Compat in Build.PL (Karen
+  Etheridge)
+* GH#56: Fix generated syntax errors when using --fatalize (Dan Book)
+* GH#57: Fix strange scoping issue in test on 5.8 (Dan Book)
+* GH#58: Typo and doc fixes (Tordek)
+* GH#59: Quote versions in generated Makefile.PL/Build.PL (Dan Book)
+* GH#61: Fix version comparison in test (Dan Book)
+* GH#63: Remove unneeded dependency 

commit perl-Module-Starter for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Starter for 
openSUSE:Factory checked in at 2015-04-22 01:17:51

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


Package is perl-Module-Starter

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Starter/perl-Module-Starter.changes  
2013-12-11 11:32:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Starter.new/perl-Module-Starter.changes 
2015-04-22 01:17:52.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 13 18:43:00 UTC 2015 - co...@suse.com
+
+- updated to 1.71
+   see /usr/share/doc/packages/perl-Module-Starter/Changes
+
+---

Old:

  Module-Starter-1.62.tar.gz

New:

  Module-Starter-1.71.tar.gz



Other differences:
--
++ perl-Module-Starter.spec ++
--- /var/tmp/diff_new_pack.ho7QwD/_old  2015-04-22 01:17:52.0 +0200
+++ /var/tmp/diff_new_pack.ho7QwD/_new  2015-04-22 01:17:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Starter
 #
-# Copyright (c) 2013 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,7 +17,7 @@
 
 
 Name:   perl-Module-Starter
-Version:1.62
+Version:1.71
 Release:0
 %define cpan_name Module-Starter
 Summary:a simple starter kit for any module
@@ -29,14 +29,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Install::AuthorTests)
 BuildRequires:  perl(Path::Class)
 BuildRequires:  perl(parent)
-#BuildRequires: perl(Module::Starter)
-#BuildRequires: perl(Module::Starter::BuilderSet)
-#BuildRequires: perl(Module::Starter::Simple)
-#BuildRequires: perl(-norequire)
-#BuildRequires: perl(TestParseFile)
-#BuildRequires: perl(version)
+Requires:   perl(Module::Install::AuthorTests)
 Requires:   perl(Path::Class)
 Requires:   perl(parent)
 %{perl_requires}

++ Module-Starter-1.62.tar.gz - Module-Starter-1.71.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.62/Changes 
new/Module-Starter-1.71/Changes
--- old/Module-Starter-1.62/Changes 2013-12-08 11:50:23.0 +0100
+++ new/Module-Starter-1.71/Changes 2015-01-30 13:29:24.0 +0100
@@ -1,5 +1,18 @@
 Revision history for Perl extension Module::Starter
 
+1.71Fri Jan 30 13:28:31 2015
+* GH #47: create_t breaks plugins. (David Pottage)
+
+1.70   Tue Jan 20 20:56:31 2015
+* Change the url for issues from rt.cpan.org to GitHub (David Pottage)
+* Added a missing module to prerequisites (David Pottage)
+* Marked t/pod* test scripts as RELEASE_TESTING (David Pottage)
+* Moved boilerplate test to xt/ directory (David Pottage)
+* Added a --fatalize option to generate code where warnings are fatal
+  This changes the default behaviour, as fatal warnings are now 
considered
+  unwise for any public module that many others depend on.
+  See: 
http://blogs.perl.org/users/peter_rabbitson/2014/01/fatal-warnings-are-a-ticking-time-bomb-via-chromatic.html
+
 1.62Sun Dec  8 11:49:21 2013
 * Fix regexp in tests to stop failing on 5.8.x (Sawyer X).
 * Fix FSF address in template block and tests (Brian Manning).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.62/META.json 
new/Module-Starter-1.71/META.json
--- old/Module-Starter-1.62/META.json   2013-12-08 11:51:47.0 +0100
+++ new/Module-Starter-1.71/META.json   2015-01-30 13:31:44.0 +0100
@@ -4,7 +4,7 @@
   Andy Lester a...@petdance.com
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.84, CPAN::Meta::Converter 
version 2.120921,
+   generated_by : ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.142690,
license : [
   perl_5
],
@@ -35,23 +35,25 @@
 ExtUtils::Command : 0,
 File::Spec : 0,
 Getopt::Long : 0,
+Module::Install::AuthorTests : 0,
 Path::Class : 0,
 Pod::Usage : 1.21,
 Test::Harness : 0.21,
 Test::More : 0,
-parent : 0
+parent : 0,
+perl : 5.006001
  }
   }
},
release_status : stable,
resources : {
   bugtracker : {
- web : 

commit perl-Module-Starter for openSUSE:Factory

2013-12-11 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Starter for 
openSUSE:Factory checked in at 2013-12-11 11:32:04

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


Package is perl-Module-Starter

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Starter/perl-Module-Starter.changes  
2013-06-09 16:58:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Starter.new/perl-Module-Starter.changes 
2013-12-11 11:32:06.0 +0100
@@ -1,0 +2,10 @@
+Mon Dec  9 11:18:02 UTC 2013 - co...@suse.com
+
+- updated to 1.62
+ * Fix regexp in tests to stop failing on 5.8.x (Sawyer X).
+ * Fix FSF address in template block and tests (Brian Manning).
+ * Typo fixes (David Steinbrunner).
+ * Stop getpwuid calls on Windows, instead prompt user for author.
+   (Martin McGrath)
+
+---

Old:

  Module-Starter-1.60.tar.gz

New:

  Module-Starter-1.62.tar.gz



Other differences:
--
++ perl-Module-Starter.spec ++
--- /var/tmp/diff_new_pack.dQ4D4W/_old  2013-12-11 11:32:07.0 +0100
+++ /var/tmp/diff_new_pack.dQ4D4W/_new  2013-12-11 11:32:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-Starter
-Version:1.60
+Version:1.62
 Release:0
 %define cpan_name Module-Starter
 Summary:a simple starter kit for any module

++ Module-Starter-1.60.tar.gz - Module-Starter-1.62.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.60/Changes 
new/Module-Starter-1.62/Changes
--- old/Module-Starter-1.60/Changes 2012-10-25 20:30:48.0 +0200
+++ new/Module-Starter-1.62/Changes 2013-12-08 11:50:23.0 +0100
@@ -1,5 +1,14 @@
 Revision history for Perl extension Module::Starter
 
+1.62Sun Dec  8 11:49:21 2013
+* Fix regexp in tests to stop failing on 5.8.x (Sawyer X).
+* Fix FSF address in template block and tests (Brian Manning).
+* Typo fixes (David Steinbrunner).
+
+1.61Fri Dec  6 14:01:19 2013
+* Stop getpwuid calls on Windows, instead prompt user for author.
+  (Martin McGrath)
+
 1.60Thu Oct 25 20:29:50 2012
 * Guess author from getpwuid if not provided (Hilko Bengen).
 * Guess email from $ENV{'EMAIL'} if not provided (Hilko Bengen).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.60/META.json 
new/Module-Starter-1.62/META.json
--- old/Module-Starter-1.60/META.json   2012-10-25 20:33:37.0 +0200
+++ new/Module-Starter-1.62/META.json   2013-12-08 11:51:47.0 +0100
@@ -4,7 +4,7 @@
   Andy Lester a...@petdance.com
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.120921,
+   generated_by : ExtUtils::MakeMaker version 6.84, CPAN::Meta::Converter 
version 2.120921,
license : [
   perl_5
],
@@ -53,5 +53,5 @@
  url : https://github.com/xsawyerx/module-starter.git;
   }
},
-   version : 1.60
+   version : 1.62
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.60/META.yml 
new/Module-Starter-1.62/META.yml
--- old/Module-Starter-1.60/META.yml2012-10-25 20:33:37.0 +0200
+++ new/Module-Starter-1.62/META.yml2013-12-08 11:51:47.0 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.120921'
+generated_by: 'ExtUtils::MakeMaker version 6.84, CPAN::Meta::Converter version 
2.120921'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -30,4 +30,4 @@
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Starter
   homepage: https://github.com/xsawyerx/module-starter
   repository: https://github.com/xsawyerx/module-starter.git
-version: 1.60
+version: 1.62
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.60/lib/Module/Starter/App.pm 
new/Module-Starter-1.62/lib/Module/Starter/App.pm
--- old/Module-Starter-1.60/lib/Module/Starter/App.pm   2012-10-25 
20:32:06.0 +0200
+++ new/Module-Starter-1.62/lib/Module/Starter/App.pm   2013-12-08 
11:51:06.0 +0100
@@ -9,7 +9,7 @@
 use warnings;
 use strict;
 
-our $VERSION = '1.60';
+our $VERSION = '1.62';
 
 use Path::Class;
 use Getopt::Long;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-Module-Starter for openSUSE:Factory

2013-06-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Starter for 
openSUSE:Factory checked in at 2013-06-09 16:58:40

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


Package is perl-Module-Starter

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Starter/perl-Module-Starter.changes  
2011-11-14 14:40:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Starter.new/perl-Module-Starter.changes 
2013-06-09 16:58:41.0 +0200
@@ -1,0 +2,45 @@
+Wed Jun  5 18:43:43 UTC 2013 - co...@suse.com
+
+- updated to 1.60
+   * Guess author from getpwuid if not provided (Hilko Bengen).
+   * Guess email from $ENV{'EMAIL'} if not provided (Hilko Bengen).
+
+   * Skip POD tests unless RELEASE_TESTING environment is on.
+ (Alberto Simoes)
+
+   -- Trying to clean up test failures. More to come.
+
+   -- All changes in this release are by Brendan Byrd (SineSwiper).
+  Thank you! :)
+
+   Licenses:
+   * Add GPL3 licenses (fixes RT #72321).
+   * Add all other supported licenses, including Software::License
+ support (fixes RT #68634).
+
+   New Params:
+   * Make ignores_type an arrayref (closes Pull Request #8).
+   * Add new --ignores parameter (also repeatable).
+   * Add new --minperl parameter (Minimum Perl version).
+
+   File Creation:
+   * Fix MANIFEST.SKIP to skip creation of MANIFEST.
+   * Make all warnings FATAL in created .t/.pm files.
+   * Add config/build requires to Makefile/Build.PL.
+   * Bulk up Module::Install Makefile.PL.
+   * Fix ignores_guts to use different contents for MANIFEST.SKIP and
+ other ignore files.
+
+   test-dist.t Revamp:
+   * Complete refactor of test-dist.t to make it more standardized.
+   * Create new TestParseFile::parse_file_start method that handles
+ parsing of all current created file types (outside of .pm files).
+   * Use subtest for better organization.
+   * Add verification that existing files are there and no new surprise
+ files are not there.
+   * Add new mega-loop to test all variations of everything (uses 1%
+ sample size to keep test speed fast for average users).
+
+   * Use .gitignore and MANIFEST.SKIP.
+
+---

Old:

  Module-Starter-1.58.tar.gz

New:

  Module-Starter-1.60.tar.gz



Other differences:
--
++ perl-Module-Starter.spec ++
--- /var/tmp/diff_new_pack.k3aoKT/_old  2013-06-09 16:58:42.0 +0200
+++ /var/tmp/diff_new_pack.k3aoKT/_new  2013-06-09 16:58:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Starter
 #
-# 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
@@ -16,26 +16,29 @@
 #
 
 
-
 Name:   perl-Module-Starter
-Version:1.58
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.60
+Release:0
 %define cpan_name Module-Starter
 Summary:a simple starter kit for any module
-Url:http://search.cpan.org/dist/Module-Starter/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Module-Starter/
 Source: 
http://www.cpan.org/authors/id/X/XS/XSAWYERX/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Path::Class)
+BuildRequires:  perl(parent)
 #BuildRequires: perl(Module::Starter)
 #BuildRequires: perl(Module::Starter::BuilderSet)
 #BuildRequires: perl(Module::Starter::Simple)
+#BuildRequires: perl(-norequire)
+#BuildRequires: perl(TestParseFile)
 #BuildRequires: perl(version)
 Requires:   perl(Path::Class)
+Requires:   perl(parent)
 %{perl_requires}
 
 %description

++ Module-Starter-1.58.tar.gz - Module-Starter-1.60.tar.gz ++
 4319 lines of diff (skipped)

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



commit perl-Module-Starter for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Starter for 
openSUSE:Factory checked in at 2011-12-06 18:44:35

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


Package is perl-Module-Starter, Maintainer is 

Changes:




Other differences:
--
++ perl-Module-Starter.spec ++
--- /var/tmp/diff_new_pack.6hNjdS/_old  2011-12-06 19:14:06.0 +0100
+++ /var/tmp/diff_new_pack.6hNjdS/_new  2011-12-06 19:14:06.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Module-Starter
 Version:1.58
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name Module-Starter
 Summary:a simple starter kit for any module
 Url:http://search.cpan.org/dist/Module-Starter/

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



commit perl-Module-Starter for openSUSE:Factory

2011-11-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Starter for 
openSUSE:Factory checked in at 2011-11-14 14:40:26

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


Package is perl-Module-Starter, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Starter/perl-Module-Starter.changes  
2011-09-23 12:38:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Starter.new/perl-Module-Starter.changes 
2011-11-14 14:40:32.0 +0100
@@ -1,0 +2,9 @@
+Sat Nov 12 08:52:13 UTC 2011 - co...@suse.com
+
+- update to 1.58
+* Added prereq on Path::Class (RT #68360).
+* Doc fixes by Nicholas Bamber and Salvatore Bonaccorso (RT #68385).
+* No functional changes.
+* Removing English from unnecessary tests that confuse a tester.
+
+---

Old:

  Module-Starter-1.56.tar.gz

New:

  Module-Starter-1.58.tar.gz



Other differences:
--
++ perl-Module-Starter.spec ++
--- /var/tmp/diff_new_pack.pr3Grf/_old  2011-11-14 14:40:33.0 +0100
+++ /var/tmp/diff_new_pack.pr3Grf/_new  2011-11-14 14:40:33.0 +0100
@@ -18,23 +18,24 @@
 
 
 Name:   perl-Module-Starter
-Version:1.56
+Version:1.58
 Release:1
 License:GPL+ or Artistic
 %define cpan_name Module-Starter
 Summary:a simple starter kit for any module
 Url:http://search.cpan.org/dist/Module-Starter/
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/X/XS/XSAWYERX/Module-Starter-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/X/XS/XSAWYERX/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Getopt::Long)
-Requires:   perl(File::Spec)
-Requires:   perl(Getopt::Long)
+BuildRequires:  perl(Path::Class)
+#BuildRequires: perl(Module::Starter)
+#BuildRequires: perl(Module::Starter::BuilderSet)
+#BuildRequires: perl(Module::Starter::Simple)
+#BuildRequires: perl(version)
+Requires:   perl(Path::Class)
 %{perl_requires}
 
 %description
@@ -61,11 +62,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc %attr(644,-,-) Changes getting-started.html README
+%doc Changes getting-started.html README
 
 %changelog

++ Module-Starter-1.56.tar.gz - Module-Starter-1.58.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.56/Changes 
new/Module-Starter-1.58/Changes
--- old/Module-Starter-1.56/Changes 2011-04-07 16:09:58.0 +0200
+++ new/Module-Starter-1.58/Changes 2011-07-02 14:59:07.0 +0200
@@ -1,5 +1,15 @@
 Revision history for Perl extension Module::Starter
 
+1.58Sat Jul  2 15:58:46 2011
+
+* Added prereq on Path::Class (RT #68360).
+* Doc fixes by Nicholas Bamber and Salvatore Bonaccorso (RT #68385).
+
+1.57Tue Apr 12 11:07:01 IDT 2011
+
+* No functional changes.
+* Removing English from unnecessary tests that confuse a tester.
+
 1.56Thu Apr  7 17:01:11 IDT 2011
 
 * No functional changes, productionizing.
@@ -10,7 +20,7 @@
 will remain an inspiration to many programmers, myself included.
 
 [ENHANCEMENTS]
-Added hooks for distribution building in App. Thanks to Brian D. Foy.
+Added hooks for distribution building in App. Thanks to brian d foy.
 MANIFEST is now created via the proper builder.
 Kept create_MANIFEST to act as hook.
 Added Apache license by pfig.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Starter-1.56/META.yml 
new/Module-Starter-1.58/META.yml
--- old/Module-Starter-1.56/META.yml2011-04-07 16:12:23.0 +0200
+++ new/Module-Starter-1.58/META.yml2011-07-02 15:00:15.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   Module-Starter
-version:1.56
+version:1.58
 abstract:   a simple starter kit for any module
 author:
 - Andy Lester a...@petdance.com
@@ -14,6 +14,7 @@
 ExtUtils::Command:  0
 File::Spec: 0
 Getopt::Long:   0
+Path::Class:0
 Pod::Usage: 1.21
 Test::Harness:  0.21
 Test::More: 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-Module-Starter for openSUSE:Factory

2011-04-11 Thread h_root

Hello community,

here is the log from the commit of package perl-Module-Starter for 
openSUSE:Factory
checked in at Mon Apr 11 11:32:17 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Module-Starter/perl-Module-Starter.changes
2011-04-07 19:30:56.0 +0200
@@ -0,0 +1,35 @@
+---
+Thu Apr  7 17:26:00 UTC 2011 - co...@novell.com
+
+- updated to 1.56
+   Special thanks goes to Andy Lester, who has been, still is and
+   will remain an inspiration to many programmers, myself included.
+  
+   [ENHANCEMENTS]
+   Added hooks for distribution building in App. Thanks to Brian D. Foy.
+   MANIFEST is now created via the proper builder.
+   Kept create_MANIFEST to act as hook.
+   Added Apache license by pfig.
+  
+   * [RT #53539] Refactoring, adding hooks, described above.
+   (Patch provided by brian d. foy)
+  
+   * [RT #27304] Minimal version of perl (5.006)
+   (Patch provided by Alexandr Ciornii)
+  
+   * [RT #53339] ::Simple uses the builder to create the MANIFEST
+  
+   * Moved repository to Github
+  
+   * Some more refactoring in Simple::create_builder()
+
+---
+Wed Dec  1 13:33:44 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Tue Oct 19 08:38:49 UTC 2010 - co...@novell.com
+
+- add perl as explicit buildrequire
+

calling whatdependson for head-i586


New:

  Module-Starter-1.56.tar.gz
  perl-Module-Starter.changes
  perl-Module-Starter.spec



Other differences:
--
++ perl-Module-Starter.spec ++
#
# spec file for package perl-Module-Starter
#
# 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/
#



Name:   perl-Module-Starter
Version:1.56
Release:1
License:GPL+ or Artistic
%define cpan_name Module-Starter
Summary:a simple starter kit for any module
Url:http://search.cpan.org/dist/Module-Starter/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/X/XS/XSAWYERX/Module-Starter-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(Getopt::Long)
Requires:   perl(File::Spec)
Requires:   perl(Getopt::Long)
%{perl_requires}

%description
This is the core module for Module::Starter. If you're not looking to
extend or alter the behavior of this module, you probably want to look at
the module-starter manpage instead.

Module::Starter is used to create a skeletal CPAN distribution, including
basic builder scripts, tests, documentation, and module code. This is done
through just one method, 'create_distro'.

%prep
%setup -q -n %{cpan_name}-%{version}

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

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

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

%files -f %{name}.files
%defattr(-,root,root,755)
%doc %attr(644,-,-) Changes getting-started.html 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