[php-pecl-mongo] pdate to 1.6.1 (stable)

Remi Collet remi at fedoraproject.org
Thu Feb 5 15:50:06 UTC 2015


commit 7489253e741421710a785e3365eb5c861bedf4f2
Author: Remi Collet <rcollet at redhat.com>
Date:   Thu Feb 5 16:49:54 2015 +0100

    pdate to 1.6.1 (stable)

 .gitignore          |    1 +
 php-pecl-mongo.spec |    7 +++++--
 sources             |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 96b040e..06c7fab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ clog
 /mongo-php-driver-1.5.6.tar.gz
 /mongo-php-driver-1.5.7.tar.gz
 /mongo-php-driver-1.5.8.tar.gz
+/mongo-php-driver-1.6.1.tar.gz
diff --git a/php-pecl-mongo.spec b/php-pecl-mongo.spec
index d441a04..6a728c5 100644
--- a/php-pecl-mongo.spec
+++ b/php-pecl-mongo.spec
@@ -4,7 +4,7 @@
 
 %global pecl_name   mongo
 %global with_zts    0%{?__ztsphp:1}
-%global gh_commit   a3335ff08327b2c429ad5a2b712ed54b42e90d36
+%global gh_commit   a4a1565531cda0ce42f6d29378e7e665005f6674
 %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner    mongodb
 %global gh_project  mongo-php-driver
@@ -19,7 +19,7 @@
 
 Summary:      PHP MongoDB database driver
 Name:         php-pecl-mongo
-Version:      1.5.8
+Version:      1.6.1
 Release:      1%{?dist}
 License:      ASL 2.0
 Group:        Development/Languages
@@ -198,6 +198,9 @@ rm -rf data
 
 
 %changelog
+* Thu Feb  5 2015 Remi Collet <remi at fedoraproject.org> - 1.6.1-1
+- Update to 1.6.1 (stable)
+
 * Wed Nov 12 2014 Remi Collet <remi at fedoraproject.org> - 1.5.8-1
 - Update to 1.5.8 (stable)
 
diff --git a/sources b/sources
index 4e0c47f..636038f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f50e761b9255c5ffcd601b11311cc255  mongo-php-driver-1.5.8.tar.gz
+8ab712a660b7e7d6144e8b4eb009cc71  mongo-php-driver-1.6.1.tar.gz


More information about the scm-commits mailing list