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 f4d3dd2..9611782 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.5.0 +%global upstream_version 1.5.1 #global upstream_prever RC2 #global upstream_lower ~rc2 Version: %{upstream_version}%{?upstream_lower} @@ -324,6 +324,9 @@ exit $ret %changelog +* Mon Jul 9 2018 Remi Collet <remi@remirepo.net> - 1.5.1-1 +- update to 1.5.1 + * Tue Jun 26 2018 Remi Collet <remi@remirepo.net> - 1.5.0-1 - update to 1.5.0 - with libbson and libmongoc 1.11.0 |