diff options
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r-- | php-pecl-mongodb.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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 <remi@remirepo.net> - 1.4.4-1 +- update to 1.4.4 + * Thu Apr 19 2018 Remi Collet <remi@remirepo.net> - 1.4.3-1 - update to 1.4.3 - with libbson and libmongoc 1.9.4 |