diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-03 12:23:32 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-03 12:23:32 +0200 |
commit | ebd96e3f1b13237b32618fd0bf6003a82f87b726 (patch) | |
tree | f2aaa5cecc432bee319c1d87a4e31c6138260f76 | |
parent | a32dd8e9a994716571b59541212e861f84a9fb08 (diff) |
rebuild for 7.4.0RC1
-rw-r--r-- | php-pecl-geospatial.spec | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/php-pecl-geospatial.spec b/php-pecl-geospatial.spec index 5ff51c5..7b14c21 100644 --- a/php-pecl-geospatial.spec +++ b/php-pecl-geospatial.spec @@ -30,9 +30,9 @@ Summary: PHP Extension to handle common geospatial functions Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.2.1 %if 0%{?gh_date:1} -Release: 0.10.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.11.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: PHP @@ -78,9 +78,13 @@ Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.3" -Obsoletes: php73u-pecl-%{pecl_name} <= %{version} +Obsoletes: php73-pecl-%{pecl_name} <= %{version} Obsoletes: php73w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.4" +Obsoletes: php74-pecl-%{pecl_name} <= %{version} +Obsoletes: php74w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -253,6 +257,9 @@ fi %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.2.1-2 +- rebuild for 7.4.0RC1 + * Tue Jan 8 2019 Remi Collet <remi@remirepo.net> - 0.2.1-1 - update to 0.2.1 |