[php-pecl-mongo] update to 1.6.3

Remi Collet remi at fedoraproject.org
Thu Feb 19 05:55:36 UTC 2015


commit bd69ffc8efeef402b787b1ba14a7ea13079b0699
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Feb 19 06:55:24 2015 +0100

    update to 1.6.3

 .gitignore          |    1 +
 php-pecl-mongo.spec |    7 +++++--
 sources             |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ecad8d8..016164b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ clog
 /mongo-php-driver-1.5.8.tar.gz
 /mongo-php-driver-1.6.1.tar.gz
 /mongo-php-driver-1.6.2.tar.gz
+/mongo-php-driver-1.6.3.tar.gz
diff --git a/php-pecl-mongo.spec b/php-pecl-mongo.spec
index 859f4d6..5c5b9ca 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   a0afaec3ed7f92c5cf03d990d8670f9a6a52ee2a
+%global gh_commit   b0bd414d5c008b7914aa26b4173527e2a9e85dda
 %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.6.2
+Version:      1.6.3
 Release:      1%{?dist}
 License:      ASL 2.0
 Group:        Development/Languages
@@ -198,6 +198,9 @@ rm -rf data
 
 
 %changelog
+* Wed Feb 18 2015 Remi Collet <remi at fedoraproject.org> - 1.6.3-1
+- update to 1.6.3 (stable)
+
 * Wed Feb 11 2015 Remi Collet <remi at fedoraproject.org> - 1.6.2-1
 - update to 1.6.2 (stable)
 
diff --git a/sources b/sources
index 9d75d60..743ff62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cab9ffe0c87244ba87cd4a32a0b2262f  mongo-php-driver-1.6.2.tar.gz
+1cec3c26aaced6589472cfb2f607a1cd  mongo-php-driver-1.6.3.tar.gz


More information about the scm-commits mailing list