summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-07 06:12:56 +0100
committerRemi Collet <remi@remirepo.net>2018-02-07 06:12:56 +0100
commit40cb2b723a49a78c6f26162a4141f81cfc1976be (patch)
tree5a59d08b6074cbf27fa0577f5408618a1ea1ea03
parentbe64ba3baaf00d3f370f873f1989908badb85218 (diff)
v1.4.0RC2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec13
2 files changed, 12 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index 910c9c1..e89d370 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #182 mongodb version 1.4.0RC1 ] {
+Extension [ <persistent> extension #185 mongodb version 1.4.0RC2 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #182 mongodb version 1.4.0RC1 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.4.0RC1 }
+ Constant [ string MONGODB_VERSION ] { 1.4.0RC2 }
Constant [ string MONGODB_STABILITY ] { beta }
}
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 1f07436..667f40c 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -6,6 +6,10 @@
#
# Please, preserve the changelog entries
#
+
+# we don't want -z defs linker flag
+%undefine _strict_symbol_defs_build
+
%if 0%{?scl:1}
%global sub_prefix %{scl_prefix}
%scl_package php-pecl-mongodb
@@ -42,12 +46,11 @@
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
%global upstream_version 1.4.0
-%global upstream_prever RC1
-%global upstream_lower ~rc1
+%global upstream_prever RC2
+%global upstream_lower ~rc2
Version: %{upstream_version}%{?upstream_lower}
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
-Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
@@ -172,6 +175,7 @@ peclbuild() {
--with-php-config=%{_bindir}/${1}-config \
--with-libbson \
--with-libmongoc \
+ --with-mongodb-sasl \
--enable-mongodb
%else
@@ -322,6 +326,9 @@ exit $ret
%changelog
+* Wed Feb 7 2018 Remi Collet <remi@remirepo.net> - 1.4.0~rc2-1
+- Update to 1.4.0RC2
+
* Fri Dec 22 2017 Remi Collet <remi@remirepo.net> - 1.4.0~rc1-1
- Update to 1.4.0RC1
- with libbson and libmongoc 1.9.2