Hello community, here is the log from the commit of package perl-Redis for openSUSE:Factory checked in at 2015-06-16 14:05:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Redis (Old) and /work/SRC/openSUSE:Factory/.perl-Redis.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Redis" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Redis/perl-Redis.changes 2015-04-15 16:23:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Redis.new/perl-Redis.changes 2015-06-16 14:06:02.000000000 +0200 @@ -1,0 +2,11 @@ +Mon Jun 15 09:06:21 UTC 2015 - co...@suse.com + +- updated to 1.979 + see /usr/share/doc/packages/perl-Redis/Changes + + 1.979 2015-05-14 14:28:35CEST+0200 Europe/Amsterdam + + * depends on IO::Socket::Timeout 0.29 that fixes an important bug on + Windows, Solaris, when mixing sockets with and without timeouts. + +------------------------------------------------------------------- Old: ---- Redis-1.978.tar.gz New: ---- Redis-1.979.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Redis.spec ++++++ --- /var/tmp/diff_new_pack.8poN3X/_old 2015-06-16 14:06:03.000000000 +0200 +++ /var/tmp/diff_new_pack.8poN3X/_new 2015-06-16 14:06:03.000000000 +0200 @@ -17,24 +17,25 @@ Name: perl-Redis -Version: 1.978 +Version: 1.979 Release: 0 %define cpan_name Redis Summary: Perl binding for Redis database License: Artistic-2.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Redis/ -Source: http://www.cpan.org/authors/id/D/DA/DAMS/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/D/DA/DAMS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Digest::SHA) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.63_03 -BuildRequires: perl(IO::Socket::Timeout) >= 0.22 +BuildRequires: perl(IO::Socket::Timeout) >= 0.29 BuildRequires: perl(IO::String) BuildRequires: perl(IPC::Cmd) -BuildRequires: perl(Module::Build::Tiny) >= 0.036 +BuildRequires: perl(Module::Build::Tiny) >= 0.039 BuildRequires: perl(Pod::Coverage::TrustPod) BuildRequires: perl(Test::CPAN::Meta) BuildRequires: perl(Test::Deep) @@ -43,7 +44,7 @@ BuildRequires: perl(Test::SharedFork) BuildRequires: perl(Test::TCP) >= 1.19 BuildRequires: perl(Try::Tiny) -Requires: perl(IO::Socket::Timeout) >= 0.22 +Requires: perl(IO::Socket::Timeout) >= 0.29 Requires: perl(Try::Tiny) %{perl_requires} ++++++ Redis-1.978.tar.gz -> Redis-1.979.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Redis-1.978/Build.PL new/Redis-1.979/Build.PL --- old/Redis-1.978/Build.PL 2015-01-28 09:52:33.000000000 +0100 +++ new/Redis-1.979/Build.PL 2015-05-14 14:28:42.000000000 +0200 @@ -1,3 +1,3 @@ use 5.008; -use Module::Build::Tiny 0.036; +use Module::Build::Tiny 0.039; Build_PL(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Redis-1.978/Changes new/Redis-1.979/Changes --- old/Redis-1.978/Changes 2015-01-28 09:52:33.000000000 +0100 +++ new/Redis-1.979/Changes 2015-05-14 14:28:42.000000000 +0200 @@ -1,5 +1,10 @@ Revision history for Redis +1.979 2015-05-14 14:28:35CEST+0200 Europe/Amsterdam + + * depends on IO::Socket::Timeout 0.29 that fixes an important bug on + Windows, Solaris, when mixing sockets with and without timeouts. + 1.978 2015-01-28 09:52:27 Europe/Amsterdam * reshape the documentation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Redis-1.978/MANIFEST new/Redis-1.979/MANIFEST --- old/Redis-1.978/MANIFEST 2015-01-28 09:52:33.000000000 +0100 +++ new/Redis-1.979/MANIFEST 2015-05-14 14:28:42.000000000 +0200 @@ -1,3 +1,4 @@ +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.032. Build.PL Changes LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Redis-1.978/META.json new/Redis-1.979/META.json --- old/Redis-1.978/META.json 2015-01-28 09:52:33.000000000 +0100 +++ new/Redis-1.979/META.json 2015-05-14 14:28:42.000000000 +0200 @@ -5,7 +5,7 @@ "Damien Krotkine <d...@cpan.org>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.005, CPAN::Meta::Converter version 2.132830", + "generated_by" : "Dist::Zilla version 5.032, CPAN::Meta::Converter version 2.143240", "license" : [ "artistic_2" ], @@ -18,7 +18,7 @@ "configure" : { "requires" : { "ExtUtils::MakeMaker" : "6.63_03", - "Module::Build::Tiny" : "0.036" + "Module::Build::Tiny" : "0.039" } }, "develop" : { @@ -30,7 +30,7 @@ }, "runtime" : { "requires" : { - "IO::Socket::Timeout" : "0.22", + "IO::Socket::Timeout" : "0.29", "Try::Tiny" : "0", "perl" : "5.008" } @@ -65,6 +65,6 @@ "web" : "https://github.com/PerlRedis/perl-redis" } }, - "version" : "1.978" + "version" : "1.979" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Redis-1.978/META.yml new/Redis-1.979/META.yml --- old/Redis-1.978/META.yml 2015-01-28 09:52:33.000000000 +0100 +++ new/Redis-1.979/META.yml 2015-05-14 14:28:42.000000000 +0200 @@ -19,20 +19,20 @@ Test::TCP: 1.19 configure_requires: ExtUtils::MakeMaker: 6.63_03 - Module::Build::Tiny: 0.036 + Module::Build::Tiny: 0.039 dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.005, CPAN::Meta::Converter version 2.132830' +generated_by: 'Dist::Zilla version 5.032, CPAN::Meta::Converter version 2.143240' license: artistic_2 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: 1.4 name: Redis requires: - IO::Socket::Timeout: 0.22 + IO::Socket::Timeout: 0.29 Try::Tiny: 0 perl: 5.008 resources: bugtracker: https://github.com/PerlRedis/perl-redis/issues homepage: https://github.com/PerlRedis/perl-redis repository: https://github.com/PerlRedis/perl-redis.git -version: 1.978 +version: 1.979 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Redis-1.978/Makefile.PL new/Redis-1.979/Makefile.PL --- old/Redis-1.978/Makefile.PL 2015-01-28 09:52:33.000000000 +0100 +++ new/Redis-1.979/Makefile.PL 2015-05-14 14:28:42.000000000 +0200 @@ -1,6 +1,15 @@ +# +# This file is part of Redis +# +# This software is Copyright (c) 2015 by Pedro Melo, Damien Krotkine. +# +# This is free software, licensed under: +# +# The Artistic License 2.0 (GPL Compatible) +# # This Makefile.PL for Redis was generated by # Dist::Zilla::Plugin::MakeMaker::Fallback 0.005 -# and Dist::Zilla::Plugin::MakeMaker::Awesome 0.19. +# and Dist::Zilla::Plugin::MakeMaker::Awesome 0.33. # Don't edit it but the dist.ini and plugins used to construct it. use strict; @@ -8,8 +17,6 @@ BEGIN { my %configure_requires = ( - 'ExtUtils::MakeMaker' => '6.63_03', - 'Module::Build::Tiny' => '0.036', ); my @missing = grep { @@ -62,25 +69,25 @@ } use 5.008; - use ExtUtils::MakeMaker 6.63_03; - - my %WriteMakefileArgs = ( "ABSTRACT" => "Perl binding for Redis database", - "AUTHOR" => "Pedro Melo <melo\@cpan.org>, Damien Krotkine <dams\@cpan.org>", - "BUILD_REQUIRES" => {}, + "AUTHOR" => [ + "Pedro Melo <melo\@cpan.org>", + "Damien Krotkine <dams\@cpan.org>" + ], "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => "6.63_03", - "Module::Build::Tiny" => "0.036" + "Module::Build::Tiny" => "0.039" }, "DISTNAME" => "Redis", "EXE_FILES" => [], "LICENSE" => "artistic_2", + "MIN_PERL_VERSION" => "5.008", "NAME" => "Redis", "PREREQ_PM" => { - "IO::Socket::Timeout" => "0.22", + "IO::Socket::Timeout" => "0.29", "Try::Tiny" => 0 }, "TEST_REQUIRES" => { @@ -98,21 +105,22 @@ "Test::SharedFork" => 0, "Test::TCP" => "1.19" }, - "VERSION" => "1.978", + "VERSION" => "1.979", "test" => { "TESTS" => "t/*.t" } ); - my %FallbackPrereqs = ( "Digest::SHA" => 0, + "ExtUtils::MakeMaker" => "6.63_03", "File::Spec" => 0, "IO::Handle" => 0, - "IO::Socket::Timeout" => "0.22", + "IO::Socket::Timeout" => "0.29", "IO::String" => 0, "IPC::Cmd" => 0, "IPC::Open3" => 0, + "Module::Build::Tiny" => "0.039", "Pod::Coverage::TrustPod" => 0, "Test::CPAN::Meta" => 0, "Test::Deep" => 0, @@ -123,7 +131,6 @@ "Try::Tiny" => 0 ); - unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) { delete $WriteMakefileArgs{TEST_REQUIRES}; delete $WriteMakefileArgs{BUILD_REQUIRES}; @@ -134,6 +141,3 @@ unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; WriteMakefile(%WriteMakefileArgs); - - - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Redis-1.978/README new/Redis-1.979/README --- old/Redis-1.978/README 2015-01-28 09:52:33.000000000 +0100 +++ new/Redis-1.979/README 2015-05-14 14:28:42.000000000 +0200 @@ -1,7 +1,7 @@ This archive contains the distribution Redis, -version 1.978: +version 1.979: Perl binding for Redis database @@ -12,3 +12,5 @@ The Artistic License 2.0 (GPL Compatible) +This README file was generated by Dist::Zilla::Plugin::Readme v5.032. + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Redis-1.978/dist.ini new/Redis-1.979/dist.ini --- old/Redis-1.978/dist.ini 2015-01-28 09:52:33.000000000 +0100 +++ new/Redis-1.979/dist.ini 2015-05-14 14:28:42.000000000 +0200 @@ -50,7 +50,7 @@ [PodCoverageTests] [Prereqs] Try::Tiny = 0 -IO::Socket::Timeout = 0.22 +IO::Socket::Timeout = 0.29 [Prereqs / TestRequires] Test::SharedFork = 0 Digest::SHA = 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Redis-1.978/lib/Redis/Hash.pm new/Redis-1.979/lib/Redis/Hash.pm --- old/Redis-1.978/lib/Redis/Hash.pm 2015-01-28 09:52:33.000000000 +0100 +++ new/Redis-1.979/lib/Redis/Hash.pm 2015-05-14 14:28:43.000000000 +0200 @@ -8,10 +8,7 @@ # The Artistic License 2.0 (GPL Compatible) # package Redis::Hash; -{ - $Redis::Hash::VERSION = '1.978'; -} - +$Redis::Hash::VERSION = '1.979'; # ABSTRACT: tie Perl hashes to Redis hashes # VERSION # AUTHORITY @@ -89,7 +86,7 @@ =head1 VERSION -version 1.978 +version 1.979 =head1 DESCRIPTION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Redis-1.978/lib/Redis/List.pm new/Redis-1.979/lib/Redis/List.pm --- old/Redis-1.978/lib/Redis/List.pm 2015-01-28 09:52:33.000000000 +0100 +++ new/Redis-1.979/lib/Redis/List.pm 2015-05-14 14:28:43.000000000 +0200 @@ -8,10 +8,7 @@ # The Artistic License 2.0 (GPL Compatible) # package Redis::List; -{ - $Redis::List::VERSION = '1.978'; -} - +$Redis::List::VERSION = '1.979'; # ABSTRACT: tie Perl arrays to Redis lists # VERSION # AUTHORITY @@ -109,7 +106,7 @@ =head1 VERSION -version 1.978 +version 1.979 =head1 SYNOPSYS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Redis-1.978/lib/Redis/Sentinel.pm new/Redis-1.979/lib/Redis/Sentinel.pm --- old/Redis-1.978/lib/Redis/Sentinel.pm 2015-01-28 09:52:33.000000000 +0100 +++ new/Redis-1.979/lib/Redis/Sentinel.pm 2015-05-14 14:28:43.000000000 +0200 @@ -8,10 +8,7 @@ # The Artistic License 2.0 (GPL Compatible) # package Redis::Sentinel; -{ - $Redis::Sentinel::VERSION = '1.978'; -} - +$Redis::Sentinel::VERSION = '1.979'; # ABSTRACT: Redis Sentinel interface use warnings; @@ -57,7 +54,7 @@ =head1 VERSION -version 1.978 +version 1.979 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Redis-1.978/lib/Redis.pm new/Redis-1.979/lib/Redis.pm --- old/Redis-1.978/lib/Redis.pm 2015-01-28 09:52:33.000000000 +0100 +++ new/Redis-1.979/lib/Redis.pm 2015-05-14 14:28:42.000000000 +0200 @@ -8,10 +8,7 @@ # The Artistic License 2.0 (GPL Compatible) # package Redis; -{ - $Redis::VERSION = '1.978'; -} - +$Redis::VERSION = '1.979'; # ABSTRACT: Perl binding for Redis database # VERSION # AUTHORITY @@ -907,7 +904,7 @@ =head1 VERSION -version 1.978 +version 1.979 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Redis-1.978/t/release-distmeta.t new/Redis-1.979/t/release-distmeta.t --- old/Redis-1.978/t/release-distmeta.t 2015-01-28 09:52:33.000000000 +0100 +++ new/Redis-1.979/t/release-distmeta.t 2015-05-14 14:28:43.000000000 +0200 @@ -16,9 +16,8 @@ } } +# This file was automatically generated by Dist::Zilla::Plugin::MetaTests. -use Test::More; +use Test::CPAN::Meta; -eval "use Test::CPAN::Meta"; -plan skip_all => "Test::CPAN::Meta required for testing META.yml" if $@; meta_yaml_ok(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Redis-1.978/t/release-pod-coverage.t new/Redis-1.979/t/release-pod-coverage.t --- old/Redis-1.978/t/release-pod-coverage.t 2015-01-28 09:52:33.000000000 +0100 +++ new/Redis-1.979/t/release-pod-coverage.t 2015-05-14 14:28:43.000000000 +0200 @@ -16,15 +16,9 @@ } } +# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests. -use Test::More; - -eval "use Test::Pod::Coverage 1.08"; -plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage" - if $@; - -eval "use Pod::Coverage::TrustPod"; -plan skip_all => "Pod::Coverage::TrustPod required for testing POD coverage" - if $@; +use Test::Pod::Coverage 1.08; +use Pod::Coverage::TrustPod; all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' }); ++++++ cpanspec.yml ++++++ --- #description_paragraphs: 3 #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_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