From 6e3825d1950e0e2aaa7e761cf178dd4d840248c6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Nov 2017 09:35:28 +0100 Subject: Update to 1.3.3 (stable) with libbson and libmongoc 1.8.2 --- php-pecl-mongodb.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 4c6ff36..c36d2e3 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -36,12 +36,12 @@ %global libver 1.8 %else %global with_syslib 0 -%global libver 1.8.1 +%global libver 1.8.2 %endif Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.3.2 +%global upstream_version 1.3.3 #global upstream_prever RC1 Version: %{upstream_version} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} @@ -321,6 +321,10 @@ exit $ret %changelog +* Wed Nov 22 2017 Remi Collet - 1.3.3-1 +- Update to 1.3.3 (stable) +- with libbson and libmongoc 1.8.2 + * Tue Oct 31 2017 Remi Collet - 1.3.2-1 - Update to 1.3.2 -- cgit