diff --git a/spawn-fcgi-1.6.4.tar.gz b/spawn-fcgi-1.6.4.tar.gz deleted file mode 100644 index 3afdd3d..0000000 Binary files a/spawn-fcgi-1.6.4.tar.gz and /dev/null differ diff --git a/spawn-fcgi-1.6.5.tar.gz b/spawn-fcgi-1.6.5.tar.gz new file mode 100644 index 0000000..0a31c3e Binary files /dev/null and b/spawn-fcgi-1.6.5.tar.gz differ diff --git a/spawn-fcgi.spec b/spawn-fcgi.spec index bad66b0..b8aae9f 100644 --- a/spawn-fcgi.spec +++ b/spawn-fcgi.spec @@ -1,7 +1,7 @@ Summary: Simple program for spawning FastCGI processes Name: spawn-fcgi -Version: 1.6.4 -Release: 2 +Version: 1.6.5 +Release: 1 License: BSD-3-Clause URL: https://github.com/lighttpd/spawn-fcgi Source0: https://github.com/lighttpd/%{name}/archive/%{name}-%{version}.tar.gz @@ -45,14 +45,18 @@ if [ $1 -eq 0 ]; then fi %files -%doc AUTHORS COPYING NEWS README +%doc AUTHORS COPYING NEWS README.md %{_sysconfdir}/init.d/spawn-fcgi %config(noreplace) %{_sysconfdir}/sysconfig/spawn-fcgi %{_bindir}/spawn-fcgi %{_mandir}/man1/spawn-fcgi.1* %changelog +* Wed Oct 25 2023 liyanan - 1.6.5-1 +- Update to 1.6.5 + * Fri Jul 9 2021 zhangtao - 1.6.4-2 - add buildrequire autoconf and automake + * Sat Jan 9 2021 chengzihan - 1.6.4-1 - Package init