summaryrefslogtreecommitdiffstats
path: root/php-geos.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-geos.spec')
-rw-r--r--php-geos.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php-geos.spec b/php-geos.spec
index c9d5a93..ee046df 100644
--- a/php-geos.spec
+++ b/php-geos.spec
@@ -26,7 +26,7 @@
Name: %{?sub_prefix}php-%{pecl_name}
Version: 1.0.0
-Release: 17%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 18%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: PHP module for GEOS
@@ -41,6 +41,7 @@ Patch0: 0001-fix-test-for-7.3-int-vs-integer.patch
Patch1: 0002-fix-error-message-with-php-7-Wformat-warnings-raised.patch
# https://git.osgeo.org/gitea/geos/php-geos/issues/24
Patch2: 0003-add-all-arginfo-and-fix-build-with-PHP-8.patch
+Patch4: 0005-fix-for-8.0.0RC1.patch
# https://git.osgeo.org/gitea/geos/php-geos/issues/25
Patch3: 0004-fix-all-zend_parse_parameters-call-to-use-zend_long.patch
@@ -102,6 +103,7 @@ chmod -x *.c
%patch1 -p1 -b .wformat
%patch2 -p1 -b .arginfo
%patch3 -p1 -b .zendlong
+%patch4 -p1 -b .arg
sed -e '/PHP_GEOS_VERSION/s/"0.0"/"%{version}%{?prever}"/' -i php_geos.h
@@ -212,6 +214,9 @@ exit $ret
%changelog
+* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.0.0-18
+- rebuild for PHP 8.0.0RC1
+
* Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 1.0.0-17
- rebuild for PHP 8.0.0beta3