From 39b9956490f998fbcfb13ebc5353c2a60f7b8a9f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Dec 2017 06:47:56 +0100 Subject: Update to 1.4.0beta1 with libbson and libmongoc 1.9.0 --- php-pecl-mongodb.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 538fabe..64289e1 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -31,19 +31,20 @@ %global with_tests 0%{?_with_tests:1} %endif -%if 0%{?fedora} >= 27 +%if 0%{?fedora} >= 28 %global with_syslib 1 -%global libver 1.8 +%global libver 1.9 %else %global with_syslib 0 -%global libver 1.8.2 +%global libver 1.9.0 %endif Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.3.4 -#global upstream_prever RC1 -Version: %{upstream_version} +%global upstream_version 1.4.0 +%global upstream_prever beta1 +%global upstream_lower ~beta1 +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 @@ -321,6 +322,10 @@ exit $ret %changelog +* Fri Dec 22 2017 Remi Collet - 1.4.0~beta1-1 +- Update to 1.4.0beta1 +- with libbson and libmongoc 1.9.0 + * Sun Dec 3 2017 Remi Collet - 1.3.4-1 - Update to 1.3.4 -- cgit