diff options
author | Remi Collet <remi@remirepo.net> | 2017-12-03 20:02:28 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-12-03 20:02:28 +0100 |
commit | 595d7d83ca1943ad57fbc4e0cbd64e0b3142e454 (patch) | |
tree | 54f66d8fe7ebfc5c71a1c56e9bbf5f599a78c2f5 /php-pecl-mongodb.spec | |
parent | 03518c52b0d0a166f564340edad1fa0fcaaf6420 (diff) |
v1.3.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 c36d2e3..538fabe 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -41,7 +41,7 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.3.3 +%global upstream_version 1.3.4 #global upstream_prever RC1 Version: %{upstream_version} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} @@ -321,6 +321,9 @@ exit $ret %changelog +* Sun Dec 3 2017 Remi Collet <remi@remirepo.net> - 1.3.4-1 +- Update to 1.3.4 + * Wed Nov 22 2017 Remi Collet <remi@remirepo.net> - 1.3.3-1 - Update to 1.3.3 (stable) - with libbson and libmongoc 1.8.2 |