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 1195da0..6da6f80 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -44,7 +44,7 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.7.3 +%global upstream_version 1.7.4 #global upstream_prever RC1 #global upstream_lower ~rc1 Version: %{upstream_version}%{?upstream_lower} @@ -341,6 +341,9 @@ exit $ret %changelog +* Wed Mar 11 2020 Remi Collet <remi@remirepo.net> - 1.7.4-1 +- update to 1.7.4 + * Tue Feb 25 2020 Remi Collet <remi@remirepo.net> - 1.7.3-1 - update to 1.7.3 (no change) - with libbson and libmongoc 1.16.2 |