From 730d6260d2e27b3ea1d828a9fc8c080c0deccc29 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 31 Oct 2017 06:11:33 +0100 Subject: v1.3.2 --- REFLECTION | 4 ++-- php-pecl-mongodb.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index 2e8a97f..9e57265 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #178 mongodb version 1.3.1 ] { +Extension [ extension #178 mongodb version 1.3.2 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #178 mongodb version 1.3.1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.3.1 } + Constant [ string MONGODB_VERSION ] { 1.3.2 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 55ca360..4c6ff36 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.1 +%global upstream_version 1.3.2 #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 +* Tue Oct 31 2017 Remi Collet - 1.3.2-1 +- Update to 1.3.2 + * Tue Oct 17 2017 Remi Collet - 1.3.1-1 - Update to 1.3.1 (stable) - with libbson and libmongoc 1.8.1 -- cgit