Hello community,

here is the log from the commit of package perl-Redis for openSUSE:Factory 
checked in at 2015-08-27 08:57:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-16 
14:06:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Redis.new/perl-Redis.changes       
2015-08-27 08:57:54.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Aug 24 09:08:15 UTC 2015 - co...@suse.com
+
+- updated to 1.980
+   see /usr/share/doc/packages/perl-Redis/Changes
+
+  1.980     2015-08-24 09:48:08CEST+0200 Europe/Paris
+     * fix "set" documentation as per Emanuele Tomasi <e...@libersoft.it> 
suggestion
+
+-------------------------------------------------------------------

Old:
----
  Redis-1.979.tar.gz

New:
----
  Redis-1.980.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Redis.spec ++++++
--- /var/tmp/diff_new_pack.MQU2KC/_old  2015-08-27 08:57:55.000000000 +0200
+++ /var/tmp/diff_new_pack.MQU2KC/_new  2015-08-27 08:57:55.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Redis
-Version:        1.979
+Version:        1.980
 Release:        0
 %define cpan_name Redis
 Summary:        Perl binding for Redis database

++++++ Redis-1.979.tar.gz -> Redis-1.980.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.979/Changes new/Redis-1.980/Changes
--- old/Redis-1.979/Changes     2015-05-14 14:28:42.000000000 +0200
+++ new/Redis-1.980/Changes     2015-08-24 09:48:14.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for Redis
 
+1.980     2015-08-24 09:48:08CEST+0200 Europe/Paris
+   * fix "set" documentation as per Emanuele Tomasi <e...@libersoft.it> 
suggestion
+
 1.979     2015-05-14 14:28:35CEST+0200 Europe/Amsterdam
 
    * depends on IO::Socket::Timeout 0.29 that fixes an important bug on
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.979/META.json new/Redis-1.980/META.json
--- old/Redis-1.979/META.json   2015-05-14 14:28:42.000000000 +0200
+++ new/Redis-1.980/META.json   2015-08-24 09:48:14.000000000 +0200
@@ -65,6 +65,6 @@
          "web" : "https://github.com/PerlRedis/perl-redis";
       }
    },
-   "version" : "1.979"
+   "version" : "1.980"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.979/META.yml new/Redis-1.980/META.yml
--- old/Redis-1.979/META.yml    2015-05-14 14:28:42.000000000 +0200
+++ new/Redis-1.980/META.yml    2015-08-24 09:48:14.000000000 +0200
@@ -35,4 +35,4 @@
   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.979
+version: 1.980
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.979/Makefile.PL new/Redis-1.980/Makefile.PL
--- old/Redis-1.979/Makefile.PL 2015-05-14 14:28:42.000000000 +0200
+++ new/Redis-1.980/Makefile.PL 2015-08-24 09:48:14.000000000 +0200
@@ -105,7 +105,7 @@
     "Test::SharedFork" => 0,
     "Test::TCP" => "1.19"
   },
-  "VERSION" => "1.979",
+  "VERSION" => "1.980",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.979/README new/Redis-1.980/README
--- old/Redis-1.979/README      2015-05-14 14:28:42.000000000 +0200
+++ new/Redis-1.980/README      2015-08-24 09:48:14.000000000 +0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Redis,
-version 1.979:
+version 1.980:
 
   Perl binding for Redis database
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.979/lib/Redis/Hash.pm 
new/Redis-1.980/lib/Redis/Hash.pm
--- old/Redis-1.979/lib/Redis/Hash.pm   2015-05-14 14:28:43.000000000 +0200
+++ new/Redis-1.980/lib/Redis/Hash.pm   2015-08-24 09:48:14.000000000 +0200
@@ -8,7 +8,7 @@
 #   The Artistic License 2.0 (GPL Compatible)
 #
 package Redis::Hash;
-$Redis::Hash::VERSION = '1.979';
+$Redis::Hash::VERSION = '1.980';
 # ABSTRACT: tie Perl hashes to Redis hashes
 # VERSION
 # AUTHORITY
@@ -86,7 +86,7 @@
 
 =head1 VERSION
 
-version 1.979
+version 1.980
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.979/lib/Redis/List.pm 
new/Redis-1.980/lib/Redis/List.pm
--- old/Redis-1.979/lib/Redis/List.pm   2015-05-14 14:28:43.000000000 +0200
+++ new/Redis-1.980/lib/Redis/List.pm   2015-08-24 09:48:14.000000000 +0200
@@ -8,7 +8,7 @@
 #   The Artistic License 2.0 (GPL Compatible)
 #
 package Redis::List;
-$Redis::List::VERSION = '1.979';
+$Redis::List::VERSION = '1.980';
 # ABSTRACT: tie Perl arrays to Redis lists
 # VERSION
 # AUTHORITY
@@ -106,7 +106,7 @@
 
 =head1 VERSION
 
-version 1.979
+version 1.980
 
 =head1 SYNOPSYS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.979/lib/Redis/Sentinel.pm 
new/Redis-1.980/lib/Redis/Sentinel.pm
--- old/Redis-1.979/lib/Redis/Sentinel.pm       2015-05-14 14:28:43.000000000 
+0200
+++ new/Redis-1.980/lib/Redis/Sentinel.pm       2015-08-24 09:48:14.000000000 
+0200
@@ -8,7 +8,7 @@
 #   The Artistic License 2.0 (GPL Compatible)
 #
 package Redis::Sentinel;
-$Redis::Sentinel::VERSION = '1.979';
+$Redis::Sentinel::VERSION = '1.980';
 # ABSTRACT: Redis Sentinel interface
 
 use warnings;
@@ -54,7 +54,7 @@
 
 =head1 VERSION
 
-version 1.979
+version 1.980
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.979/lib/Redis.pm new/Redis-1.980/lib/Redis.pm
--- old/Redis-1.979/lib/Redis.pm        2015-05-14 14:28:42.000000000 +0200
+++ new/Redis-1.980/lib/Redis.pm        2015-08-24 09:48:14.000000000 +0200
@@ -8,7 +8,7 @@
 #   The Artistic License 2.0 (GPL Compatible)
 #
 package Redis;
-$Redis::VERSION = '1.979';
+$Redis::VERSION = '1.980';
 # ABSTRACT: Perl binding for Redis database
 # VERSION
 # AUTHORITY
@@ -904,7 +904,7 @@
 
 =head1 VERSION
 
-version 1.979
+version 1.980
 
 =head1 SYNOPSIS
 
@@ -1703,9 +1703,11 @@
 
 =head2 set
 
-  $r->set(key, value, [EX seconds], [PX milliseconds], [NX|XX])
+  $r->set(key, value, ['EX',  seconds], ['PX', milliseconds], ['NX'|'XX'])
 
-Set the string value of a key (see L<http://redis.io/commands/set>)
+Set the string value of a key (see L<http://redis.io/commands/set>). Example:
+
+  $r->set('key', 'test', 'EX', 60, 'NX')
 
 =head2 setbit
 


Reply via email to