diff options
| author | Remi Collet <remi@remirepo.net> | 2019-09-03 15:22:45 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-09-03 15:22:45 +0200 | 
| commit | d790dbc43f3c83a945cfce69ffac54fcc741afd0 (patch) | |
| tree | 74076db141a02e848bd4bf9fcf8f09d578a8ff87 | |
| parent | 1095c2593b2d25d79e69cefffef166e00077ced0 (diff) | |
rebuild for 7.4.0RC1v2.0.17.1
| -rw-r--r-- | uwsgi-plugin-php.spec | 12 | 
1 files 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 <remi@remirepo.net> - 2.0.17.1-3 +- rebuild for 7.4.0RC1 +  * Mon Jul 23 2018 Remi Collet <remi@remirepo.net> - 2.0.17.1-1  - update to 2.0.17.1  | 
