[php-pecl-mongo] update to 1.6.4 (stable)

Remi Collet remi at fedoraproject.org
Tue Mar 3 12:27:02 UTC 2015


commit 91c911bf79be5edae61b83cae1ea5d28b452419a
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Mar 3 13:26:55 2015 +0100

    update to 1.6.4 (stable)

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


More information about the scm-commits mailing list