summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-01-08 14:39:30 +0100
committerRemi Collet <remi@remirepo.net>2019-01-08 14:39:30 +0100
commita32dd8e9a994716571b59541212e861f84a9fb08 (patch)
treedca966095d298453760c54fac64f52e8ab3f50b9
parentc813506240f490f7b0c0d798200af1ae9df43fe9 (diff)
v0.2.1
-rw-r--r--PHPINFO5
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-geospatial.spec19
3 files changed, 13 insertions, 13 deletions
diff --git a/PHPINFO b/PHPINFO
new file mode 100644
index 0000000..82139a1
--- /dev/null
+++ b/PHPINFO
@@ -0,0 +1,5 @@
+
+geospatial
+
+Geospatial functions => enabled
+Version => 0.2.1
diff --git a/REFLECTION b/REFLECTION
index 56a15ea..4845e70 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #91 geospatial version 0.2.0 ] {
+Extension [ <persistent> extension #96 geospatial version 0.2.1 ] {
- Constants [4] {
Constant [ float GEO_DEG_TO_RAD ] { 0,017453292519943 }
diff --git a/php-pecl-geospatial.spec b/php-pecl-geospatial.spec
index 96b3aba..5ff51c5 100644
--- a/php-pecl-geospatial.spec
+++ b/php-pecl-geospatial.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-geospatial
#
-# Copyright (c) 2015-2018 Remi Collet
+# Copyright (c) 2015-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -11,7 +11,7 @@
%scl_package php-pecl-geospatial
%endif
-%global gh_commit 3e36c70e74956ffca5a3145e3e4b3e66762fb520
+%global gh_commit 5e1d4b2083eb078019e599175076370c2873521f
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner php-geospatial
%global gh_project geospatial
@@ -28,11 +28,11 @@
Summary: PHP Extension to handle common geospatial functions
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 0.2.0
+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;')}}
%else
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
License: PHP
@@ -61,14 +61,6 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele
%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
# Other third party repo stuff
-Obsoletes: php53-pecl-%{pecl_name} <= %{version}
-Obsoletes: php53u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php54-pecl-%{pecl_name} <= %{version}
-Obsoletes: php54w-pecl-%{pecl_name} <= %{version}
-%if "%{php_version}" > "5.5"
-Obsoletes: php55u-pecl-%{pecl_name} <= %{version}
-Obsoletes: php55w-pecl-%{pecl_name} <= %{version}
-%endif
%if "%{php_version}" > "5.6"
Obsoletes: php56u-pecl-%{pecl_name} <= %{version}
Obsoletes: php56w-pecl-%{pecl_name} <= %{version}
@@ -261,6 +253,9 @@ fi
%changelog
+* Tue Jan 8 2019 Remi Collet <remi@remirepo.net> - 0.2.1-1
+- update to 0.2.1
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.2.0-3
- rebuild for 7.3.0beta2 new ABI