[php-nrk-Predis] update to 0.8.6

Remi Collet remi at fedoraproject.org
Wed Jul 16 06:59:46 UTC 2014


commit ba6fc8d383526ea447ae6a1a93b3f4b84fbab9e7
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Jul 16 09:00:01 2014 +0200

    update to 0.8.6

 .gitignore          |    1 +
 php-nrk-Predis.spec |   12 ++++++++----
 sources             |    2 +-
 3 files changed, 10 insertions(+), 5 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 312d7d7..a5883dc 100644
--- a/php-nrk-Predis.spec
+++ b/php-nrk-Predis.spec
@@ -13,8 +13,8 @@
 %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}
 
 Name:           php-nrk-Predis
-Version:        0.8.5
-Release:        2%{?dist}
+Version:        0.8.6
+Release:        1%{?dist}
 Summary:        PHP client library for Redis
 
 Group:          Development/Libraries
@@ -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)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
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