Hello community, here is the log from the commit of package squidGuard for openSUSE:Factory checked in at 2020-06-19 17:25:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/squidGuard (Old) and /work/SRC/openSUSE:Factory/.squidGuard.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "squidGuard" Fri Jun 19 17:25:10 2020 rev:31 rq:815880 version:1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/squidGuard/squidGuard.changes 2019-07-11 13:18:45.950760352 +0200 +++ /work/SRC/openSUSE:Factory/.squidGuard.new.3606/squidGuard.changes 2020-06-19 17:26:13.248387932 +0200 @@ -1,0 +2,5 @@ +Fri Jun 19 05:21:26 UTC 2020 - Martin Pluskal <[email protected]> + +- Fix building with gcc10 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ squidGuard.spec ++++++ --- /var/tmp/diff_new_pack.B72T9N/_old 2020-06-19 17:26:14.928392899 +0200 +++ /var/tmp/diff_new_pack.B72T9N/_new 2020-06-19 17:26:14.928392899 +0200 @@ -1,7 +1,7 @@ # # spec file for package squidGuard # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,14 +21,13 @@ %define sg_config %{_sysconfdir}/squidguard.conf %define cgidir /srv/www/cgi-bin %define imgdir /srv/www/htdocs/images - Name: squidGuard Version: 1.4 Release: 0 Summary: Filter plugin for squid License: GPL-2.0-only Group: Productivity/Networking/Web/Proxy -Url: http://www.squidguard.org/ +URL: http://www.squidguard.org/ Source0: %{name}-%{version}.tar.bz2 Source1: README.SUSE Source2: squidGuard.logrotate @@ -93,6 +92,7 @@ done %build +export CFLAGS="%{optflags} -fcommon" gettextize %configure \ --with-squiduser=squid \ @@ -103,9 +103,9 @@ --with-sg-dbhome=%{sg_dbhome} \ --with-sg-logdir=%{sg_logdir} \ --with-ldap -make %{?_smp_mflags} +%make_build pushd contrib -make %{?_smp_mflags} +%make_build popd %install
