summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongo.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-08-25 20:08:51 +0200
committerRemi Collet <fedora@famillecollet.com>2015-08-25 20:08:51 +0200
commit3531b880e2045646fd8576be9767c330325da9f7 (patch)
treec7acbe8d12b5427b1e962ff4f81242974fca5db1 /php-pecl-mongo.spec
parent9c7bb6888db60fd173ed624715b6a6eb322fb17c (diff)
php-pecl-mongo: 1.6.11
Diffstat (limited to 'php-pecl-mongo.spec')
-rw-r--r--php-pecl-mongo.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-mongo.spec b/php-pecl-mongo.spec
index 8f62304..5738c3f 100644
--- a/php-pecl-mongo.spec
+++ b/php-pecl-mongo.spec
@@ -20,7 +20,7 @@
%global with_zts 0%{?__ztsphp:1}
#global prever RC3
# see https://github.com/mongodb/mongo-php-driver/releases
-%global gh_commit bbc5be0cdfe06a4cded8e209badf9dbd8696a58d
+%global gh_commit e9a467683d83580281edeab3f6ddc09771a3cda0
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner mongodb
%global gh_project mongo-php-driver
@@ -35,7 +35,7 @@
Summary: PHP MongoDB database driver
Name: %{?scl_prefix}php-pecl-mongo
-Version: 1.6.10
+Version: 1.6.11
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: ASL 2.0
Group: Development/Languages
@@ -246,6 +246,9 @@ rm -rf data
%changelog
+* Tue Aug 25 2015 Remi Collet <remi@fedoraproject.org> - 1.6.11-1
+- update to 1.6.11 (stable)
+
* Fri Jul 3 2015 Remi Collet <remi@fedoraproject.org> - 1.6.10-1
- update to 1.6.10 (stable)