diff options
| author | Remi Collet <remi@remirepo.net> | 2017-11-22 09:35:28 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-11-22 09:35:28 +0100 | 
| commit | 6e3825d1950e0e2aaa7e761cf178dd4d840248c6 (patch) | |
| tree | 37e5da97282e712d7390cc8444258403ea22b000 | |
| parent | 730d6260d2e27b3ea1d828a9fc8c080c0deccc29 (diff) | |
Update to 1.3.3 (stable)
with libbson and libmongoc 1.8.2
| -rw-r--r-- | php-pecl-mongodb.spec | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 4c6ff36..c36d2e3 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -36,12 +36,12 @@  %global libver      1.8  %else  %global with_syslib 0 -%global libver      1.8.1 +%global libver      1.8.2  %endif  Summary:        MongoDB driver for PHP  Name:           %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.3.2 +%global upstream_version 1.3.3  #global upstream_prever  RC1  Version:        %{upstream_version}  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} @@ -321,6 +321,10 @@ exit $ret  %changelog +* 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 +  * Tue Oct 31 2017 Remi Collet <remi@remirepo.net> - 1.3.2-1  - Update to 1.3.2 | 
