diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-07 07:18:50 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-07 07:18:50 +0200 |
commit | 8db2180f76827584af4275dffa01fa2682fa3868 (patch) | |
tree | a626dd648d73e96dda3ddaf18556a99834668c20 /php-pecl-mongodb.spec | |
parent | 2ef95425bd1dcc11142007622dddbd59e377fbbe (diff) |
v1.4.4
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 |