summaryrefslogtreecommitdiffstats
path: root/uwsgi-plugin-php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-11-13 07:32:24 +0100
committerRemi Collet <remi@php.net>2023-11-13 07:32:24 +0100
commita1e1d831ba94edbf65152a76d347eebeebbd4736 (patch)
tree65e4c1925febfa9cd125de0c5d2e18f420b3e7e6 /uwsgi-plugin-php.spec
parentecebe9de5e996c9ef01a25c4a6431951042c7b95 (diff)
update to 2.0.23
Diffstat (limited to 'uwsgi-plugin-php.spec')
-rw-r--r--uwsgi-plugin-php.spec12
1 files changed, 5 insertions, 7 deletions
diff --git a/uwsgi-plugin-php.spec b/uwsgi-plugin-php.spec
index 5561286..a3ccc44 100644
--- a/uwsgi-plugin-php.spec
+++ b/uwsgi-plugin-php.spec
@@ -28,8 +28,8 @@ Requires: %{scl_prefix}php-embedded
%endif
Name: %{?scl_prefix}%{project}-plugin-php
-Version: 2.0.22
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 2.0.23
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: uWSGI - Plugin for PHP support
License: GPL-2.0-only with exceptions
URL: http://projects.unbit.it/uwsgi
@@ -38,8 +38,6 @@ Source0: http://projects.unbit.it/downloads/%{project}-%{version}.tar.gz
# https://github.com/unbit/uwsgi/issues/2283
Patch1: uwsgi_fix_php8.patch
-# https://github.com/unbit/uwsgi/pull/2559
-Patch2: uwsgi_fix_php83.patch
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 7.0
@@ -70,9 +68,6 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO
%prep
%setup -qn %{project}-%{version}
%patch -P1 -p1
-%if "%{php_version}" > "8.3"
-%patch -P2 -p1
-%endif
# Fix makefile
sed -e 's:/lib:/%{_lib}:' -i plugins/php/uwsgiplugin.py
@@ -99,6 +94,9 @@ install -Dpm 755 %{?scl}%{!?scl:php}_plugin.so %{buildroot}%{_root_libdir}/%{pro
%changelog
+* Mon Nov 13 2023 Remi Collet <remi@remirepo.net> - 2.0.23-1
+- update to 2.0.23
+
* Mon Sep 4 2023 Remi Collet <remi@remirepo.net> - 2.0.22-2
- add patch for PHP 8.3 from
https://github.com/unbit/uwsgi/pull/2559