diff options
| -rw-r--r-- | php-geos.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-geos.spec b/php-geos.spec index 256c97b..4ea528f 100644 --- a/php-geos.spec +++ b/php-geos.spec @@ -26,7 +26,7 @@  Name:           %{?sub_prefix}php-%{pecl_name}  Version:        1.0.0 -Release:        19%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        23%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Summary:        PHP module for GEOS @@ -171,7 +171,7 @@ install -Dpm 644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name}  %endif  %if %{with tests} -%if 0%{?fedora} >= 32 +%if 0%{?fedora} >= 32 || 0%{?rhel} >= 8  # See https://git.osgeo.org/gitea/geos/php-geos/issues/23  # ignore failing test with geos 3.8  rm ?TS/tests/001_Geometry.phpt @@ -214,6 +214,9 @@ exit $ret  %changelog +* Fri Nov  5 2021 Remi Collet <remi@remirepo.net> - 1.0.0-23 +- EL-9 build +  * Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.0.0-19  - rebuild for 8.1.0RC1  | 
