summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-06-10 07:06:44 +0200
committerRemi Collet <fedora@famillecollet.com>2015-06-10 07:06:44 +0200
commit3f480c9f1d6625d34bdbbf44488f98568e565c71 (patch)
tree2c1fcddfb737299d8036c7f9059298e5d3672acd
parent96bfc07e546da9c00e8e8fce1456a9d99ca81dfc (diff)
php-pecl-mongo: 1.6.9
-rw-r--r--REFLECTION6
-rw-r--r--php-pecl-mongo.spec20
2 files changed, 21 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index 07634be..1b96750 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #184 mongo version 1.6.8 ] {
+Extension [ <persistent> extension #186 mongo version 1.6.9 ] {
- Dependencies {
Dependency [ openssl (Optional) ]
@@ -77,7 +77,7 @@ Extension [ <persistent> extension #184 mongo version 1.6.8 ] {
- Constants [8] {
Constant [ string DEFAULT_HOST ] { localhost }
Constant [ integer DEFAULT_PORT ] { 27017 }
- Constant [ string VERSION ] { 1.6.8 }
+ Constant [ string VERSION ] { 1.6.9 }
Constant [ string RP_PRIMARY ] { primary }
Constant [ string RP_PRIMARY_PREFERRED ] { primaryPreferred }
Constant [ string RP_SECONDARY ] { secondary }
@@ -213,7 +213,7 @@ Extension [ <persistent> extension #184 mongo version 1.6.8 ] {
- Constants [8] {
Constant [ string DEFAULT_HOST ] { localhost }
Constant [ integer DEFAULT_PORT ] { 27017 }
- Constant [ string VERSION ] { 1.6.8 }
+ Constant [ string VERSION ] { 1.6.9 }
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 0166459..7a29aa1 100644
--- a/php-pecl-mongo.spec
+++ b/php-pecl-mongo.spec
@@ -1,3 +1,16 @@
+# remirepo spec file for php-pecl-mongo
+# with SCL stuff, from:
+#
+# Fedora spec file for php-pecl-mongo
+#
+# Copyright (c) 2014-2015 Remi Collet
+# Copyright (c) 2010-2013 Christof Damian
+#
+# License: MIT
+# http://opensource.org/licenses/MIT
+#
+# Please preserve changelog entries
+#
%{?scl: %scl_package php-pecl-mongo}
%{!?php_inidir: %global php_inidir %{_sysconfdir}/php.d}
%{!?__pecl: %global __pecl %{_bindir}/pecl}
@@ -7,7 +20,7 @@
%global with_zts 0%{?__ztsphp:1}
#global prever RC3
# see https://github.com/mongodb/mongo-php-driver/releases
-%global gh_commit a7713fd44da5c34456476766ea09f8f2b08d6652
+%global gh_commit 17706d367d3715ab47a7c791072e3a7f1a8ac0db
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner mongodb
%global gh_project mongo-php-driver
@@ -22,7 +35,7 @@
Summary: PHP MongoDB database driver
Name: %{?scl_prefix}php-pecl-mongo
-Version: 1.6.8
+Version: 1.6.9
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: ASL 2.0
Group: Development/Languages
@@ -233,6 +246,9 @@ rm -rf data
%changelog
+* Wed Jun 10 2015 Remi Collet <remi@fedoraproject.org> - 1.6.9-1
+- update to 1.6.9 (stable)
+
* Wed May 13 2015 Remi Collet <remi@fedoraproject.org> - 1.6.8-1
- update to 1.6.8 (stable)