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.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-App-CELL.new/perl-App-CELL.changes 2016-09-21 18:49:36.000000000 +0200 @@ -1,0 +2,12 @@ +Wed Sep 14 05:33:48 UTC 2016 - [email protected] + +- updated to 0.222 + see /usr/share/doc/packages/perl-App-CELL/Changes + +------------------------------------------------------------------- +Sat Sep 10 22:00:02 UTC 2016 - [email protected] + +- 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.000000000 +0200 +++ /var/tmp/diff_new_pack.33L6F1/_new 2016-09-21 18:49:37.000000000 +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.000000000 +0200 +++ new/App-CELL-0.222/Build.PL 2016-09-14 07:33:39.000000000 +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.000000000 +0200 +++ new/App-CELL-0.222/Changes 2016-09-14 07:33:39.000000000 +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/META.json --- old/App-CELL-0.220/META.json 2016-09-04 10:09:12.000000000 +0200 +++ new/App-CELL-0.222/META.json 2016-09-14 07:33:39.000000000 +0200 @@ -16,6 +16,7 @@ "prereqs" : { "build" : { "requires" : { + "File::ShareDir::Install" : "0.11", "File::Spec" : "0", "File::Temp" : "0", "Log::Any::Test" : "0", @@ -35,7 +36,7 @@ "Date::Format" : "0", "File::HomeDir" : "0", "File::Next" : "0", - "File::ShareDir" : "1.00", + "File::ShareDir" : "1", "Log::Any" : "0", "Log::Any::Adapter" : "0.1", "Params::Validate" : "0", @@ -47,14 +48,14 @@ "provides" : { "App::CELL" : { "file" : "lib/App/CELL.pm", - "version" : "0.220" + "version" : "0.222" }, "App::CELL::Config" : { "file" : "lib/App/CELL/Config.pm" }, "App::CELL::Guide" : { "file" : "lib/App/CELL/Guide.pm", - "version" : "0.220" + "version" : "0.222" }, "App::CELL::Load" : { "file" : "lib/App/CELL/Load.pm" @@ -90,6 +91,6 @@ "url" : "https://github.com/smithfarm/cell" } }, - "version" : "0.220", + "version" : "0.222", "x_serialization_backend" : "JSON::PP version 2.27203" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-CELL-0.220/META.yml new/App-CELL-0.222/META.yml --- old/App-CELL-0.220/META.yml 2016-09-04 10:09:12.000000000 +0200 +++ new/App-CELL-0.222/META.yml 2016-09-14 07:33:39.000000000 +0200 @@ -3,6 +3,7 @@ author: - 'Smithfarm <[email protected]>' build_requires: + File::ShareDir::Install: '0.11' File::Spec: '0' File::Temp: '0' Log::Any::Test: '0' @@ -22,12 +23,12 @@ provides: App::CELL: file: lib/App/CELL.pm - version: '0.220' + version: '0.222' App::CELL::Config: file: lib/App/CELL/Config.pm App::CELL::Guide: file: lib/App/CELL/Guide.pm - version: '0.220' + version: '0.222' App::CELL::Load: file: lib/App/CELL/Load.pm App::CELL::Log: @@ -46,7 +47,7 @@ Date::Format: '0' File::HomeDir: '0' File::Next: '0' - File::ShareDir: '1.00' + File::ShareDir: '1' Log::Any: '0' Log::Any::Adapter: '0.1' Params::Validate: '0' @@ -56,5 +57,5 @@ bugtracker: https://github.com/smithfarm/cell/issues license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/smithfarm/cell -version: '0.220' +version: '0.222' x_serialization_backend: 'CPAN::Meta::YAML version 0.012' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-CELL-0.220/Makefile.PL new/App-CELL-0.222/Makefile.PL --- old/App-CELL-0.220/Makefile.PL 2016-09-04 10:09:12.000000000 +0200 +++ new/App-CELL-0.222/Makefile.PL 2016-09-14 07:33:39.000000000 +0200 @@ -1,37 +1,34 @@ -use 5.014001; -use strict; -use warnings; +# Note: this file was auto-generated by Module::Build::Compat version 0.4205 +require 5.012; use ExtUtils::MakeMaker; use File::ShareDir::Install; -install_share 'config'; +install_share dist => 'config'; WriteMakefile( - NAME => 'App::CELL', - AUTHOR => q{Smithfarm <[email protected]>}, - VERSION_FROM => 'lib/App/CELL.pm', - ABSTRACT_FROM => 'lib/App/CELL.pm', - PL_FILES => {}, - MIN_PERL_VERSION => 5.014001, - CONFIGURE_REQUIRES => { - 'File::ShareDir::Install' => 0, - }, - BUILD_REQUIRES => { - 'Log::Any::Test' => 0, - }, - PREREQ_PM => { - 'Date::Format' => 0, - 'File::HomeDir' => 0, - 'File::ShareDir' => 0, - 'File::Next' => 0, - 'File::Touch' => 0, - 'Log::Any' => 0, - 'Try::Tiny' => 0, - }, - dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, - clean => { FILES => 'CELL-*' }, + 'NAME' => 'App::CELL', + 'VERSION_FROM' => 'lib/App/CELL.pm', + 'PREREQ_PM' => { + 'Date::Format' => 0, + 'File::HomeDir' => 0, + 'File::Next' => 0, + 'File::ShareDir' => '1.00', + 'File::ShareDir::Install' => '0.11', + 'File::Spec' => 0, + 'File::Temp' => 0, + 'Log::Any' => 0, + 'Log::Any::Adapter' => '0.1', + 'Log::Any::Test' => 0, + 'Params::Validate' => 0, + 'Test::Warnings' => 0, + 'Try::Tiny' => 0 + }, + 'INSTALLDIRS' => 'site', + 'EXE_FILES' => [ + 'bin/CELLdemo.plx' + ], + 'PL_FILES' => {} ); -package MY; +package App::CELL; use File::ShareDir::Install qw(postamble); - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-CELL-0.220/README.rst new/App-CELL-0.222/README.rst --- old/App-CELL-0.220/README.rst 2016-09-04 10:09:12.000000000 +0200 +++ new/App-CELL-0.222/README.rst 2016-09-14 07:33:39.000000000 +0200 @@ -17,25 +17,3 @@ http://metacpan.org/pod/App::CELL -Release management -================== - -First, make sure you have :code:`perl-reversion` and :code:`cpan-uploader` -installed. In openSUSE, this means installing the :code:`perl-Perl-Version` -and :code:`perl-CPAN-Uploader` packages. - -Second, run the :code:`prerelease.sh` script to bump the version number, -commit all outstanding modifications, add a git tag, and append draft -Changes file entry: :: - - $ sh prerelease.sh - -Third, push the changes to GitHub: :: - - $ git push --follow-tags - -Fourth, optionally run the release script to push the release to OBS -and CPAN: :: - - $ sh release.sh - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-CELL-0.220/lib/App/CELL/Guide.pm new/App-CELL-0.222/lib/App/CELL/Guide.pm --- old/App-CELL-0.220/lib/App/CELL/Guide.pm 2016-09-04 10:09:12.000000000 +0200 +++ new/App-CELL-0.222/lib/App/CELL/Guide.pm 2016-09-14 07:33:39.000000000 +0200 @@ -46,11 +46,11 @@ =head1 VERSION -Version 0.220 +Version 0.222 =cut -our $VERSION = '0.220'; +our $VERSION = '0.222'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-CELL-0.220/lib/App/CELL.pm new/App-CELL-0.222/lib/App/CELL.pm --- old/App-CELL-0.220/lib/App/CELL.pm 2016-09-04 10:09:12.000000000 +0200 +++ new/App-CELL-0.222/lib/App/CELL.pm 2016-09-14 07:33:39.000000000 +0200 @@ -54,11 +54,11 @@ =head1 VERSION -Version 0.220 +Version 0.222 =cut -our $VERSION = '0.220'; +our $VERSION = '0.222'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-CELL-0.220/t/001-log.t new/App-CELL-0.222/t/001-log.t --- old/App-CELL-0.220/t/001-log.t 2016-09-04 10:09:12.000000000 +0200 +++ new/App-CELL-0.222/t/001-log.t 2016-09-14 07:33:39.000000000 +0200 @@ -51,6 +51,7 @@ $log->init( debug_mode => 0 ); $status = App::CELL::Status->new( level => 'NOTICE', code => 'CELL_TEST_MESSAGE' ); +diag( Dumper $status ); $log->contains_only_ok( '\(CELL\) NOTICE: This is a test message', "NOTICE test message ok" ); $log->trace("foo");
