Hello community, here is the log from the commit of package perl-Mojolicious-Plugin-NYTProf for openSUSE:Factory checked in at 2019-07-02 10:39:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-NYTProf (Old) and /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-NYTProf.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-Mojolicious-Plugin-NYTProf" Tue Jul 2 10:39:33 2019 rev:4 rq:712934 version:0.22 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-NYTProf/perl-Mojolicious-Plugin-NYTProf.changes 2018-10-15 09:42:28.983426793 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-NYTProf.new.4615/perl-Mojolicious-Plugin-NYTProf.changes 2019-07-02 10:39:34.706689790 +0200 @@ -1,0 +2,11 @@ +Mon Jul 1 18:06:02 UTC 2019 - Stephan Kulow <coolo@suse.com> + +- updated to 0.22 + see /usr/share/doc/packages/perl-Mojolicious-Plugin-NYTProf/Changes + + 0.22 2019-07-01 + - Bump Mojolicious version requirement to 8.00 + - Add nonblocking example to ExampleApp + - Document caveats with using async code with profiling + +------------------------------------------------------------------- Old: ---- Mojolicious-Plugin-NYTProf-0.21.tar.gz New: ---- Mojolicious-Plugin-NYTProf-0.22.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Mojolicious-Plugin-NYTProf.spec ++++++ --- /var/tmp/diff_new_pack.pXHtZY/_old 2019-07-02 10:39:35.350690770 +0200 +++ /var/tmp/diff_new_pack.pXHtZY/_new 2019-07-02 10:39:35.354690776 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Mojolicious-Plugin-NYTProf # -# 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,12 +12,12 @@ # 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-Mojolicious-Plugin-NYTProf -Version: 0.21 +Version: 0.22 Release: 0 %define cpan_name Mojolicious-Plugin-NYTProf Summary: Auto handling of Devel::NYTProf in your Mojolicious app @@ -25,23 +25,24 @@ Group: Development/Libraries/Perl Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/L/LE/LEEJO/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Algorithm::Combinatorics) >= 0.27 -BuildRequires: perl(Devel::NYTProf) >= 5.07 +BuildRequires: perl(Devel::NYTProf) >= 6.06 BuildRequires: perl(File::Spec::Functions) >= 3.30 BuildRequires: perl(File::Temp) >= 0.22 BuildRequires: perl(File::Which) >= 1.09 -BuildRequires: perl(Mojolicious) >= 6.00 +BuildRequires: perl(Mojolicious) >= 8.00 BuildRequires: perl(Test::Exception) >= 0.320000 BuildRequires: perl(Time::HiRes) >= 1.9719 -Requires: perl(Devel::NYTProf) >= 5.07 +Requires: perl(Devel::NYTProf) >= 6.06 Requires: perl(File::Spec::Functions) >= 3.30 Requires: perl(File::Temp) >= 0.22 Requires: perl(File::Which) >= 1.09 -Requires: perl(Mojolicious) >= 6.00 +Requires: perl(Mojolicious) >= 8.00 Requires: perl(Time::HiRes) >= 1.9719 %{perl_requires} @@ -54,18 +55,15 @@ %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 %perl_process_packlist -if [ -f %{buildroot}/%{perl_vendorlib}/Mojolicious/Plugin/README.pod ]; then -mv %{buildroot}/%{perl_vendorlib}/Mojolicious/Plugin/README{,-NYTProf}.pod -fi %perl_gen_filelist %files -f %{name}.files ++++++ Mojolicious-Plugin-NYTProf-0.21.tar.gz -> Mojolicious-Plugin-NYTProf-0.22.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.21/Changes new/Mojolicious-Plugin-NYTProf-0.22/Changes --- old/Mojolicious-Plugin-NYTProf-0.21/Changes 2018-10-01 14:28:37.000000000 +0200 +++ new/Mojolicious-Plugin-NYTProf-0.22/Changes 2019-06-28 09:43:58.000000000 +0200 @@ -1,5 +1,10 @@ Revision history for Mojolicious-Plugin-NYTProf +0.22 2019-07-01 + - Bump Mojolicious version requirement to 8.00 + - Add nonblocking example to ExampleApp + - Document caveats with using async code with profiling + 0.21 2018-10-01 - Bump Devel::NYTProf version requirement to 6.06 for recent fixes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.21/META.json new/Mojolicious-Plugin-NYTProf-0.22/META.json --- old/Mojolicious-Plugin-NYTProf-0.21/META.json 2018-10-01 14:29:26.000000000 +0200 +++ new/Mojolicious-Plugin-NYTProf-0.22/META.json 2019-07-01 09:14:36.000000000 +0200 @@ -4,13 +4,13 @@ "Lee Johnson <leejo@cpan.org>" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.36, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "Mojolicious-Plugin-NYTProf", "no_index" : { @@ -38,7 +38,7 @@ "File::Spec::Functions" : "3.30", "File::Temp" : "0.22", "File::Which" : "1.09", - "Mojolicious" : "6.00", + "Mojolicious" : "8.00", "Time::HiRes" : "1.9719", "perl" : "5.010001" } @@ -57,6 +57,6 @@ "url" : "https://github.com/Humanstate/mojolicious-plugin-nytprof" } }, - "version" : "0.21", - "x_serialization_backend" : "JSON::PP version 2.27400_02" + "version" : "0.22", + "x_serialization_backend" : "JSON::PP version 4.02" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.21/META.yml new/Mojolicious-Plugin-NYTProf-0.22/META.yml --- old/Mojolicious-Plugin-NYTProf-0.21/META.yml 2018-10-01 14:29:26.000000000 +0200 +++ new/Mojolicious-Plugin-NYTProf-0.22/META.yml 2019-07-01 09:14:36.000000000 +0200 @@ -9,7 +9,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.36, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -24,7 +24,7 @@ File::Spec::Functions: '3.30' File::Temp: '0.22' File::Which: '1.09' - Mojolicious: '6.00' + Mojolicious: '8.00' Time::HiRes: '1.9719' perl: '5.010001' resources: @@ -32,5 +32,5 @@ homepage: https://metacpan.org/module/Mojolicious::Plugin::NYTProf license: http://dev.perl.org/licenses/ repository: https://github.com/Humanstate/mojolicious-plugin-nytprof -version: '0.21' +version: '0.22' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.21/Makefile.PL new/Mojolicious-Plugin-NYTProf-0.22/Makefile.PL --- old/Mojolicious-Plugin-NYTProf-0.21/Makefile.PL 2018-10-01 14:24:57.000000000 +0200 +++ new/Mojolicious-Plugin-NYTProf-0.22/Makefile.PL 2019-06-28 09:43:56.000000000 +0200 @@ -14,7 +14,7 @@ LICENSE => 'perl', PREREQ_PM => { 'Devel::NYTProf' => '6.06', - 'Mojolicious' => '6.00', + 'Mojolicious' => '8.00', 'File::Which' => '1.09', 'File::Temp' => '0.22', 'Time::HiRes' => '1.9719', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.21/README.md new/Mojolicious-Plugin-NYTProf-0.22/README.md --- old/Mojolicious-Plugin-NYTProf-0.21/README.md 2018-10-01 14:28:05.000000000 +0200 +++ new/Mojolicious-Plugin-NYTProf-0.22/README.md 2019-06-28 09:58:13.000000000 +0200 @@ -10,7 +10,7 @@ # VERSION -0.21 +0.22 # DESCRIPTION @@ -65,6 +65,10 @@ The consequence of this is that you should see profiling only for your routes and rendering code and will not see most of the actual Mojolicious framework detail. +The caveat with the use of hooks is that some hooks can fire out of order, and when +asynchronous code is used in your controllers you may see incomplete/odd profiling +behaviour - you can play around with the hook configuration to try to fix this. + You can override the hooks used to control when the profiling runs, see the CONFIGURATION section below. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.21/README.pod new/Mojolicious-Plugin-NYTProf-0.22/README.pod --- old/Mojolicious-Plugin-NYTProf-0.21/README.pod 2018-10-01 14:27:57.000000000 +0200 +++ new/Mojolicious-Plugin-NYTProf-0.22/README.pod 2019-06-28 09:58:08.000000000 +0200 @@ -10,7 +10,7 @@ =head1 VERSION -0.21 +0.22 =head1 DESCRIPTION @@ -59,7 +59,7 @@ use File::Which; use File::Spec::Functions qw/catfile catdir/; -our $VERSION = '0.21'; +our $VERSION = '0.22'; =head1 METHODS @@ -78,6 +78,10 @@ The consequence of this is that you should see profiling only for your routes and rendering code and will not see most of the actual Mojolicious framework detail. +The caveat with the use of hooks is that some hooks can fire out of order, and when +asynchronous code is used in your controllers you may see incomplete/odd profiling +behaviour - you can play around with the hook configuration to try to fix this. + You can override the hooks used to control when the profiling runs, see the CONFIGURATION section below. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.21/lib/Mojolicious/Plugin/NYTProf.pm new/Mojolicious-Plugin-NYTProf-0.22/lib/Mojolicious/Plugin/NYTProf.pm --- old/Mojolicious-Plugin-NYTProf-0.21/lib/Mojolicious/Plugin/NYTProf.pm 2018-10-01 14:27:57.000000000 +0200 +++ new/Mojolicious-Plugin-NYTProf-0.22/lib/Mojolicious/Plugin/NYTProf.pm 2019-06-28 09:58:08.000000000 +0200 @@ -10,7 +10,7 @@ =head1 VERSION -0.21 +0.22 =head1 DESCRIPTION @@ -59,7 +59,7 @@ use File::Which; use File::Spec::Functions qw/catfile catdir/; -our $VERSION = '0.21'; +our $VERSION = '0.22'; =head1 METHODS @@ -78,6 +78,10 @@ The consequence of this is that you should see profiling only for your routes and rendering code and will not see most of the actual Mojolicious framework detail. +The caveat with the use of hooks is that some hooks can fire out of order, and when +asynchronous code is used in your controllers you may see incomplete/odd profiling +behaviour - you can play around with the hook configuration to try to fix this. + You can override the hooks used to control when the profiling runs, see the CONFIGURATION section below. ++++++ cpanspec.yml ++++++ --- #description_paragraphs: 3 #description: |- # override description from CPAN #summary: override summary from CPAN #no_testing: broken upstream #sources: # - source1 # - source2 #patches: # foo.patch: -p1 # bar.patch: #preamble: |- # BuildRequires: gcc-c++ #post_prep: |- # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL #post_build: |- # rm unused.files #post_install: |- # sed on %{name}.files #license: SUSE-NonFree #skip_noarch: 1 #custom_build: |- #./Build build flags=%{?_smp_mflags} --myflag #custom_test: |- #startserver && make test #ignore_requires: Bizarre::Module