diff options
| -rw-r--r-- | php-pecl-mongodb.spec | 16 | 
1 files changed, 6 insertions, 10 deletions
| diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index cc128c6..2994aca 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -1,6 +1,6 @@  # remirepo spec file for php-pecl-mongodb  # -# Copyright (c) 2015-2018 Remi Collet +# Copyright (c) 2015-2019 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -26,15 +26,8 @@  %global ini_name   50-%{pecl_name}.ini  %endif -%ifarch x86_64 -# https://bugzilla.redhat.com/1547618 +# test suite requires a MongoDB server  %global with_tests   0%{?_with_tests:1} -%else -# See https://jira.mongodb.org/browse/CDRIVER-1186 -# 32-bit MongoDB support was officially deprecated -# in MongoDB 3.2, and support is being removed in 3.4. -%global with_tests   0%{?_with_tests:1} -%endif  %if 0%{?fedora} >= 27 || 0%{?rhel} >= 9  %global with_syslib 1 @@ -50,7 +43,7 @@ Name:           %{?sub_prefix}php-pecl-%{pecl_name}  %global upstream_prever  alpha1  %global upstream_lower   ~alpha1  Version:        %{upstream_version}%{?upstream_lower} -Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        ASL 2.0  URL:            http://pecl.php.net/package/%{pecl_name}  Source0:        http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -328,6 +321,9 @@ exit $ret  %changelog +* Thu Mar  7 2019 Remi Collet <remi@remirepo.net> - 1.6.0~alpha1-2 +- rebuild with libicu62 +  * Mon Dec  3 2018 Remi Collet <remi@remirepo.net> - 1.6.0~alpha1-1  - update to 1.6.0alpha1 | 
