[php-pecl-mongo] update to 1.5.8

Remi Collet remi at fedoraproject.org
Wed Nov 12 09:03:33 UTC 2014


commit e5ca55d70b13c7585e6eb09cb283f53e10cd6c52
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Nov 12 10:03:22 2014 +0100

    update to 1.5.8

 .gitignore          |    1 +
 php-pecl-mongo.spec |    7 +++++--
 sources             |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cdc193f..96b040e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ clog
 /mongo-php-driver-1.5.5.tar.gz
 /mongo-php-driver-1.5.6.tar.gz
 /mongo-php-driver-1.5.7.tar.gz
+/mongo-php-driver-1.5.8.tar.gz
diff --git a/php-pecl-mongo.spec b/php-pecl-mongo.spec
index a34fead..d441a04 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   859d92201ed3e354912e1a3255f66fbb5d7df1be
+%global gh_commit   a3335ff08327b2c429ad5a2b712ed54b42e90d36
 %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.7
+Version:      1.5.8
 Release:      1%{?dist}
 License:      ASL 2.0
 Group:        Development/Languages
@@ -198,6 +198,9 @@ rm -rf data
 
 
 %changelog
+* Wed Nov 12 2014 Remi Collet <remi at fedoraproject.org> - 1.5.8-1
+- Update to 1.5.8 (stable)
+
 * Tue Sep 16 2014 Remi Collet <remi at fedoraproject.org> - 1.5.7-1
 - Update to 1.5.7 (stable)
 
diff --git a/sources b/sources
index 306356b..4e0c47f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-82275e9d00633a575e7fb0dd07adcff8  mongo-php-driver-1.5.7.tar.gz
+f50e761b9255c5ffcd601b11311cc255  mongo-php-driver-1.5.8.tar.gz


More information about the scm-commits mailing list