summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongo.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-11-25 19:45:22 +0100
committerRemi Collet <fedora@famillecollet.com>2015-11-25 19:45:22 +0100
commit7223d96045bbeabda83cd3ea2195d59807c5c91b (patch)
treeef1fd0e48a743f9c17455170d2620c1a52843db8 /php-pecl-mongo.spec
parent3531b880e2045646fd8576be9767c330325da9f7 (diff)
php-pecl-mongo: 1.6.12
Diffstat (limited to 'php-pecl-mongo.spec')
-rw-r--r--php-pecl-mongo.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-pecl-mongo.spec b/php-pecl-mongo.spec
index 5738c3f..60b04ed 100644
--- a/php-pecl-mongo.spec
+++ b/php-pecl-mongo.spec
@@ -20,10 +20,10 @@
%global with_zts 0%{?__ztsphp:1}
#global prever RC3
# see https://github.com/mongodb/mongo-php-driver/releases
-%global gh_commit e9a467683d83580281edeab3f6ddc09771a3cda0
+%global gh_commit 0eda9d118cf40017bc442b9bf32ad5d60b9ec11f
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner mongodb
-%global gh_project mongo-php-driver
+%global gh_project mongo-php-driver-legacy
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
%if "%{php_version}" < "5.6"
# After json
@@ -35,7 +35,7 @@
Summary: PHP MongoDB database driver
Name: %{?scl_prefix}php-pecl-mongo
-Version: 1.6.11
+Version: 1.6.12
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: ASL 2.0
Group: Development/Languages
@@ -94,7 +94,7 @@ MongoDB database in PHP.
Documentation: http://php.net/mongo
-Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection}.
+Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}.
%prep
@@ -246,6 +246,9 @@ rm -rf data
%changelog
+* Wed Nov 25 2015 Remi Collet <remi@fedoraproject.org> - 1.6.12-1
+- update to 1.6.12 (stable)
+
* Tue Aug 25 2015 Remi Collet <remi@fedoraproject.org> - 1.6.11-1
- update to 1.6.11 (stable)