commit perl-App-CELL for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-App-CELL for openSUSE:Factory checked in at 2022-06-28 15:23:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-App-CELL (Old) and /work/SRC/openSUSE:Factory/.perl-App-CELL.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-App-CELL" Tue Jun 28 15:23:07 2022 rev:5 rq:985583 version:0.231 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-App-CELL/perl-App-CELL.changes 2020-02-14 16:38:49.895634464 +0100 +++ /work/SRC/openSUSE:Factory/.perl-App-CELL.new.1548/perl-App-CELL.changes 2022-06-28 15:23:27.142039122 +0200 @@ -1,0 +2,11 @@ +Tue Jun 28 12:09:08 UTC 2022 - Dirk Stoecker <opensuse@dstoecker.de> + +- updated to 0.231 + - MANIFEST.SKIP: add bootstrap.sh + - bootstrap.sh: install cpanspec package + + 0.230 2022-06-28 11:18 CEST + - CONTRIBUTING.rst: add new file + - bootstrap.sh: add new file and update README.rst + +------------------------------------------------------------------- @@ -7 +17,0 @@ - @@ -311 +320,0 @@ - Old: ---- App-CELL-0.229.tar.gz New: ---- App-CELL-0.231.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-App-CELL.spec ++++++ --- /var/tmp/diff_new_pack.5YEZKj/_old 2022-06-28 15:23:27.558039743 +0200 +++ /var/tmp/diff_new_pack.5YEZKj/_new 2022-06-28 15:23:27.566039755 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-App-CELL # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # +%define cpan_name App-CELL Name: perl-App-CELL -Version: 0.229 +Version: 0.231 Release: 0 -%define cpan_name App-CELL -Summary: Configuration, Error-handling, Localization, and Logging License: BSD-3-Clause -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +Summary: Configuration, Error-handling, Localization, and Logging +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 BuildRequires: perl-macros BuildRequires: perl(Date::Format) @@ -63,7 +61,7 @@ read App::CELL::Guide. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Build.PL installdirs=vendor @@ -77,8 +75,7 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes README.rst WISHLIST +%doc Changes CONTRIBUTING.rst README.rst WISHLIST %license LICENSE %changelog ++++++ App-CELL-0.229.tar.gz -> App-CELL-0.231.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-CELL-0.229/CONTRIBUTING.rst new/App-CELL-0.231/CONTRIBUTING.rst --- old/App-CELL-0.229/CONTRIBUTING.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/App-CELL-0.231/CONTRIBUTING.rst 2022-06-28 12:05:52.000000000 +0200 @@ -0,0 +1,62 @@ +======================================== +Submitting Patches to Date::Holidays::CZ +======================================== + +If you have a patch that fixes an issue, feel free to open a GitHub pull request +("PR") targeting the "master" branch, but do read this document first, as it +contains important information for ensuring that your PR passes code review +smoothly. + +Sign your work +-------------- + +The sign-off is a simple line at the end of the explanation for the +commit, which certifies that you wrote it or otherwise have the right to +pass it on as a open-source patch. The rules are pretty simple: if you +can certify the below: + +Developer's Certificate of Origin 1.1 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +By making a contribution to this project, I certify that: + + (a) The contribution was created in whole or in part by me and I + have the right to submit it under the open source license + indicated in the file; or + + (b) The contribution is based upon previous work that, to the best + of my knowledge, is covered under an appropriate open source + license and I have the right under that license to submit that + work with modifications, whether created in whole or in part + by me, under the same open source license (unless I am + permitted to submit under a different license), as indicated + in the file; or + + (c) The contribution was provided directly to me by some other + person who certified (a), (b) or (c) and I have not modified + it. + + (d) I understand and agree that this project and the contribution + are public and that a record of the contribution (including all + personal information I submit with it, including my sign-off) is + maintained indefinitely and may be redistributed consistent with + this project or the open source license(s) involved. + +then you just add a line saying :: + + Signed-off-by: Random J Developer <random@developer.example.org> + +using your real name (sorry, no pseudonyms or anonymous contributions.) + +Git can sign off on your behalf +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Please note that git makes it trivially easy to sign commits. First, set the +following config options:: + + $ git config --list | grep user + user.email=my_real_email_address@example.com + user.name=My Real Name + +Then just remember to use ``git commit -s``. Git will add the ``Signed-off-by`` +line automatically. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-CELL-0.229/Changes new/App-CELL-0.231/Changes --- old/App-CELL-0.229/Changes 2020-02-12 12:13:39.000000000 +0100 +++ new/App-CELL-0.231/Changes 2022-06-28 12:05:52.000000000 +0200 @@ -906,3 +906,11 @@ - Qualify all calls to CORE::caller() - t/034-status-dump.t: use Test::Output +0.230 2022-06-28 11:18 CEST +- CONTRIBUTING.rst: add new file +- bootstrap.sh: add new file and update README.rst + +0.231 2022-06-28 12:05 CEST +- MANIFEST.SKIP: add bootstrap.sh +- bootstrap.sh: install cpanspec package + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-CELL-0.229/MANIFEST new/App-CELL-0.231/MANIFEST --- old/App-CELL-0.229/MANIFEST 2020-02-12 12:13:39.000000000 +0100 +++ new/App-CELL-0.231/MANIFEST 2022-06-28 12:05:52.000000000 +0200 @@ -5,6 +5,7 @@ config/CELL_MetaConfig.pm config/CELL_SiteConfig.pm config/README +CONTRIBUTING.rst lib/App/CELL.pm lib/App/CELL/Config.pm lib/App/CELL/Guide.pm diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-CELL-0.229/MANIFEST.SKIP new/App-CELL-0.231/MANIFEST.SKIP --- old/App-CELL-0.229/MANIFEST.SKIP 2020-02-12 12:13:39.000000000 +0100 +++ new/App-CELL-0.231/MANIFEST.SKIP 2022-06-28 12:05:52.000000000 +0200 @@ -66,7 +66,6 @@ \bBuild.COM$ \bBUILD.COM$ \bbuild.com$ -^MANIFEST\.SKIP # Avoid archives of this distribution \bApp-Dochazka-Common-[\d\.\_]+ @@ -82,3 +81,6 @@ # Avoid perlcritic, travis config files \B\.perlcriticrc\b \B\.travis.yml\b + +# Avoid bootstrap.sh +\bbootstrap.sh$ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-CELL-0.229/META.json new/App-CELL-0.231/META.json --- old/App-CELL-0.229/META.json 2020-02-12 12:13:39.000000000 +0100 +++ new/App-CELL-0.231/META.json 2022-06-28 12:05:52.000000000 +0200 @@ -51,14 +51,14 @@ "provides" : { "App::CELL" : { "file" : "lib/App/CELL.pm", - "version" : "0.229" + "version" : "0.231" }, "App::CELL::Config" : { "file" : "lib/App/CELL/Config.pm" }, "App::CELL::Guide" : { "file" : "lib/App/CELL/Guide.pm", - "version" : "0.229" + "version" : "0.231" }, "App::CELL::Load" : { "file" : "lib/App/CELL/Load.pm" @@ -94,6 +94,6 @@ "url" : "https://github.com/smithfarm/cell" } }, - "version" : "0.229", + "version" : "0.231", "x_serialization_backend" : "JSON::PP version 2.27400_02" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-CELL-0.229/META.yml new/App-CELL-0.231/META.yml --- old/App-CELL-0.229/META.yml 2020-02-12 12:13:39.000000000 +0100 +++ new/App-CELL-0.231/META.yml 2022-06-28 12:05:52.000000000 +0200 @@ -26,12 +26,12 @@ provides: App::CELL: file: lib/App/CELL.pm - version: '0.229' + version: '0.231' App::CELL::Config: file: lib/App/CELL/Config.pm App::CELL::Guide: file: lib/App/CELL/Guide.pm - version: '0.229' + version: '0.231' App::CELL::Load: file: lib/App/CELL/Load.pm App::CELL::Log: @@ -60,5 +60,5 @@ bugtracker: https://github.com/smithfarm/cell/issues license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/smithfarm/cell -version: '0.229' +version: '0.231' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-CELL-0.229/README.rst new/App-CELL-0.231/README.rst --- old/App-CELL-0.229/README.rst 2020-02-12 12:13:39.000000000 +0100 +++ new/App-CELL-0.231/README.rst 2022-06-28 12:05:52.000000000 +0200 @@ -2,8 +2,7 @@ App::CELL ========= -.. image:: https://travis-ci.org/smithfarm/cell.svg?branch=master - :target: https://travis-ci.org/smithfarm/cell +.. image:: https://travis-ci.org/smithfarm/cell.svg?branch=master :target: https://travis-ci.org/smithfarm/cell .. image:: https://badge.fury.io/pl/App-CELL.svg :target: https://badge.fury.io/pl/App-CELL @@ -12,6 +11,7 @@ Configuration, Error-handling, Localization, and Logging "framework" -------------------------------------------------------------------- + General Documentation ===================== @@ -26,28 +26,37 @@ * http://metacpan.org/pod/App::CELL::Test * http://metacpan.org/pod/App::CELL::Test::LogToFile + +Contributor Documentation +========================= + +All would-be contributors should first read ``CONTRIBUTING.rst``. + + Maintainer Documentation ======================== Read on only if you are a maintainer of ``App::CELL`` -How to run tests ----------------- +How to build and run tests +-------------------------- -After cloning the git repo, you'll need to install all of the -dependencies shown in Build.PL -- either using distro packages -or ``cpanm``. +First, install build and runtime dependencies. This can be done either by +installing packages from your favorite Linux distribution or direct from CPAN +using a tool such as ``cpanm``. -Since ``App::CELL`` needs its configuration files installed -in the system in order to run, install it:: +Second, build and install the distro: $ perl Build.PL ; ./Build ; sudo ./Build install -Then:: +Third, run the tests: $ prove -l t/ +To ease the pain, a script called ``bootstrap.sh`` is provided. This script +automates all three of the steps just described. + To include the "Perl Critic" and "Check Manifest" tests, do:: $ sudo cpanm Test::Perl::Critic diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-CELL-0.229/lib/App/CELL/Guide.pm new/App-CELL-0.231/lib/App/CELL/Guide.pm --- old/App-CELL-0.229/lib/App/CELL/Guide.pm 2020-02-12 12:13:39.000000000 +0100 +++ new/App-CELL-0.231/lib/App/CELL/Guide.pm 2022-06-28 12:05:52.000000000 +0200 @@ -46,11 +46,11 @@ =head1 VERSION -Version 0.229 +Version 0.231 =cut -our $VERSION = '0.229'; +our $VERSION = '0.231'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/App-CELL-0.229/lib/App/CELL.pm new/App-CELL-0.231/lib/App/CELL.pm --- old/App-CELL-0.229/lib/App/CELL.pm 2020-02-12 12:13:39.000000000 +0100 +++ new/App-CELL-0.231/lib/App/CELL.pm 2022-06-28 12:05:52.000000000 +0200 @@ -54,11 +54,11 @@ =head1 VERSION -Version 0.229 +Version 0.231 =cut -our $VERSION = '0.229'; +our $VERSION = '0.231';
participants (1)
-
Source-Sync