Hello community, here is the log from the commit of package perl-CGI for openSUSE:Factory checked in at 2016-06-25 02:23:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old) and /work/SRC/openSUSE:Factory/.perl-CGI.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CGI" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes 2016-06-19 10:47:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-CGI.new/perl-CGI.changes 2016-06-25 02:23:50.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Jun 23 05:55:54 UTC 2016 - [email protected] + +- updated to 4.31 + see /usr/share/doc/packages/perl-CGI/Changes + +------------------------------------------------------------------- Old: ---- CGI-4.30.tar.gz New: ---- CGI-4.31.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-CGI.spec ++++++ --- /var/tmp/diff_new_pack.NWzn5C/_old 2016-06-25 02:23:51.000000000 +0200 +++ /var/tmp/diff_new_pack.NWzn5C/_new 2016-06-25 02:23:51.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-CGI -Version: 4.30 +Version: 4.31 Release: 0 %define cpan_name CGI Summary: Handle Common Gateway Interface requests and responses @@ -30,11 +30,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(File::Temp) >= 0.17 BuildRequires: perl(HTML::Entities) >= 3.69 BuildRequires: perl(Test::Deep) >= 0.11 BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(Test::Warn) >= 0.3 BuildRequires: perl(parent) >= 0.225 +Requires: perl(File::Temp) >= 0.17 Requires: perl(HTML::Entities) >= 3.69 Requires: perl(Test::Deep) >= 0.11 Requires: perl(Test::More) >= 0.98 ++++++ CGI-4.30.tar.gz -> CGI-4.31.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.30/Changes new/CGI-4.31/Changes --- old/CGI-4.30/Changes 2016-06-09 14:09:54.000000000 +0200 +++ new/CGI-4.31/Changes 2016-06-14 09:05:59.000000000 +0200 @@ -1,4 +1,4 @@ -4.30 2016-06-08 +4.31 2016-06-14 [ FEATURES ] - Add SameSite support to Cookie handling (thanks to pangyre) @@ -21,6 +21,8 @@ - fake using strict and warnings to appease CPANTS Kwalitee + - require File::Temp v0.17+ to get seekable file handles (GH #204) + 4.28 2016-03-14 [ RELEASE NOTES ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.30/META.json new/CGI-4.31/META.json --- old/CGI-4.30/META.json 2016-06-09 14:10:40.000000000 +0200 +++ new/CGI-4.31/META.json 2016-06-14 09:07:26.000000000 +0200 @@ -36,7 +36,7 @@ "Exporter" : "0", "File::Find" : "0", "File::Spec" : "0.82", - "File::Temp" : "0", + "File::Temp" : "0.17", "HTML::Entities" : "3.69", "IO::File" : "0", "IO::Handle" : "0", @@ -68,6 +68,6 @@ "url" : "https://github.com/leejo/CGI.pm" } }, - "version" : "4.30", + "version" : "4.31", "x_serialization_backend" : "JSON::PP version 2.27300" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.30/META.yml new/CGI-4.31/META.yml --- old/CGI-4.30/META.yml 2016-06-09 14:10:40.000000000 +0200 +++ new/CGI-4.31/META.yml 2016-06-14 09:07:26.000000000 +0200 @@ -24,7 +24,7 @@ Exporter: '0' File::Find: '0' File::Spec: '0.82' - File::Temp: '0' + File::Temp: '0.17' HTML::Entities: '3.69' IO::File: '0' IO::Handle: '0' @@ -45,5 +45,5 @@ homepage: https://metacpan.org/module/CGI license: http://dev.perl.org/licenses/ repository: https://github.com/leejo/CGI.pm -version: '4.30' +version: '4.31' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.30/Makefile.PL new/CGI-4.31/Makefile.PL --- old/CGI-4.30/Makefile.PL 2016-05-23 09:58:56.000000000 +0200 +++ new/CGI-4.31/Makefile.PL 2016-06-14 09:05:02.000000000 +0200 @@ -23,7 +23,7 @@ 'File::Spec' => 0.82, 'if' => 0, # core in 5.6.2 and later, for deprecate.pm 'parent' => 0.225, # parent was first released with perl v5.10.1 - 'File::Temp' => 0, # was first released with perl v5.6.1' + 'File::Temp' => 0.17, # 0.17 for seekable file handles 'HTML::Entities' => 3.69, 'Encode' => 0, # Encode was first released with perl v5.7.3 'Config' => 0, # Config was first released with perl 5.00307 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.30/lib/CGI/Carp.pm new/CGI-4.31/lib/CGI/Carp.pm --- old/CGI-4.30/lib/CGI/Carp.pm 2016-06-09 14:06:57.000000000 +0200 +++ new/CGI-4.31/lib/CGI/Carp.pm 2016-06-14 09:06:48.000000000 +0200 @@ -327,7 +327,7 @@ $main::SIG{__WARN__}=\&CGI::Carp::warn; -$CGI::Carp::VERSION = '4.30'; +$CGI::Carp::VERSION = '4.31'; $CGI::Carp::CUSTOM_MSG = undef; $CGI::Carp::DIE_HANDLER = undef; $CGI::Carp::TO_BROWSER = 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.30/lib/CGI/Cookie.pm new/CGI-4.31/lib/CGI/Cookie.pm --- old/CGI-4.30/lib/CGI/Cookie.pm 2016-06-09 14:07:03.000000000 +0200 +++ new/CGI-4.31/lib/CGI/Cookie.pm 2016-06-14 09:06:51.000000000 +0200 @@ -5,7 +5,7 @@ use if $] >= 5.019, 'deprecate'; -our $VERSION='4.30'; +our $VERSION='4.31'; use CGI::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-4.30/lib/CGI/File/Temp.pm new/CGI-4.31/lib/CGI/File/Temp.pm --- old/CGI-4.30/lib/CGI/File/Temp.pm 2016-06-09 14:07:09.000000000 +0200 +++ new/CGI-4.31/lib/CGI/File/Temp.pm 2016-06-14 09:06:53.000000000 +0200 @@ -3,7 +3,7 @@ # you use it directly and your code breaks horribly. package CGI::File::Temp; -$CGI::File::Temp::VERSION = '4.30'; +$CGI::File::Temp::VERSION = '4.31'; use parent File::Temp; use parent Fh; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.30/lib/CGI/Pretty.pm new/CGI-4.31/lib/CGI/Pretty.pm --- old/CGI-4.30/lib/CGI/Pretty.pm 2016-06-09 14:08:36.000000000 +0200 +++ new/CGI-4.31/lib/CGI/Pretty.pm 2016-06-14 09:06:54.000000000 +0200 @@ -6,7 +6,7 @@ use if $] >= 5.019, 'deprecate'; use CGI (); -$CGI::Pretty::VERSION = '4.30'; +$CGI::Pretty::VERSION = '4.31'; $CGI::DefaultClass = __PACKAGE__; @CGI::Pretty::ISA = qw( CGI ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.30/lib/CGI/Push.pm new/CGI-4.31/lib/CGI/Push.pm --- old/CGI-4.30/lib/CGI/Push.pm 2016-06-09 14:08:43.000000000 +0200 +++ new/CGI-4.31/lib/CGI/Push.pm 2016-06-14 09:06:55.000000000 +0200 @@ -6,7 +6,7 @@ use warnings; #/; -$CGI::Push::VERSION='4.30'; +$CGI::Push::VERSION='4.31'; use CGI; use CGI::Util 'rearrange'; @ISA = ('CGI'); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.30/lib/CGI/Util.pm new/CGI-4.31/lib/CGI/Util.pm --- old/CGI-4.30/lib/CGI/Util.pm 2016-06-09 14:08:52.000000000 +0200 +++ new/CGI-4.31/lib/CGI/Util.pm 2016-06-14 09:06:58.000000000 +0200 @@ -6,7 +6,7 @@ our @EXPORT_OK = qw(rearrange rearrange_header make_attributes unescape escape expires ebcdic2ascii ascii2ebcdic); -our $VERSION = '4.30'; +our $VERSION = '4.31'; our $_EBCDIC = "\t" ne "\011"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.30/lib/CGI.pm new/CGI-4.31/lib/CGI.pm --- old/CGI-4.30/lib/CGI.pm 2016-06-09 14:06:50.000000000 +0200 +++ new/CGI-4.31/lib/CGI.pm 2016-06-14 09:07:04.000000000 +0200 @@ -8,7 +8,7 @@ use warnings; #/; -$CGI::VERSION='4.30'; +$CGI::VERSION='4.31'; use CGI::Util qw(rearrange rearrange_header make_attributes unescape escape expires ebcdic2ascii ascii2ebcdic); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.30/lib/Fh.pm new/CGI-4.31/lib/Fh.pm --- old/CGI-4.30/lib/Fh.pm 2016-06-09 14:09:02.000000000 +0200 +++ new/CGI-4.31/lib/Fh.pm 2016-06-14 09:07:09.000000000 +0200 @@ -5,6 +5,6 @@ use strict; use warnings; -$Fh::VERSION = '4.30'; +$Fh::VERSION = '4.31'; 1;
