commit perl-App-CELL for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package perl-App-CELL for openSUSE:Factory 
checked in at 2020-02-14 16:38:41

Comparing /work/SRC/openSUSE:Factory/perl-App-CELL (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-CELL.new.26092 (New)


Package is "perl-App-CELL"

Fri Feb 14 16:38:41 2020 rev:4 rq:774207 version:0.229

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-CELL/perl-App-CELL.changes  
2020-02-11 22:25:42.915577759 +0100
+++ /work/SRC/openSUSE:Factory/.perl-App-CELL.new.26092/perl-App-CELL.changes   
2020-02-14 16:38:49.895634464 +0100
@@ -1,0 +2,11 @@
+Thu Feb 13 03:07:11 UTC 2020 -  
+
+- updated to 0.229
+   see /usr/share/doc/packages/perl-App-CELL/Changes
+
+  
+  0.229 2020-02-12 12:13 CET
+  - Qualify all calls to CORE::caller()
+  - t/034-status-dump.t: use Test::Output
+
+---

Old:

  App-CELL-0.228.tar.gz

New:

  App-CELL-0.229.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-App-CELL.spec ++
--- /var/tmp/diff_new_pack.7yh31G/_old  2020-02-14 16:38:50.503634803 +0100
+++ /var/tmp/diff_new_pack.7yh31G/_new  2020-02-14 16:38:50.503634803 +0100
@@ -17,14 +17,15 @@
 
 
 Name:   perl-App-CELL
-Version:0.228
+Version:0.229
 Release:0
 %define cpan_name App-CELL
 Summary:Configuration, Error-handling, Localization, and Logging
 License:BSD-3-Clause
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/App-CELL/
-Source0:App-CELL-0.228.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/S/SM/SMITHFARM/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -40,6 +41,7 @@
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Params::Validate)
 BuildRequires:  perl(Software::License)
+BuildRequires:  perl(Test::Output)
 BuildRequires:  perl(Test::Warnings)
 BuildRequires:  perl(Try::Tiny)
 Requires:   perl(Date::Format)
@@ -57,14 +59,14 @@
 Error-handling, Localization, and Logging framework for applications (or
 scripts) written in Perl.
 
-For details, read the POD in the the App::CELL manpage distro. For an
-introduction, read the App::CELL::Guide manpage.
+For details, read the POD in the App::CELL distro. For an introduction,
+read App::CELL::Guide.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build build flags=%{?_smp_mflags}
 
 %check
@@ -76,6 +78,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes config LICENSE README.rst WISHLIST
+%doc Changes README.rst WISHLIST
+%license LICENSE
 
 %changelog

++ App-CELL-0.228.tar.gz -> App-CELL-0.229.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-CELL-0.228/Build.PL new/App-CELL-0.229/Build.PL
--- old/App-CELL-0.228/Build.PL 2020-02-11 19:36:45.0 +0100
+++ new/App-CELL-0.229/Build.PL 2020-02-12 12:13:39.0 +0100
@@ -25,6 +25,8 @@
 'File::Spec' => 0,
 'File::Temp' => 0,
 'Params::Validate'   => 0,
+'Test::More' => 0,
+'Test::Output'   => 0,
 'Test::Warnings' => 0,
 'Try::Tiny'  => 0,
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-CELL-0.228/Changes new/App-CELL-0.229/Changes
--- old/App-CELL-0.228/Changes  2020-02-11 19:36:45.0 +0100
+++ new/App-CELL-0.229/Changes  2020-02-12 12:13:39.0 +0100
@@ -902,3 +902,7 @@
 - README.rst: mention "Check Manifest" tests explicitly
 - travis: try Perl 5.28 in addition to 5.24
 
+0.229 2020-02-12 12:13 CET
+- Qualify all calls to CORE::caller()
+- t/034-status-dump.t: use Test::Output
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-CELL-0.228/META.json new/App-CELL-0.229/META.json
--- old/App-CELL-0.228/META.json2020-02-11 19:36:45.0 +0100
+++ new/App-CELL-0.229/META.json2020-02-12 12:13:39.0 +0100
@@ -21,6 +21,8 @@
 "File::Temp" : "0",
 "Log::Any::Test" : "0",
 "Params::Validate" : "0",
+"Test::More" : "0",
+"Test::Output" : "0",
 "Test::Warnings" : "0",
 "Try::Tiny" : "0"
  }
@@ -49,14 +51,14 @@
"provides" : {
   "App::CELL" : {
  "file" : "lib/App/CELL.pm",
- "version" : "0.228"
+ "version" : "0.229"
   },
   "App::CELL::Con

commit perl-App-CELL for openSUSE:Factory

2020-02-11 Thread root
Hello community,

here is the log from the commit of package perl-App-CELL for openSUSE:Factory 
checked in at 2020-02-11 22:24:37

Comparing /work/SRC/openSUSE:Factory/perl-App-CELL (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-CELL.new.26092 (New)


Package is "perl-App-CELL"

Tue Feb 11 22:24:37 2020 rev:3 rq:773511 version:0.228

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-CELL/perl-App-CELL.changes  
2016-09-21 18:49:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-App-CELL.new.26092/perl-App-CELL.changes   
2020-02-11 22:25:42.915577759 +0100
@@ -1,0 +2,18 @@
+Tue Feb 11 18:36:49 UTC 2020 - Nathan Cutler 
+
+- updated to 0.228
+   see /usr/share/doc/packages/perl-App-CELL/Changes
+
+---
+Mon Feb 10 22:00:50 UTC 2020 - Nathan Cutler 
+
+- updated to 0.225
+   see /usr/share/doc/packages/perl-App-CELL/Changes
+
+---
+Mon Feb 10 21:51:51 UTC 2020 - Nathan Cutler 
+
+- updated to 0.223
+   see /usr/share/doc/packages/perl-App-CELL/Changes
+
+---

Old:

  App-CELL-0.222.tar.gz

New:

  App-CELL-0.228.tar.gz



Other differences:
--
++ perl-App-CELL.spec ++
--- /var/tmp/diff_new_pack.2WoMp7/_old  2020-02-11 22:25:43.651578163 +0100
+++ /var/tmp/diff_new_pack.2WoMp7/_new  2020-02-11 22:25:43.651578163 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-CELL
 #
-# Copyright (c) 2016 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,19 +12,19 @@
 # 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-App-CELL
-Version:0.222
+Version:0.228
 Release:0
 %define cpan_name App-CELL
 Summary:Configuration, Error-handling, Localization, and Logging
 License:BSD-3-Clause
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/App-CELL/
-Source0:App-CELL-0.222.tar.gz
+Source0:App-CELL-0.228.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -57,8 +57,8 @@
 Error-handling, Localization, and Logging framework for applications (or
 scripts) written in Perl.
 
-For details, read the POD in the App::CELL distro. For an introduction,
-read App::CELL::Guide.
+For details, read the POD in the the App::CELL manpage distro. For an
+introduction, read the App::CELL::Guide manpage.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ App-CELL-0.222.tar.gz -> App-CELL-0.228.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-CELL-0.222/Build.PL new/App-CELL-0.228/Build.PL
--- old/App-CELL-0.222/Build.PL 2016-09-14 07:33:39.0 +0200
+++ new/App-CELL-0.228/Build.PL 2020-02-11 19:36:45.0 +0100
@@ -15,6 +15,7 @@
 dist => [ 'config' ], 
 },
 configure_requires => {
+'File::ShareDir::Install' => 0.11,
 'Module::Build'  => 0,
 'Software::License'  => 0,
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-CELL-0.222/Changes new/App-CELL-0.228/Changes
--- old/App-CELL-0.222/Changes  2016-09-14 07:33:39.0 +0200
+++ new/App-CELL-0.228/Changes  2020-02-11 19:36:45.0 +0100
@@ -869,3 +869,36 @@
 0.222 2016-09-14 07:32 CEST
 - build/ops: use File::ShareDir::Install in Makefile.PL
 
+0.223 2020-02-10 22:47 CET
+- Status: tweak whitespace in copyright notice
+- small spelling fixes in POD
+- cleanup: config/CELL_Config.pm: unify whitespace in set calls
+- README.rst: add more links to POD documentation
+- README.rst: attempt a bullet list
+- bin/CELLdemo.plx: fix demo script
+- Load.pm: make set() take flexible number of arguments
+
+0.224 2020-02-10 22:57 CET
+- Build.PL: add File::ShareDir::Install to configure_requires
+- Makefile.PL: delete the file
+
+0.225 2020-02-10 23:00 CET
+- MANIFEST: drop Makefile.PL
+
+0.226 2020-02-11 15:13 CET
+- bin: fix CELLdemo.plx script
+- Status.pm: implement dump method
+
+0.227 2020-02-11 17:53 CET
+- CELLdemo.plx: move to example/ directory
+- cleanup: add "cell => 1" to more log messages
+- CELL.pm: stop referring to non-existent variable
+- Guide.pm: mention how to log to STDERR
+

commit perl-App-CELL for openSUSE:Factory

2016-09-21 Thread h_root
Hello community,

here is the log from the commit of package perl-App-CELL for openSUSE:Factory 
checked in at 2016-09-21 18:49:34

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


Package is "perl-App-CELL"

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-CELL/perl-App-CELL.changes  
2016-09-17 14:39:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-App-CELL.new/perl-App-CELL.changes 
2016-09-21 18:49:36.0 +0200
@@ -1,0 +2,12 @@
+Wed Sep 14 05:33:48 UTC 2016 - ncut...@suse.com
+
+- updated to 0.222
+   see /usr/share/doc/packages/perl-App-CELL/Changes
+
+---
+Sat Sep 10 22:00:02 UTC 2016 - ncut...@suse.com
+
+- updated to 0.221
+   see /usr/share/doc/packages/perl-App-CELL/Changes
+
+---

Old:

  App-CELL-0.220.tar.gz

New:

  App-CELL-0.222.tar.gz



Other differences:
--
++ perl-App-CELL.spec ++
--- /var/tmp/diff_new_pack.33L6F1/_old  2016-09-21 18:49:37.0 +0200
+++ /var/tmp/diff_new_pack.33L6F1/_new  2016-09-21 18:49:37.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-App-CELL
-Version:0.220
+Version:0.222
 Release:0
 %define cpan_name App-CELL
 Summary:Configuration, Error-handling, Localization, and Logging
 License:BSD-3-Clause
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/App-CELL/
-Source0:App-CELL-0.220.tar.gz
+Source0:App-CELL-0.222.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -32,7 +32,8 @@
 BuildRequires:  perl(Date::Format)
 BuildRequires:  perl(File::HomeDir)
 BuildRequires:  perl(File::Next)
-BuildRequires:  perl(File::ShareDir)
+BuildRequires:  perl(File::ShareDir) >= 1
+BuildRequires:  perl(File::ShareDir::Install) >= 0.11
 BuildRequires:  perl(Log::Any)
 BuildRequires:  perl(Log::Any::Adapter) >= 0.1
 BuildRequires:  perl(Log::Any::Test)
@@ -44,7 +45,7 @@
 Requires:   perl(Date::Format)
 Requires:   perl(File::HomeDir)
 Requires:   perl(File::Next)
-Requires:   perl(File::ShareDir)
+Requires:   perl(File::ShareDir) >= 1
 Requires:   perl(Log::Any)
 Requires:   perl(Log::Any::Adapter) >= 0.1
 Requires:   perl(Params::Validate)
@@ -56,8 +57,8 @@
 Error-handling, Localization, and Logging framework for applications (or
 scripts) written in Perl.
 
-For details, read the POD in the the App::CELL manpage distro. For an
-introduction, read the App::CELL::Guide manpage.
+For details, read the POD in the App::CELL distro. For an introduction,
+read App::CELL::Guide.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ App-CELL-0.220.tar.gz -> App-CELL-0.222.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-CELL-0.220/Build.PL new/App-CELL-0.222/Build.PL
--- old/App-CELL-0.220/Build.PL 2016-09-04 10:09:12.0 +0200
+++ new/App-CELL-0.222/Build.PL 2016-09-14 07:33:39.0 +0200
@@ -20,6 +20,7 @@
 },
 build_requires => { 
 'Log::Any::Test' => 0,
+'File::ShareDir::Install' => 0.11,
 'File::Spec' => 0,
 'File::Temp' => 0,
 'Params::Validate'   => 0,
@@ -28,10 +29,9 @@
 },
 requires   => {
 'perl'  => 5.012,
-#'Data::Structure::Util' => 0,
 'Date::Format'  => 0,
 'File::HomeDir' => 0,
-'File::ShareDir'=> 0,
+'File::ShareDir'=> 1.0,
 'File::Next'=> 0,
 'Log::Any'  => 0,
 'Log::Any::Adapter' => 0.10,
@@ -45,6 +45,7 @@
 }
 },
 add_to_cleanup => [ 'App-CELL-*' ],
+# create_makefile_pl => 'traditional',
 );
 
 $build->create_build_script;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-CELL-0.220/Changes new/App-CELL-0.222/Changes
--- old/App-CELL-0.220/Changes  2016-09-04 10:09:12.0 +0200
+++ new/App-CELL-0.222/Changes  2016-09-14 07:33:39.0 +0200
@@ -862,3 +862,10 @@
 - MANIFEST.SKIP: avoid Perl Critic and Travis config files
 - test: try using TRAVIS_PERL_VERSION to detect Travis
 
+0.221 2016-09-10 23:56 CEST
+- README.rst: drop Release management section
+- build/ops: regenerate Makefile.PL (CPANtesters)
+
+0.222 2016-09-14 07:32 CEST
+- build/ops: use File::ShareDir::Install in Makefile.PL
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-CELL-0.220/META.json new/App-CELL-0.222/

commit perl-App-CELL for openSUSE:Factory

2016-09-17 Thread h_root
Hello community,

here is the log from the commit of package perl-App-CELL for openSUSE:Factory 
checked in at 2016-09-17 14:39:24

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


Package is "perl-App-CELL"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.perl-App-CELL.new/perl-App-CELL.changes 
2016-09-17 14:39:25.0 +0200
@@ -0,0 +1,270 @@
+---
+Sun Sep  4 08:13:26 UTC 2016 - ncut...@suse.com
+
+- add _service to automate Version increment in spec file 
+
+---
+Sun Sep  4 07:56:47 UTC 2016 - ncut...@suse.com
+
+- updated to 0.220
+   see /usr/share/doc/packages/perl-App-CELL/Changes
+
+---
+Fri Sep  2 10:57:04 UTC 2016 - tampak...@opensuse.org
+
+- updated to 0.219
+   see /usr/share/doc/packages/perl-App-CELL/Changes
+
+---
+Thu Jul 30 15:51:10 UTC 2015 - ncut...@suse.com
+
+- add Params::Validate dependency 
+
+---
+Mon Jul 27 09:39:43 UTC 2015 - ncut...@suse.com
+
+- Eliminate File::Touch dependency 
+
+---
+Tue Apr 14 08:17:53 UTC 2015 - ncut...@suse.com
+
+- fix spec file 
+
+---
+Tue Apr 14 07:46:27 UTC 2015 - ncut...@suse.com
+
+- Update to 0.210
+
+---
+Tue Apr  7 15:49:42 UTC 2015 - ncut...@suse.com
+
+- Update to 0.209
+
+---
+Thu Feb 12 13:00:27 UTC 2015 - ncut...@suse.com
+
+- Update to 0.207
+
+---
+Wed Feb 11 12:50:15 UTC 2015 - ncut...@suse.com
+
+- Update to 0.206
+
+---
+Fri Jan 16 07:11:45 UTC 2015 - ncut...@suse.com
+
+- Update to 0.205
+
+---
+Tue Dec 23 17:39:10 UTC 2014 - ncut...@suse.com
+
+- Update to 0.204
+
+---
+Fri Nov 28 16:51:04 UTC 2014 - ncut...@suse.com
+
+- Update to 0.202
+
+---
+Wed Nov  5 13:58:32 UTC 2014 - ncut...@suse.com
+
+- Update to 0.201
+
+---
+Wed Oct 22 07:05:40 UTC 2014 - ncut...@suse.com
+
+- Update to 0.200
+
+---
+Fri Oct 17 09:57:09 UTC 2014 - ncut...@suse.com
+
+- Update to 0.199
+
+---
+Wed Oct 15 08:30:35 UTC 2014 - ncut...@suse.com
+
+- Update to 0.197
+
+---
+Wed Oct 15 08:29:28 UTC 2014 - ncut...@suse.com
+
+- Update to 0.197
+
+---
+Tue Aug 12 13:34:19 UTC 2014 - ncut...@suse.com
+
+- Update to 0.196
+
+---
+Mon Aug 11 10:06:56 UTC 2014 - ncut...@suse.com
+
+- Update to 0.195
+
+---
+Wed Jul 23 09:26:41 UTC 2014 - ncut...@suse.com
+
+- spec file fix for CI 
+
+---
+Wed Jul 23 08:25:45 UTC 2014 - ncut...@suse.com
+
+- require Log::Any::Adapter 
+
+---
+Wed Jul 23 07:01:31 UTC 2014 - ncut...@suse.com
+
+- require Data::Structure::Util
+
+---
+Wed Jul 23 07:01:04 UTC 2014 - ncut...@suse.com
+
+- updated to 0.194
+
+---
+Wed Jul 23 07:00:30 UTC 2014 - ncut...@suse.com
+
+- Update to 0.194
+
+---
+Wed Jul 23 05:52:40 UTC 2014 - ncut...@suse.com
+
+- Update to 0.193
+
+---
+Wed Jul 23 05:10:59 UTC 2014 - ncut...@suse.com
+
+- Update to 0.191
+
+---
+Tue Jul 15 07:58:11 UTC 2014 - ncut...@suse.com
+
+- Update to 0.190
+
+---
+Fri Jul 11 11:22:37 UTC 2014 - ncut...@suse.com
+
+- Update to 0.189
+
+-