summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-18 09:26:17 +0200
committerRemi Collet <remi@remirepo.net>2018-07-18 09:26:17 +0200
commit84dabfd12f97f612a8b01855498921797ff1b05b (patch)
tree02a6c2624d27e382f6e8730fb89355de50702fd1
parentf60f4c1d21cb2ef5ce86de15ce21dd27f00a3020 (diff)
rebuild for 7.3.0alpha4 new ABI
-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 13a6549..2fa7f38 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.16
-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;')}}
Summary: uWSGI - Plugin for PHP support
License: GPLv2 with exceptions
URL: http://projects.unbit.it/uwsgi
@@ -66,6 +66,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
@@ -104,6 +107,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.16-2
+- rebuild for 7.3.0alpha4 new ABI
+
* Tue Mar 20 2018 Remi Collet <remi@remirepo.net> - 2.0.16-1
- update to 2.0.16