Hello community, here is the log from the commit of package perl-CGI-Simple for openSUSE:Factory checked in at 2018-07-28 12:43:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-CGI-Simple (Old) and /work/SRC/openSUSE:Factory/.perl-CGI-Simple.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CGI-Simple" Sat Jul 28 12:43:06 2018 rev:23 rq:625591 version:1.16 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-CGI-Simple/perl-CGI-Simple.changes 2018-03-24 16:13:47.434935485 +0100 +++ /work/SRC/openSUSE:Factory/.perl-CGI-Simple.new/perl-CGI-Simple.changes 2018-07-28 12:43:13.228750886 +0200 @@ -1,0 +2,10 @@ +Thu Jul 26 05:04:41 UTC 2018 - [email protected] + +- updated to 1.16 + see /usr/share/doc/packages/perl-CGI-Simple/Changes + + 1.16 2018-07-25 MANWAR + - Made t/manifest.t AUTHOR only (RT #125383). + - Removed +x bits from test scripts. + +------------------------------------------------------------------- Old: ---- CGI-Simple-1.15.tar.gz New: ---- CGI-Simple-1.16.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-CGI-Simple.spec ++++++ --- /var/tmp/diff_new_pack.QGEvVR/_old 2018-07-28 12:43:14.944754187 +0200 +++ /var/tmp/diff_new_pack.QGEvVR/_new 2018-07-28 12:43:14.944754187 +0200 @@ -17,7 +17,7 @@ Name: perl-CGI-Simple -Version: 1.15 +Version: 1.16 Release: 0 %define cpan_name CGI-Simple Summary: Simple totally OO CGI interface that is CGI.pm compliant @@ -56,7 +56,6 @@ %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Build.PL installdirs=vendor ++++++ CGI-Simple-1.15.tar.gz -> CGI-Simple-1.16.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-Simple-1.15/Changes new/CGI-Simple-1.16/Changes --- old/CGI-Simple-1.15/Changes 2018-03-03 12:06:44.000000000 +0100 +++ new/CGI-Simple-1.16/Changes 2018-07-25 17:13:53.000000000 +0200 @@ -1,5 +1,9 @@ Revision history for Perl extension CGI::Simple. +1.16 2018-07-25 MANWAR + - Made t/manifest.t AUTHOR only (RT #125383). + - Removed +x bits from test scripts. + 1.15 2018-03-04 MANWAR - Resolved issue RT #124646 (use vars → our), thanks @SREZIC. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-Simple-1.15/META.json new/CGI-Simple-1.16/META.json --- old/CGI-Simple-1.15/META.json 2018-03-04 04:41:32.000000000 +0100 +++ new/CGI-Simple-1.16/META.json 2018-07-25 17:16:35.000000000 +0200 @@ -49,6 +49,6 @@ "x_license" : "http://dev.perl.org/licenses/" } }, - "version" : "1.15", + "version" : "1.16", "x_serialization_backend" : "JSON::PP version 2.27400" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-Simple-1.15/META.yml new/CGI-Simple-1.16/META.yml --- old/CGI-Simple-1.15/META.yml 2018-03-04 04:41:32.000000000 +0100 +++ new/CGI-Simple-1.16/META.yml 2018-07-25 17:16:35.000000000 +0200 @@ -25,5 +25,5 @@ Test::NoWarnings: '0' resources: repository: http://github.com/manwar/CGI--Simple.git -version: '1.15' +version: '1.16' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-Simple-1.15/lib/CGI/Simple/Cookie.pm new/CGI-Simple-1.16/lib/CGI/Simple/Cookie.pm --- old/CGI-Simple-1.15/lib/CGI/Simple/Cookie.pm 2018-03-03 12:05:09.000000000 +0100 +++ new/CGI-Simple-1.16/lib/CGI/Simple/Cookie.pm 2018-07-25 17:11:33.000000000 +0200 @@ -13,7 +13,7 @@ use strict; use warnings; use vars '$VERSION'; -$VERSION = '1.15'; +$VERSION = '1.16'; use CGI::Simple::Util qw(rearrange unescape escape); use overload '""' => \&as_string, 'cmp' => \&compare, 'fallback' => 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-Simple-1.15/lib/CGI/Simple/Standard.pm new/CGI-Simple-1.16/lib/CGI/Simple/Standard.pm --- old/CGI-Simple-1.15/lib/CGI/Simple/Standard.pm 2018-03-03 12:05:09.000000000 +0100 +++ new/CGI-Simple-1.16/lib/CGI/Simple/Standard.pm 2018-07-25 17:11:33.000000000 +0200 @@ -8,7 +8,7 @@ $NO_UNDEF_PARAMS $USE_PARAM_SEMICOLONS $HEADERS_ONCE $NPH $DEBUG $NO_NULL $FATAL *in %EXPORT_TAGS $AUTOLOAD ); -$VERSION = "1.15"; +$VERSION = "1.16"; %EXPORT_TAGS = ( ':html' => [qw(:misc)], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-Simple-1.15/lib/CGI/Simple/Util.pm new/CGI-Simple-1.16/lib/CGI/Simple/Util.pm --- old/CGI-Simple-1.15/lib/CGI/Simple/Util.pm 2018-03-03 12:05:09.000000000 +0100 +++ new/CGI-Simple-1.16/lib/CGI/Simple/Util.pm 2018-07-25 17:11:33.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; use vars qw( $VERSION @EXPORT_OK @ISA $UTIL ); -$VERSION = '1.15'; +$VERSION = '1.16'; require Exporter; @ISA = qw( Exporter ); @EXPORT_OK = qw( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-Simple-1.15/lib/CGI/Simple.pm new/CGI-Simple-1.16/lib/CGI/Simple.pm --- old/CGI-Simple-1.15/lib/CGI/Simple.pm 2018-03-03 12:05:09.000000000 +0100 +++ new/CGI-Simple-1.16/lib/CGI/Simple.pm 2018-07-25 17:11:33.000000000 +0200 @@ -13,7 +13,7 @@ $NO_UNDEF_PARAMS, $USE_PARAM_SEMICOLONS, $PARAM_UTF8, $HEADERS_ONCE, $NPH, $DEBUG, $NO_NULL, $FATAL); -$VERSION = "1.15"; +$VERSION = "1.16"; # you can hard code the global variable settings here if you want. # warning - do not delete the unless defined $VAR part unless you @@ -1489,7 +1489,7 @@ =head1 VERSION -This document describes CGI::Simple version 1.15. +This document describes CGI::Simple version 1.16. =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-Simple-1.15/t/manifest.t new/CGI-Simple-1.16/t/manifest.t --- old/CGI-Simple-1.15/t/manifest.t 2018-03-01 16:03:21.000000000 +0100 +++ new/CGI-Simple-1.16/t/manifest.t 2018-07-25 17:10:46.000000000 +0200 @@ -1,10 +1,10 @@ use strict; use warnings; use Test::More; - + +plan skip_all => 'Required for author.' unless ($ENV{AUTHOR_TESTING}); eval 'use Test::DistManifest 1.012'; plan skip_all => 'Test::DistManifest 1.012 required to test MANIFEST' if $@; manifest_ok(); # vim:ts=2:sw=2:et:ft=perl -
