From 497049b524f7e38203126185138a0208c5799daa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Oct 2017 07:09:22 +0200 Subject: v1.3.1 --- REFLECTION | 4 ++-- php-pecl-mongodb.spec | 16 +++++++++++----- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/REFLECTION b/REFLECTION index c064897..2e8a97f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #177 mongodb version 1.3.0 ] { +Extension [ extension #178 mongodb version 1.3.1 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #177 mongodb version 1.3.0 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.3.0 } + Constant [ string MONGODB_VERSION ] { 1.3.1 } Constant [ string MONGODB_STABILITY ] { stable } } 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 - 1.3.1-1 +- Update to 1.3.1 (stable) +- with libbson and libmongoc 1.8.1 + * Wed Sep 20 2017 Remi Collet - 1.3.0-1 - update to 1.3.0 (stable) +- with libbson and libmongoc 1.8.0 * Fri Sep 15 2017 Remi Collet - 1.3.0~RC1-1 - update to 1.3.0RC1 -- cgit