summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongo.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-02-11 08:58:49 +0100
committerRemi Collet <fedora@famillecollet.com>2015-02-11 08:58:49 +0100
commitcc185a0d9553051f14ab899622e5f064101eb733 (patch)
tree39939d5f13cd713dc001147d1fa6853e8d4a5596 /php-pecl-mongo.spec
parent6d93a910b1b5d434de2ba85fd0b815c07e47c285 (diff)
php-pecl-mongo: 1.6.2 (stable)
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 db894ac..2b6b4ec 100644
--- a/php-pecl-mongo.spec
+++ b/php-pecl-mongo.spec
@@ -6,7 +6,7 @@
%global pecl_name mongo
%global with_zts 0%{?__ztsphp:1}
#global prever RC3
-%global gh_commit a4a1565531cda0ce42f6d29378e7e665005f6674
+%global gh_commit a0afaec3ed7f92c5cf03d990d8670f9a6a52ee2a
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner mongodb
%global gh_project mongo-php-driver
@@ -21,7 +21,7 @@
Summary: PHP MongoDB database driver
Name: %{?scl_prefix}php-pecl-mongo
-Version: 1.6.1
+Version: 1.6.2
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: ASL 2.0
Group: Development/Languages
@@ -225,6 +225,9 @@ rm -rf data
%changelog
+* Wed Feb 11 2015 Remi Collet <remi@fedoraproject.org> - 1.6.2-1
+- update to 1.6.2 (stable)
+
* Mon Feb 9 2015 Remi Collet <remi@fedoraproject.org> - 1.6.1-1
- update to 1.6.1 (stable)