summaryrefslogtreecommitdiffstats
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
parent3531b880e2045646fd8576be9767c330325da9f7 (diff)
php-pecl-mongo: 1.6.12
-rw-r--r--REFLECTION6
-rw-r--r--php-pecl-mongo.spec11
2 files changed, 10 insertions, 7 deletions
diff --git a/REFLECTION b/REFLECTION
index 223723a..a1e5b01 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #190 mongo version 1.6.11 ] {
+Extension [ <persistent> extension #200 mongo version 1.6.12 ] {
- Dependencies {
Dependency [ openssl (Optional) ]
@@ -77,7 +77,7 @@ Extension [ <persistent> extension #190 mongo version 1.6.11 ] {
- Constants [8] {
Constant [ string DEFAULT_HOST ] { localhost }
Constant [ integer DEFAULT_PORT ] { 27017 }
- Constant [ string VERSION ] { 1.6.11 }
+ Constant [ string VERSION ] { 1.6.12 }
Constant [ string RP_PRIMARY ] { primary }
Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred }
Constant [ string RP_SECONDARY ] { secondary }
@@ -213,7 +213,7 @@ Extension [ <persistent> extension #190 mongo version 1.6.11 ] {
- Constants [8] {
Constant [ string DEFAULT_HOST ] { localhost }
Constant [ integer DEFAULT_PORT ] { 27017 }
- Constant [ string VERSION ] { 1.6.11 }
+ Constant [ string VERSION ] { 1.6.12 }
Constant [ string RP_PRIMARY ] { primary }
Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred }
Constant [ string RP_SECONDARY ] { secondary }
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)