commit perl-JSON for openSUSE:Factory
Hello community, here is the log from the commit of package perl-JSON for openSUSE:Factory checked in at 2018-01-09 14:34:43 Comparing /work/SRC/openSUSE:Factory/perl-JSON (Old) and /work/SRC/openSUSE:Factory/.perl-JSON.new (New) Package is "perl-JSON" Tue Jan 9 14:34:43 2018 rev:22 rq:561821 version:2.97001 Changes: --- /work/SRC/openSUSE:Factory/perl-JSON/perl-JSON.changes 2017-11-23 09:41:32.610799141 +0100 +++ /work/SRC/openSUSE:Factory/.perl-JSON.new/perl-JSON.changes 2018-01-09 14:34:44.323727280 +0100 @@ -1,0 +2,9 @@ +Fri Dec 22 06:31:11 UTC 2017 - co...@suse.com + +- updated to 2.97001 + see /usr/share/doc/packages/perl-JSON/Changes + + 2.97001 2017-12-21 + - updated backportPP with JSON::PP 2.97001 + +--- Old: JSON-2.97000.tar.gz New: JSON-2.97001.tar.gz Other differences: -- ++ perl-JSON.spec ++ --- /var/tmp/diff_new_pack.oAXWHf/_old 2018-01-09 14:34:44.887700824 +0100 +++ /var/tmp/diff_new_pack.oAXWHf/_new 2018-01-09 14:34:44.891700636 +0100 @@ -17,7 +17,7 @@ Name: perl-JSON -Version:2.97000 +Version:2.97001 Release:0 %define cpan_name JSON Summary:JSON (JavaScript Object Notation) encoder/decoder ++ JSON-2.97000.tar.gz -> JSON-2.97001.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/JSON-2.97000/Changes new/JSON-2.97001/Changes --- old/JSON-2.97000/Changes2017-11-20 18:19:16.0 +0100 +++ new/JSON-2.97001/Changes2017-12-21 12:13:48.0 +0100 @@ -1,5 +1,8 @@ Revision history for Perl extension JSON. +2.97001 2017-12-21 +- updated backportPP with JSON::PP 2.97001 + 2.97000 2017-11-21 - updated backportPP with JSON::PP 2.97000 - use 5 digit minor version number for a while to avoid diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/JSON-2.97000/META.json new/JSON-2.97001/META.json --- old/JSON-2.97000/META.json 2017-11-20 18:21:19.0 +0100 +++ new/JSON-2.97001/META.json 2017-12-21 12:14:18.0 +0100 @@ -4,7 +4,7 @@ "Makamaka Hannyaharamitu, Emakamaka[at]cpan.orgE" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.143240", + "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -45,5 +45,6 @@ "url" : "https://github.com/makamaka/JSON"; } }, - "version" : "2.97000" + "version" : "2.97001", + "x_serialization_backend" : "JSON version 2.97001" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/JSON-2.97000/META.yml new/JSON-2.97001/META.yml --- old/JSON-2.97000/META.yml 2017-11-20 18:21:19.0 +0100 +++ new/JSON-2.97001/META.yml 2017-12-21 12:14:18.0 +0100 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.143240' +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 @@ -23,4 +23,5 @@ Test::More: '0' resources: repository: https://github.com/makamaka/JSON -version: '2.97000' +version: '2.97001' +x_serialization_backend: 'CPAN::Meta::YAML version 0.012' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/JSON-2.97000/lib/JSON/backportPP/Boolean.pm new/JSON-2.97001/lib/JSON/backportPP/Boolean.pm --- old/JSON-2.97000/lib/JSON/backportPP/Boolean.pm 2017-11-20 18:16:47.0 +0100 +++ new/JSON-2.97001/lib/JSON/backportPP/Boolean.pm 2017-12-21 12:12:50.0 +0100 @@ -9,7 +9,7 @@ fallback => 1, ); -$JSON::backportPP::Boolean::VERSION = '2.97000'; +$JSON::backportPP::Boolean::VERSION = '2.97001'; 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/JSON-2.97000/lib/JSON/backportPP.pm new/JSON-2.97001/lib/JSON/backportPP.pm --- old/JSON-2.97000/lib/JSON/backportPP.pm 2017-11-20 18:16:47.0 +0100 +++ new/JSON-2.97001/lib/JSON/backportPP.pm 2017-12-21 12:12:50.0 +0100 @@ -15,7 +15,7 @@ use Carp (); #use Devel::Peek; -$JSON::backportPP::VERSION = '2.97000'; +$JSON::backportPP::VERSION = '2.97001'; @JSON::PP::EXPORT = qw(encode_json decode_json from_json to_json); @@ -417,6 +417,8 @@ return; } else { no warnings 'numeric'; +# if the utf8 flag is on, it almos
commit perl-Net-DNS for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Net-DNS for openSUSE:Factory checked in at 2018-01-09 14:34:33 Comparing /work/SRC/openSUSE:Factory/perl-Net-DNS (Old) and /work/SRC/openSUSE:Factory/.perl-Net-DNS.new (New) Package is "perl-Net-DNS" Tue Jan 9 14:34:33 2018 rev:50 rq:561819 version:1.14 Changes: --- /work/SRC/openSUSE:Factory/perl-Net-DNS/perl-Net-DNS.changes 2017-10-28 14:17:23.160981864 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Net-DNS.new/perl-Net-DNS.changes 2018-01-09 14:34:34.196202367 +0100 @@ -1,0 +2,6 @@ +Sat Dec 16 06:37:48 UTC 2017 - co...@suse.com + +- updated to 1.14 + see /usr/share/doc/packages/perl-Net-DNS/Changes + +--- Old: Net-DNS-1.13.tar.gz New: Net-DNS-1.14.tar.gz Other differences: -- ++ perl-Net-DNS.spec ++ --- /var/tmp/diff_new_pack.wm2aoA/_old 2018-01-09 14:34:34.940167468 +0100 +++ /var/tmp/diff_new_pack.wm2aoA/_new 2018-01-09 14:34:34.944167280 +0100 @@ -17,7 +17,7 @@ Name: perl-Net-DNS -Version:1.13 +Version:1.14 Release:0 %define cpan_name Net-DNS Summary:Perl Interface to the Domain Name System ++ Net-DNS-1.13.tar.gz -> Net-DNS-1.14.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-DNS-1.13/Changes new/Net-DNS-1.14/Changes --- old/Net-DNS-1.13/Changes2017-10-18 11:00:36.0 +0200 +++ new/Net-DNS-1.14/Changes2017-12-15 13:25:42.0 +0100 @@ -1,4 +1,16 @@ -$Id: Changes 1604 2017-10-18 09:00:29Z willem $ -*-text-*- +$Id: Changes 1610 2017-12-15 12:25:33Z willem $ -*-text-*- + + + 1.14 Dec 15, 2017 + +Fix rt.cpan.org #123702 + + 'use base' should not be used in packages with several + subpackages defined + +Fix rt.cpan.org #123676 + + Net::DNS::Nameserver malformed message on big axfr 1.13 Oct 18, 2017 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-DNS-1.13/MANIFEST new/Net-DNS-1.14/MANIFEST --- old/Net-DNS-1.13/MANIFEST 2017-10-18 11:00:55.0 +0200 +++ new/Net-DNS-1.14/MANIFEST 2017-12-15 13:25:53.0 +0100 @@ -100,9 +100,9 @@ Makefile.PL MANIFEST This list of files README +t/00-install.t t/00-load.t t/00-pod.t -t/00-version.t t/01-resolver-env.t t/01-resolver-file.t t/01-resolver-flags.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-DNS-1.13/META.json new/Net-DNS-1.14/META.json --- old/Net-DNS-1.13/META.json 2017-10-18 11:00:55.0 +0200 +++ new/Net-DNS-1.14/META.json 2017-12-15 13:25:53.0 +0100 @@ -52,6 +52,6 @@ } }, "release_status" : "stable", - "version" : "1.13", - "x_serialization_backend" : "JSON::PP version 2.27400" + "version" : "1.14", + "x_serialization_backend" : "JSON::PP version 2.27400_02" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-DNS-1.13/META.yml new/Net-DNS-1.14/META.yml --- old/Net-DNS-1.13/META.yml 2017-10-18 11:00:55.0 +0200 +++ new/Net-DNS-1.14/META.yml 2017-12-15 13:25:53.0 +0100 @@ -33,5 +33,5 @@ Test::More: '0.52' Time::Local: '1.19' perl: '5.006' -version: '1.13' -x_serialization_backend: 'CPAN::Meta::YAML version 0.011' +version: '1.14' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-DNS-1.13/Makefile.PL new/Net-DNS-1.14/Makefile.PL --- old/Net-DNS-1.13/Makefile.PL2017-10-18 11:00:36.0 +0200 +++ new/Net-DNS-1.14/Makefile.PL2017-12-15 13:25:42.0 +0100 @@ -1,5 +1,5 @@ # -# $Id: Makefile.PL 1599 2017-10-06 09:02:23Z willem $ -*-perl-*- +# $Id: Makefile.PL 1608 2017-12-07 10:10:38Z willem $ -*-perl-*- # @@ -78,7 +78,7 @@ delete $optional{'Net::DNS::SEC'}; ## Note: MUST NOT be installed automatically -use constant USE_SOCKET_IP => defined eval 'use Socket 1.97; use IO::Socket::IP 0.32; 1;'; +use constant USE_SOCKET_IP => defined eval 'use IO::Socket::IP 0.32; 1;'; use constant USE_SOCKET_INET6 => defined eval 'require IO::Socket::INET6'; @@ -240,9 +240,10 @@ } eval 'require Net::DNS'; + my @version = grep $_, ( 'version', $Net::DNS::VERSION ); my $nameregex = '\W+Net\WDNS.pm$'; - my @installed = grep m/$nameregex/io, values %INC; + my @installed = grep $_ && m/$nameregex/io, values %INC; my %noinstall; foreach (@installed) { @@ -262,7 +263,7 @@ warn <<"AME
commit perl-Archive-Zip for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Archive-Zip for openSUSE:Factory checked in at 2018-01-09 14:34:38 Comparing /work/SRC/openSUSE:Factory/perl-Archive-Zip (Old) and /work/SRC/openSUSE:Factory/.perl-Archive-Zip.new (New) Package is "perl-Archive-Zip" Tue Jan 9 14:34:38 2018 rev:38 rq:561820 version:1.60 Changes: --- /work/SRC/openSUSE:Factory/perl-Archive-Zip/perl-Archive-Zip.changes 2016-08-17 11:57:39.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Archive-Zip.new/perl-Archive-Zip.changes 2018-01-09 14:34:39.659946060 +0100 @@ -1,0 +2,9 @@ +Wed Dec 20 06:04:25 UTC 2017 - co...@suse.com + +- updated to 1.60 + see /usr/share/doc/packages/perl-Archive-Zip/Changes + + 1.60 Tue 19 Dec 2017 + - RT 123913 Wrong shell bang in examples/selfex.pl + +--- Old: Archive-Zip-1.59.tar.gz New: Archive-Zip-1.60.tar.gz Other differences: -- ++ perl-Archive-Zip.spec ++ --- /var/tmp/diff_new_pack.tQhkBf/_old 2018-01-09 14:34:40.371912661 +0100 +++ /var/tmp/diff_new_pack.tQhkBf/_new 2018-01-09 14:34:40.371912661 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Archive-Zip # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,14 +17,14 @@ Name: perl-Archive-Zip -Version:1.59 +Version:1.60 Release:0 %define cpan_name Archive-Zip Summary:Provide an interface to ZIP archive files License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Archive-Zip/ -Source0: http://www.cpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz Source1:cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ Archive-Zip-1.59.tar.gz -> Archive-Zip-1.60.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Archive-Zip-1.59/Changes new/Archive-Zip-1.60/Changes --- old/Archive-Zip-1.59/Changes2016-08-02 19:46:53.0 +0200 +++ new/Archive-Zip-1.60/Changes2017-12-19 19:41:50.0 +0100 @@ -1,5 +1,8 @@ Revision history for Perl extension Archive-Zip +1.60 Tue 19 Dec 2017 +- RT 123913 Wrong shell bang in examples/selfex.pl + 1.58 Tue 2 Aug 2016 - avoid relying on . being in @INC [github/karenetheridge] - update MANIFEST.SKIP [github/haarg] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Archive-Zip-1.59/META.json new/Archive-Zip-1.60/META.json --- old/Archive-Zip-1.59/META.json 2016-08-11 22:06:51.0 +0200 +++ new/Archive-Zip-1.60/META.json 2017-12-19 19:43:30.0 +0100 @@ -4,13 +4,13 @@ "Ned Konz " ], "dynamic_config" : 0, - "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.142060", + "generated_by" : "ExtUtils::MakeMaker version 7.3, 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" : "Archive-Zip", "no_index" : { @@ -65,5 +65,6 @@ "web" : "https://github.com/redhotpenguin/perl-Archive-Zip"; } }, - "version" : "1.59" + "version" : "1.60", + "x_serialization_backend" : "JSON::PP version 2.97000" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Archive-Zip-1.59/META.yml new/Archive-Zip-1.60/META.yml --- old/Archive-Zip-1.59/META.yml 2016-08-11 22:06:51.0 +0200 +++ new/Archive-Zip-1.60/META.yml 2017-12-19 19:43:30.0 +0100 @@ -9,7 +9,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 0 -generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.142060' +generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -35,4 +35,5 @@ resources: bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Archive-Zip repository: https://github.com/redhotpenguin/perl-Archive-Zip.git -version: '1.59' +version: '1.60' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude
commit perl-DBI for openSUSE:Factory
Hello community, here is the log from the commit of package perl-DBI for openSUSE:Factory checked in at 2018-01-09 14:34:48 Comparing /work/SRC/openSUSE:Factory/perl-DBI (Old) and /work/SRC/openSUSE:Factory/.perl-DBI.new (New) Package is "perl-DBI" Tue Jan 9 14:34:48 2018 rev:44 rq:561822 version:1.639 Changes: --- /work/SRC/openSUSE:Factory/perl-DBI/perl-DBI.changes2017-09-04 12:18:36.196986480 +0200 +++ /work/SRC/openSUSE:Factory/.perl-DBI.new/perl-DBI.changes 2018-01-09 14:34:49.219497618 +0100 @@ -1,0 +2,6 @@ +Fri Dec 29 06:13:44 UTC 2017 - co...@suse.com + +- updated to 1.639 + see /usr/share/doc/packages/perl-DBI/Changes + +--- Old: DBI-1.637.tar.gz New: DBI-1.639.tar.gz Other differences: -- ++ perl-DBI.spec ++ --- /var/tmp/diff_new_pack.wiKadr/_old 2018-01-09 14:34:49.755472475 +0100 +++ /var/tmp/diff_new_pack.wiKadr/_new 2018-01-09 14:34:49.755472475 +0100 @@ -17,7 +17,7 @@ Name: perl-DBI -Version:1.637 +Version:1.639 Release:0 %define cpan_name DBI Summary:Database independent interface for Perl @@ -30,7 +30,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Storable) >= 2.16 BuildRequires: perl(Test::Simple) >= 0.90 +Requires: perl(Storable) >= 2.16 %{perl_requires} %description ++ DBI-1.637.tar.gz -> DBI-1.639.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBI-1.637/Changes new/DBI-1.639/Changes --- old/DBI-1.637/Changes 2017-08-14 00:02:28.0 +0200 +++ new/DBI-1.639/Changes 2017-12-28 15:17:04.0 +0100 @@ -6,7 +6,20 @@ =cut -=head2 Changes in DBI 1.637 - ... +=head2 Changes in DBI 1.638 - ... + +Fix UTF-8 support for warn/croak calls within DBI internals, +thanks to pali #53 +Fix dependency on Storable for perl older than 5.8.9, +thanks to H.Merijn Brand. + +Add DBD::Mem driver, a pure-perl in-memory driver using DBI::DBD::SqlEngine, +thanks to Jens Rehsack #42 + +Corrected missing semicolon in example in documentation, +thanks to pali #55 + +=head2 Changes in DBI 1.637 - 16th August 2017 Fix use of externally controlled format string (CWE-134) thanks to pali #44 This could cause a crash if, for example, a db error contained a %. @@ -15,6 +28,7 @@ Fix tests for perl without dot in @INC RT#120443 Fix loss of error message on parent handle, thanks to charsbar #34 Fix disappearing $_ inside callbacks, thanks to robschaber #47 +Fix dependency on Storable for perl older than 5.8.9 Allow objects to be used as passwords without throwing an error, thanks to demerphq #40 Allow $sth NAME_* attributes to be set from Perl code, re #45 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBI-1.637/DBI.pm new/DBI-1.639/DBI.pm --- old/DBI-1.637/DBI.pm2017-08-14 10:04:12.0 +0200 +++ new/DBI-1.639/DBI.pm2017-12-28 15:33:38.0 +0100 @@ -11,7 +11,7 @@ require 5.008_001; BEGIN { -our $XS_VERSION = our $VERSION = "1.637"; # ==> ALSO update the version in the pod text below! +our $XS_VERSION = our $VERSION = "1.639"; # ==> ALSO update the version in the pod text below! $VERSION = eval $VERSION; } @@ -143,7 +143,7 @@ =head2 NOTES -This is the DBI specification that corresponds to DBI version 1.637 +This is the DBI specification that corresponds to DBI version 1.639 (see L for details). The DBI is evolving at a steady pace, so it's good to check that @@ -338,6 +338,7 @@ ing_ => { class => 'DBD::Ingres', }, ix_ => { class => 'DBD::Informix', }, jdbc_=> { class => 'DBD::JDBC', }, + mem_ => { class => 'DBD::Mem',}, mo_ => { class => 'DBD::MO', }, monetdb_ => { class => 'DBD::monetdb',}, msql_=> { class => 'DBD::mSQL', }, @@ -7266,7 +7267,7 @@ # but do it in an eval{} as it may also fail eval { $dbh->rollback }; # add other application on-error-clean-up code here - } + }; If the C attribute is not set, then DBI calls would need to be manually checked for errors, typically like this: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/DBI-1.637/DBI.xs new/DBI-1.639/DBI.xs --- old/DBI-1.637/DBI.xs2017-08-13 22:48:19.0 +0200 +++ new/DBI-1.639/DBI.xs2017-12-28 15:10:30.0 +0100 @@ -85,10 +85,10 @@ #endif #ifndef