diff --git a/python-supervisor.spec b/python-supervisor.spec index 26da596..810a849 100644 --- a/python-supervisor.spec +++ b/python-supervisor.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-supervisor -Version: 4.2.4 +Version: 4.2.5 Release: 1 Summary: A system for controlling process state under UNIX License: BSD-3-Clause URL: http://supervisord.org/ -Source0: https://files.pythonhosted.org/packages/b3/41/2806c3c66b3e4a847843821bc0db447a58b7a9b0c39a49b354f287569130/supervisor-4.2.4.tar.gz +Source0: https://files.pythonhosted.org/packages/ce/37/517989b05849dd6eaa76c148f24517544704895830a50289cbbf53c7efb9/supervisor-4.2.5.tar.gz Source1: supervisord.service Source2: supervisord.conf @@ -41,7 +41,7 @@ Supervisor is a client/server system that allows its users to control a number of processes on UNIX-like operating systems. %prep -%autosetup -n supervisor-4.2.4 +%autosetup -n supervisor-%{version} %build %py3_build @@ -111,6 +111,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Feb 8 2023 wubijie - 4.2.5-1 +- Update package to version 4.2.5 + * Fri Aug 05 2022 liukuo - 4.2.4-1 - Update to 4.2.4 diff --git a/supervisor-4.2.4.tar.gz b/supervisor-4.2.4.tar.gz deleted file mode 100644 index 61d77c4..0000000 Binary files a/supervisor-4.2.4.tar.gz and /dev/null differ diff --git a/supervisor-4.2.5.tar.gz b/supervisor-4.2.5.tar.gz new file mode 100644 index 0000000..b0e3507 Binary files /dev/null and b/supervisor-4.2.5.tar.gz differ