diff options
Diffstat (limited to 'php-alcaeus-mongo-php-adapter.spec')
| -rw-r--r-- | php-alcaeus-mongo-php-adapter.spec | 15 | 
1 files changed, 7 insertions, 8 deletions
| diff --git a/php-alcaeus-mongo-php-adapter.spec b/php-alcaeus-mongo-php-adapter.spec index 8a30633..8348ccd 100644 --- a/php-alcaeus-mongo-php-adapter.spec +++ b/php-alcaeus-mongo-php-adapter.spec @@ -10,19 +10,14 @@  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     alcaeus  %global gh_project   mongo-php-adapter -# Upstream only support 64bits, see https://jira.mongodb.org/browse/CDRIVER-1186 -# Server only available on LE arch (ExcludeArch: ppc ppc64 %%{sparc} s390 s390x) -%global with_tests   0%{?_with_tests:1} -# remirepo:3 -%if 0%{?fedora} == 27 -%global with_tests   0%{!?_without_tests:1} -%endif +# disabled for https://fedoraproject.org/wiki/Changes/MongoDB_Removal +%global with_tests   0  %global ns_vendor    Alcaeus  Name:           php-%{gh_owner}-%{gh_project}  Version:        1.1.5 -Release:        2%{?dist} +Release:        5%{?dist}  Summary:        Mongo PHP Adapter  Group:          Development/Libraries @@ -152,6 +147,10 @@ exit $ret  %changelog +* Tue Feb  5 2019 Remi Collet <remi@remirepo.net> - 1.1.5-5 +- disable test suite and so mongodb-server build dependency +  for https://fedoraproject.org/wiki/Changes/MongoDB_Removal +  * Mon Jul  9 2018 Remi Collet <remi@remirepo.net> - 1.1.5-2  - add upstream for ext-mongodb 1.5 | 
