update to 1.6.5

This commit is contained in:
lyn1001 2023-10-25 15:03:47 +08:00
parent 56fcf561ef
commit 7fff324998
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
spawn-fcgi-1.6.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
Summary: Simple program for spawning FastCGI processes Summary: Simple program for spawning FastCGI processes
Name: spawn-fcgi Name: spawn-fcgi
Version: 1.6.4 Version: 1.6.5
Release: 2 Release: 1
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/lighttpd/spawn-fcgi URL: https://github.com/lighttpd/spawn-fcgi
Source0: https://github.com/lighttpd/%{name}/archive/%{name}-%{version}.tar.gz Source0: https://github.com/lighttpd/%{name}/archive/%{name}-%{version}.tar.gz
@ -45,14 +45,18 @@ if [ $1 -eq 0 ]; then
fi fi
%files %files
%doc AUTHORS COPYING NEWS README %doc AUTHORS COPYING NEWS README.md
%{_sysconfdir}/init.d/spawn-fcgi %{_sysconfdir}/init.d/spawn-fcgi
%config(noreplace) %{_sysconfdir}/sysconfig/spawn-fcgi %config(noreplace) %{_sysconfdir}/sysconfig/spawn-fcgi
%{_bindir}/spawn-fcgi %{_bindir}/spawn-fcgi
%{_mandir}/man1/spawn-fcgi.1* %{_mandir}/man1/spawn-fcgi.1*
%changelog %changelog
* Wed Oct 25 2023 liyanan <liyanan61@h-parners.com> - 1.6.5-1
- Update to 1.6.5
* Fri Jul 9 2021 zhangtao <zhangtao221@huawei.com> - 1.6.4-2 * Fri Jul 9 2021 zhangtao <zhangtao221@huawei.com> - 1.6.4-2
- add buildrequire autoconf and automake - add buildrequire autoconf and automake
* Sat Jan 9 2021 chengzihan <chengzihan2@huawei.com> - 1.6.4-1 * Sat Jan 9 2021 chengzihan <chengzihan2@huawei.com> - 1.6.4-1
- Package init - Package init