Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package FastCGI for openSUSE:Factory checked in at 2023-05-16 14:15:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/FastCGI (Old) and /work/SRC/openSUSE:Factory/.FastCGI.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "FastCGI" Tue May 16 14:15:52 2023 rev:30 rq:1087201 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/FastCGI/FastCGI.changes 2017-10-02 16:43:47.886048043 +0200 +++ /work/SRC/openSUSE:Factory/.FastCGI.new.1533/FastCGI.changes 2023-05-16 14:21:54.269847382 +0200 @@ -1,0 +2,5 @@ +Thu May 11 15:44:16 UTC 2023 - Frederic Crozat <fcro...@suse.com> + +- Fix url for website and source, upstream is dead for a while. + +------------------------------------------------------------------- Old: ---- fcgi.tar.bz2 New: ---- 2.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ FastCGI.spec ++++++ --- /var/tmp/diff_new_pack.jRs8mi/_old 2023-05-16 14:21:54.709849898 +0200 +++ /var/tmp/diff_new_pack.jRs8mi/_new 2023-05-16 14:21:54.713849921 +0200 @@ -1,7 +1,7 @@ # # spec file for package FastCGI # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,8 +23,8 @@ Summary: A Scalable, Open Extension to CGI License: OML Group: Development/Languages/C and C++ -Url: http://www.fastcgi.com -Source: http://www.fastcgi.com/dist/fcgi.tar.bz2 +URL: https://fastcgi-archives.github.io/ +Source: https://github.com/FastCGI-Archives/fcgi2/archive/%{version}.tar.gz Source1: README.supervise Patch0: FastCGI-makefile.am_cppflags.patch Patch1: FastCGI-clientdata_pointer.patch @@ -34,6 +34,7 @@ Patch5: FastCGI-perl514.patch Patch6: FastCGI-fix_deprecated_api.patch Patch7: FastCGI-perl526.patch +BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: perl @@ -82,7 +83,7 @@ APIs. %prep -%setup -n fcgi-%{version} +%setup -n fcgi2-%{version} %patch0 %patch1 %patch2 @@ -93,12 +94,20 @@ %patch7 -p1 touch NEWS AUTHORS ChangeLog COPYING find doc/{fastcgi-prog-guide,fastcgi-whitepaper} -type f -print0 | xargs -r0 chmod 0644 +cp include/fcgi_config.h.in . +cp include/fcgi_config.h.in perl %build -autoreconf -fi +libtoolize --force +aclocal +automake --add-missing +autoconf %configure --disable-static --includedir=%{_includedir}/fastcgi make all pushd perl + libtoolize --force + aclocal -I.. + autoconf %configure --disable-static --includedir=%{_includedir}/fastcgi %{__perl} Makefile.PL make %{?_smp_mflags} all