From 595d7d83ca1943ad57fbc4e0cbd64e0b3142e454 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 3 Dec 2017 20:02:28 +0100 Subject: v1.3.4 --- REFLECTION | 6 +++--- php-pecl-mongodb.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index 06eeabd..d648b99 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #181 mongodb version 1.3.3 ] { +Extension [ extension #181 mongodb version 1.3.4 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #181 mongodb version 1.3.3 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.3.3 } + Constant [ string MONGODB_VERSION ] { 1.3.4 } Constant [ string MONGODB_STABILITY ] { stable } } @@ -926,7 +926,7 @@ Extension [ extension #181 mongodb version 1.3.3 ] { Method [ final public method __construct ] { - Parameters [1] { - Parameter #0 [ $milliseconds ] + Parameter #0 [ $milliseconds ] } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index c36d2e3..538fabe 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -41,7 +41,7 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.3.3 +%global upstream_version 1.3.4 #global upstream_prever RC1 Version: %{upstream_version} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} @@ -321,6 +321,9 @@ exit $ret %changelog +* Sun Dec 3 2017 Remi Collet - 1.3.4-1 +- Update to 1.3.4 + * Wed Nov 22 2017 Remi Collet - 1.3.3-1 - Update to 1.3.3 (stable) - with libbson and libmongoc 1.8.2 -- cgit