From d790dbc43f3c83a945cfce69ffac54fcc741afd0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 15:22:45 +0200 Subject: rebuild for 7.4.0RC1 --- uwsgi-plugin-php.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/uwsgi-plugin-php.spec b/uwsgi-plugin-php.spec index 17be197..df2efe5 100644 --- a/uwsgi-plugin-php.spec +++ b/uwsgi-plugin-php.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for uwsgi-plugin-php # -# Copyright (c) 2017-2018 Remi Collet +# Copyright (c) 2017-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -28,7 +28,7 @@ Requires: %{scl_prefix}php-embedded Name: %{?scl_prefix}%{project}-plugin-php Version: 2.0.17.1 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?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 @@ -68,7 +68,10 @@ Obsoletes: %{project}-plugin-php71u <= %{version} Obsoletes: %{project}-plugin-php72u <= %{version} %endif %if "%{php_version}" > "7.3" -Obsoletes: %{project}-plugin-php73u <= %{version} +Obsoletes: %{project}-plugin-php73 <= %{version} +%endif +%if "%{php_version}" > "7.4" +Obsoletes: %{project}-plugin-php74 <= %{version} %endif %endif @@ -108,6 +111,9 @@ install -Dpm 755 %{?scl}%{!?scl:php}_plugin.so %{buildroot}%{_root_libdir}/%{pro %changelog +* Tue Sep 03 2019 Remi Collet - 2.0.17.1-3 +- rebuild for 7.4.0RC1 + * Mon Jul 23 2018 Remi Collet - 2.0.17.1-1 - update to 2.0.17.1 -- cgit