[php-nrk-Predis/f20] update to 0.8.6

Remi Collet remi at fedoraproject.org
Wed Jul 16 07:09:07 UTC 2014


commit 846c634745bdb247a8b52e4f2dd7b3c754ad07e2
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Jul 16 09:09:22 2014 +0200

    update to 0.8.6

 .gitignore          |    1 +
 php-nrk-Predis.spec |   10 +++++++---
 sources             |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e2ff0d3..1ff111d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Predis-0.8.3.tgz
 /Predis-0.8.4.tgz
 /Predis-0.8.5.tgz
+/Predis-0.8.6.tgz
diff --git a/php-nrk-Predis.spec b/php-nrk-Predis.spec
index dbb7e3f..b1cf335 100644
--- a/php-nrk-Predis.spec
+++ b/php-nrk-Predis.spec
@@ -13,7 +13,7 @@
 %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}
 
 Name:           php-nrk-Predis
-Version:        0.8.5
+Version:        0.8.6
 Release:        1%{?dist}
 Summary:        PHP client library for Redis
 
@@ -44,6 +44,7 @@ Requires:       php-pear(PEAR)
 Requires:       php-channel(%{pear_channel})
 
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
+Provides:       php-composer(predis/predis) = %{version}
 
 
 %description
@@ -99,9 +100,8 @@ if [ -f $pidfile ]; then
 fi
 
 exit $ret
-
 %else
-: Test disabled, missing '--with tests' option.
+: Test disabled
 %endif
 
 
@@ -124,6 +124,10 @@ fi
 
 
 %changelog
+* Wed Jul 16 2014 Remi Collet <remi at fedoraproject.org> - 0.8.6-1
+- Update to 0.8.6
+- provides php-composer(predis/predis)
+
 * Thu Jan 16 2014 Remi Collet <remi at fedoraproject.org> - 0.8.5-1
 - Update to 0.8.5 (stable)
 - don't run tests (need latest redis server)
diff --git a/sources b/sources
index aa6028e..16f0753 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df449beea208ceb4a988901962735a2c  Predis-0.8.5.tgz
+b5fa0d90e7654a8f7fa3da505a8e7f9c  Predis-0.8.6.tgz


More information about the scm-commits mailing list