From 0db78cca477cd4e65db7553273efb791ae182828 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <[email protected]>
Date: Mon, 5 Sep 2016 13:15:31 +0200
Subject: 1.991 bump

---
 .gitignore           |  1 +
 perl-Redis.spec      |  7 +++++--
 redis_fix_test.patch | 26 --------------------------
 sources              |  2 +-
 4 files changed, 7 insertions(+), 29 deletions(-)
 delete mode 100644 redis_fix_test.patch

diff --git a/.gitignore b/.gitignore
index 012cdcc..f7f74c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /Redis-1.979.tar.gz
 /Redis-1.981.tar.gz
 /Redis-1.982.tar.gz
+/Redis-1.991.tar.gz
diff --git a/perl-Redis.spec b/perl-Redis.spec
index 9b5de27..e738ecd 100644
--- a/perl-Redis.spec
+++ b/perl-Redis.spec
@@ -1,6 +1,6 @@
 Name:           perl-Redis
-Version:        1.982
-Release:        2%{?dist}
+Version:        1.991
+Release:        1%{?dist}
 Summary:        Perl binding for Redis database
 License:        ASL 2.0
 Group:          Development/Libraries
@@ -122,6 +122,9 @@ kill -TERM `cat $RPM_BUILD_ROOT/redis.pid`
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 05 2016 Jitka Plesnikova <[email protected]> - 1.991-1
+- 1.991 bump
+
 * Sun May 15 2016 Jitka Plesnikova <[email protected]> - 1.982-2
 - Perl 5.24 rebuild
 
diff --git a/redis_fix_test.patch b/redis_fix_test.patch
deleted file mode 100644
index 5f5d6cf..0000000
--- a/redis_fix_test.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/lib/Redis/Sentinel.pm b/lib/Redis/Sentinel.pm
-index c0094e5..85d2b10 100644
---- a/lib/Redis/Sentinel.pm
-+++ b/lib/Redis/Sentinel.pm
-@@ -55,7 +55,7 @@ and C<service>, which are silently ignored.
- 
- =head1 METHODS
- 
--All the methods of the C<Redis> package are supported, plus the aditional 
following methods:
-+All the methods of the C<Redis> package are supported, plus the additional 
following methods:
- 
- =head2 get_service_address
- 
-diff --git a/t/05-nonblock.t b/t/05-nonblock.t
-index f02a039..2ee8c49 100644
---- a/t/05-nonblock.t
-+++ b/t/05-nonblock.t
-@@ -32,7 +32,7 @@ subtest 'non-block UNIX' => sub {
-   ## But kill if we block
-   local $SIG{ALRM} = sub { kill 9, $$ };
-   alarm(2);
--  ok(!Redis::__try_read_sock($r->{sock}), "Nothing to read, didn't block");
-+  ok(!$r->__try_read_sock($r->{sock}), "Nothing to read, didn't block");
-   alarm(0);
- };
- 
diff --git a/sources b/sources
index 44e4a2d..e91c963 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dedaa148036f71cdde848a258264527d  Redis-1.982.tar.gz
+d7c494f1504da2d3273eb0c96a2d889b  Redis-1.991.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Redis.git/commit/?h=f25&id=0db78cca477cd4e65db7553273efb791ae182828
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to