summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
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 /php-pecl-mongodb.spec
parentbe64ba3baaf00d3f370f873f1989908badb85218 (diff)
v1.4.0RC2
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec13
1 files changed, 10 insertions, 3 deletions
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