diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-17 07:09:22 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-17 07:09:22 +0200 |
commit | 497049b524f7e38203126185138a0208c5799daa (patch) | |
tree | 9a138bb5c43eb759c65544599cb1e113d5ed7617 /php-pecl-mongodb.spec | |
parent | 5e1d31db6b246febe20e61ec451281afcc7ef008 (diff) |
v1.3.1
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r-- | php-pecl-mongodb.spec | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index f9f44dd..55ca360 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -31,16 +31,17 @@ %global with_tests 0%{?_with_tests:1} %endif -%global libver 1.8.0 -%if 0%{?fedora} >= 99 +%if 0%{?fedora} >= 27 %global with_syslib 1 +%global libver 1.8 %else %global with_syslib 0 +%global libver 1.8.1 %endif Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.3.0 +%global upstream_version 1.3.1 #global upstream_prever RC1 Version: %{upstream_version} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} @@ -58,8 +59,8 @@ BuildRequires: openssl-devel BuildRequires: pkgconfig(libbson-1.0) >= %{libver} BuildRequires: pkgconfig(libmongoc-1.0) >= %{libver} %else -Provides: bundled(libbson) = %{libver} -Provides: bundled(mongo-c-driver) = %{libver} +Provides: bundled(libbson) = %{libver} +Provides: bundled(mongo-c-driver) = %{libver} %endif BuildRequires: snappy-devel BuildRequires: zlib-devel @@ -320,8 +321,13 @@ exit $ret %changelog +* Tue Oct 17 2017 Remi Collet <remi@remirepo.net> - 1.3.1-1 +- Update to 1.3.1 (stable) +- with libbson and libmongoc 1.8.1 + * Wed Sep 20 2017 Remi Collet <remi@remirepo.net> - 1.3.0-1 - update to 1.3.0 (stable) +- with libbson and libmongoc 1.8.0 * Fri Sep 15 2017 Remi Collet <remi@remirepo.net> - 1.3.0~RC1-1 - update to 1.3.0RC1 |