From 40cb2b723a49a78c6f26162a4141f81cfc1976be Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Feb 2018 06:12:56 +0100 Subject: v1.4.0RC2 --- php-pecl-mongodb.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'php-pecl-mongodb.spec') 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 - 1.4.0~rc2-1 +- Update to 1.4.0RC2 + * Fri Dec 22 2017 Remi Collet - 1.4.0~rc1-1 - Update to 1.4.0RC1 - with libbson and libmongoc 1.9.2 -- cgit