summaryrefslogtreecommitdiffstats
path: root/php-geos.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-05 13:23:11 +0100
committerRemi Collet <remi@php.net>2021-11-05 13:23:11 +0100
commitc92520ad57670448de1c44e58496b8b495827af2 (patch)
tree1fc338f51acfa4165b96119e273a428084bda171 /php-geos.spec
parent4a43989a6d86c756fddd91e5916afa381d31e19d (diff)
EL-9 build
Diffstat (limited to 'php-geos.spec')
-rw-r--r--php-geos.spec7
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