From 8db2180f76827584af4275dffa01fa2682fa3868 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Jun 2018 07:18:50 +0200 Subject: v1.4.4 --- REFLECTION | 4 ++-- php-pecl-mongodb.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index a1b76b7..b76a9cf 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #188 mongodb version 1.4.3 ] { +Extension [ extension #189 mongodb version 1.4.4 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #188 mongodb version 1.4.3 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.4.3 } + Constant [ string MONGODB_VERSION ] { 1.4.4 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index b4eb03c..cccb077 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -46,7 +46,7 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.4.3 +%global upstream_version 1.4.4 #global upstream_prever RC2 #global upstream_lower ~rc2 Version: %{upstream_version}%{?upstream_lower} @@ -322,6 +322,9 @@ exit $ret %changelog +* Thu Jun 7 2018 Remi Collet - 1.4.4-1 +- update to 1.4.4 + * Thu Apr 19 2018 Remi Collet - 1.4.3-1 - update to 1.4.3 - with libbson and libmongoc 1.9.4 -- cgit