[php-pecl-mongo] update to 1.6.6

Remi Collet remi at fedoraproject.org
Tue Mar 24 12:50:04 UTC 2015


commit 3039c17065b07685c323e1414fc8eed5798b9854
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Mar 24 13:49:59 2015 +0100

    update to 1.6.6

 .gitignore          | 1 +
 php-pecl-mongo.spec | 8 ++++++--
 sources             | 2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b1800e7..a400543 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ clog
 /mongo-php-driver-1.6.3.tar.gz
 /mongo-php-driver-1.6.4.tar.gz
 /mongo-php-driver-1.6.5.tar.gz
+/mongo-php-driver-1.6.6.tar.gz
diff --git a/php-pecl-mongo.spec b/php-pecl-mongo.spec
index 010cbec..6b4b743 100644
--- a/php-pecl-mongo.spec
+++ b/php-pecl-mongo.spec
@@ -4,7 +4,8 @@
 
 %global pecl_name   mongo
 %global with_zts    0%{?__ztsphp:1}
-%global gh_commit   ec3b84c78f4dcb09d5b20b6d23736357daf5d305
+# see https://github.com/mongodb/mongo-php-driver/releases
+%global gh_commit   4c0cfbd501c0c3691bd38b83824ec55eeee2a44a
 %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner    mongodb
 %global gh_project  mongo-php-driver
@@ -19,7 +20,7 @@
 
 Summary:      PHP MongoDB database driver
 Name:         php-pecl-mongo
-Version:      1.6.5
+Version:      1.6.6
 Release:      1%{?dist}
 License:      ASL 2.0
 Group:        Development/Languages
@@ -199,6 +200,9 @@ rm -rf data
 
 
 %changelog
+* Tue Mar 24 2015 Remi Collet <remi at fedoraproject.org> - 1.6.6-1
+- update to 1.6.6 (stable)
+
 * Sat Mar 14 2015 Remi Collet <remi at fedoraproject.org> - 1.6.5-1
 - update to 1.6.5 (stable)
 - openssl-devel required for build
diff --git a/sources b/sources
index 66a9ad3..b3bd7ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-089e8dadd664f7178ca60ccf4d5ea093  mongo-php-driver-1.6.5.tar.gz
+c508938c5d13506659a9425be168ee65  mongo-php-driver-1.6.6.tar.gz


More information about the scm-commits mailing list