diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-16 07:25:08 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-16 07:25:08 +0100 |
commit | 87444a350cb237aa4d4c110235f1b45b74147d9e (patch) | |
tree | aaf1c6adc90e9356ca9a7836c1c834649f50b03e | |
parent | 6073b23b4cf06c78493ff0cd5dd6583988d8fba4 (diff) |
php-geos: 1.0.0rc3
-rw-r--r-- | php-geos.spec | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/php-geos.spec b/php-geos.spec index a0edc8f..2d150a1 100644 --- a/php-geos.spec +++ b/php-geos.spec @@ -13,7 +13,7 @@ %global pkg_name php-geos %endif -%global prever rc2 +%global prever rc3 %global pecl_name geos %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} @@ -26,7 +26,7 @@ Name: %{?sub_prefix}php-%{pecl_name} Version: 1.0.0 -Release: 0.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.3.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP module for GEOS @@ -143,12 +143,6 @@ install -Dpm 644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name} %check -# https://git.osgeo.org/gogs/geos/php-geos/pulls/13 -: Fix test for old PHP versions -sed -e 's/GEOSWKTWriter::class/"GEOSWKTWriter"/' \ - -e 's/GEOSGeometry::class/"GEOSGeometry"/' \ - -i ?TS/tests/*phpt - : Minimal load test for NTS extension %{__php} --no-php-ini \ --define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \ @@ -199,6 +193,9 @@ exit $ret %changelog +* Fri Dec 16 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.3.rc3 +- update to 1.0.0-rc3 + * Mon Dec 12 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.2.rc2 - update to 1.0.0-rc2 - open https://git.osgeo.org/gogs/geos/php-geos/pulls/13 - fix for tests |