summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-23 06:52:06 +0200
committerRemi Collet <remi@remirepo.net>2018-07-23 06:52:06 +0200
commitd7cc0709c3e5ef735cbd20ab8754bf11f820744d (patch)
treee275fc61faee2781db5e9d9dbfa8237276b58074
parent3405c86adb0e82f17ce998740bae196231f34ed2 (diff)
rebuild for 7.3.0alpha4 new ABIv2.0.15
-rw-r--r--uwsgi-plugin-php.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/uwsgi-plugin-php.spec b/uwsgi-plugin-php.spec
index b47eecc..a2dc82d 100644
--- a/uwsgi-plugin-php.spec
+++ b/uwsgi-plugin-php.spec
@@ -28,7 +28,7 @@ Requires: %{scl_prefix}php-embedded
Name: %{?scl_prefix}%{project}-plugin-php
Version: 2.0.15
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: uWSGI - Plugin for PHP support
License: GPLv2 with exceptions
URL: http://projects.unbit.it/uwsgi
@@ -67,6 +67,9 @@ Obsoletes: %{project}-plugin-php71u <= %{version}
%if "%{php_version}" > "7.2"
Obsoletes: %{project}-plugin-php72u <= %{version}
%endif
+%if "%{php_version}" > "7.3"
+Obsoletes: %{project}-plugin-php73u <= %{version}
+%endif
%endif
@@ -105,6 +108,9 @@ install -Dpm 755 %{?scl}%{!?scl:php}_plugin.so %{buildroot}%{_root_libdir}/%{pro
%changelog
+* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.15-4
+- rebuild for 7.3.0alpha4 new ABI
+
* Tue Feb 27 2018 Remi Collet <remi@remirepo.net> - 2.0.15-3
- fix PHP 7.2 build