Hello community,
here is the log from the commit of package perl-Mojolicious-Plugin-NYTProf for
openSUSE:Factory checked in at 2018-10-15 09:40:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-NYTProf (Old)
and /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-NYTProf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Mojolicious-Plugin-NYTProf"
Mon Oct 15 09:40:55 2018 rev:3 rq:641413 version:0.21
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-NYTProf/perl-Mojolicious-Plugin-NYTProf.changes
2018-05-30 14:45:36.392082449 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-NYTProf.new/perl-Mojolicious-Plugin-NYTProf.changes
2018-10-15 09:42:28.983426793 +0200
@@ -1,0 +2,6 @@
+Fri Oct 12 08:36:24 UTC 2018 - Dirk Stoecker <[email protected]>
+
+- Update to 0.21
+ only rename pod file when it is installed
+
+-------------------------------------------------------------------
Old:
----
Mojolicious-Plugin-NYTProf-0.20.tar.gz
New:
----
Mojolicious-Plugin-NYTProf-0.21.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Mojolicious-Plugin-NYTProf.spec ++++++
--- /var/tmp/diff_new_pack.gAKnjO/_old 2018-10-15 09:42:29.751426090 +0200
+++ /var/tmp/diff_new_pack.gAKnjO/_new 2018-10-15 09:42:29.755426087 +0200
@@ -17,14 +17,14 @@
Name: perl-Mojolicious-Plugin-NYTProf
-Version: 0.20
+Version: 0.21
Release: 0
%define cpan_name Mojolicious-Plugin-NYTProf
Summary: Auto handling of Devel::NYTProf in your Mojolicious app
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Mojolicious-Plugin-NYTProf/
-Source0:
http://www.cpan.org/authors/id/L/LE/LEEJO/%{cpan_name}-%{version}.tar.gz
+Url: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/L/LE/LEEJO/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -63,7 +63,9 @@
%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.20.tar.gz ->
Mojolicious-Plugin-NYTProf-0.21.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.20/Changes
new/Mojolicious-Plugin-NYTProf-0.21/Changes
--- old/Mojolicious-Plugin-NYTProf-0.20/Changes 2016-05-17 08:07:23.000000000
+0200
+++ new/Mojolicious-Plugin-NYTProf-0.21/Changes 2018-10-01 14:28:37.000000000
+0200
@@ -1,5 +1,8 @@
Revision history for Mojolicious-Plugin-NYTProf
+0.21 2018-10-01
+ - Bump Devel::NYTProf version requirement to 6.06 for recent fixes
+
0.20 2016-05-17
- Transfer repo from G3S to Humanstate
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.20/META.json
new/Mojolicious-Plugin-NYTProf-0.21/META.json
--- old/Mojolicious-Plugin-NYTProf-0.20/META.json 2016-05-17
08:11:30.000000000 +0200
+++ new/Mojolicious-Plugin-NYTProf-0.21/META.json 2018-10-01
14:29:26.000000000 +0200
@@ -4,7 +4,7 @@
"Lee Johnson <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter
version 2.150005",
+ "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter
version 2.150010",
"license" : [
"perl_5"
],
@@ -34,7 +34,7 @@
},
"runtime" : {
"requires" : {
- "Devel::NYTProf" : "5.07",
+ "Devel::NYTProf" : "6.06",
"File::Spec::Functions" : "3.30",
"File::Temp" : "0.22",
"File::Which" : "1.09",
@@ -57,6 +57,6 @@
"url" : "https://github.com/Humanstate/mojolicious-plugin-nytprof"
}
},
- "version" : "0.20",
- "x_serialization_backend" : "JSON::PP version 2.27300"
+ "version" : "0.21",
+ "x_serialization_backend" : "JSON::PP version 2.27400_02"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.20/META.yml
new/Mojolicious-Plugin-NYTProf-0.21/META.yml
--- old/Mojolicious-Plugin-NYTProf-0.20/META.yml 2016-05-17
08:11:30.000000000 +0200
+++ new/Mojolicious-Plugin-NYTProf-0.21/META.yml 2018-10-01
14:29:26.000000000 +0200
@@ -9,7 +9,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter
version 2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -20,7 +20,7 @@
- t
- inc
requires:
- Devel::NYTProf: '5.07'
+ Devel::NYTProf: '6.06'
File::Spec::Functions: '3.30'
File::Temp: '0.22'
File::Which: '1.09'
@@ -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.20'
+version: '0.21'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.20/Makefile.PL
new/Mojolicious-Plugin-NYTProf-0.21/Makefile.PL
--- old/Mojolicious-Plugin-NYTProf-0.20/Makefile.PL 2016-05-12
16:34:22.000000000 +0200
+++ new/Mojolicious-Plugin-NYTProf-0.21/Makefile.PL 2018-10-01
14:24:57.000000000 +0200
@@ -13,7 +13,7 @@
AUTHOR => 'Lee Johnson <[email protected]>',
LICENSE => 'perl',
PREREQ_PM => {
- 'Devel::NYTProf' => '5.07',
+ 'Devel::NYTProf' => '6.06',
'Mojolicious' => '6.00',
'File::Which' => '1.09',
'File::Temp' => '0.22',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.20/README.md
new/Mojolicious-Plugin-NYTProf-0.21/README.md
--- old/Mojolicious-Plugin-NYTProf-0.20/README.md 2016-05-17
08:07:09.000000000 +0200
+++ new/Mojolicious-Plugin-NYTProf-0.21/README.md 2018-10-01
14:28:05.000000000 +0200
@@ -10,7 +10,7 @@
# VERSION
-0.20
+0.21
# DESCRIPTION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.20/README.pod
new/Mojolicious-Plugin-NYTProf-0.21/README.pod
--- old/Mojolicious-Plugin-NYTProf-0.20/README.pod 2016-05-17
08:11:01.000000000 +0200
+++ new/Mojolicious-Plugin-NYTProf-0.21/README.pod 2018-10-01
14:27:57.000000000 +0200
@@ -10,7 +10,7 @@
=head1 VERSION
-0.20
+0.21
=head1 DESCRIPTION
@@ -59,7 +59,7 @@
use File::Which;
use File::Spec::Functions qw/catfile catdir/;
-our $VERSION = '0.20';
+our $VERSION = '0.21';
=head1 METHODS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/Mojolicious-Plugin-NYTProf-0.20/lib/Mojolicious/Plugin/NYTProf.pm
new/Mojolicious-Plugin-NYTProf-0.21/lib/Mojolicious/Plugin/NYTProf.pm
--- old/Mojolicious-Plugin-NYTProf-0.20/lib/Mojolicious/Plugin/NYTProf.pm
2016-05-17 08:11:01.000000000 +0200
+++ new/Mojolicious-Plugin-NYTProf-0.21/lib/Mojolicious/Plugin/NYTProf.pm
2018-10-01 14:27:57.000000000 +0200
@@ -10,7 +10,7 @@
=head1 VERSION
-0.20
+0.21
=head1 DESCRIPTION
@@ -59,7 +59,7 @@
use File::Which;
use File::Spec::Functions qw/catfile catdir/;
-our $VERSION = '0.20';
+our $VERSION = '0.21';
=head1 METHODS