diff options
| -rw-r--r-- | php-mongodb.spec | 15 | 
1 files changed, 9 insertions, 6 deletions
diff --git a/php-mongodb.spec b/php-mongodb.spec index f4cfa5c..234de60 100644 --- a/php-mongodb.spec +++ b/php-mongodb.spec @@ -1,6 +1,6 @@  # remirepo/fedora spec file for php-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/  # @@ -11,18 +11,17 @@  %global gh_owner     mongodb  #global gh_date      20151102  %global gh_project   mongo-php-library -# 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} +# disabled for https://fedoraproject.org/wiki/Changes/MongoDB_Removal +%global with_tests   0  %global psr0         MongoDB  #global prever       beta2  Name:           php-%{gh_owner}  Version:        1.4.2  %if 0%{?gh_date} -Release:        1%{gh_date}git%{gh_short}%{?dist} +Release:        3%{gh_date}git%{gh_short}%{?dist}  %else -Release:        1%{?dist} +Release:        3%{?dist}  %endif  Summary:        MongoDB driver library @@ -153,6 +152,10 @@ exit $ret  %changelog +* Tue Feb  5 2019 Remi Collet <remi@remirepo.net> - 1.4.2-3 +- disable test suite and so mongodb-server build dependency +  for https://fedoraproject.org/wiki/Changes/MongoDB_Removal +  * Fri Aug 24 2018 Remi Collet <remi@remirepo.net> - 1.4.2-1  - update to 1.4.2  | 
