diff --git a/varnish.changes b/varnish.changes index 45fc520..78cf0db 100644 --- a/varnish.changes +++ b/varnish.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 9 19:33:32 UTC 2020 - Jan Engelhardt + +- Update Git-Web repository link +- Set CFLAGS+=-fcommon. + ------------------------------------------------------------------- Tue Mar 17 12:59:44 UTC 2020 - Jan Engelhardt diff --git a/varnish.spec b/varnish.spec index 40956da..b67c8be 100644 --- a/varnish.spec +++ b/varnish.spec @@ -32,8 +32,7 @@ Summary: Accelerator for HTTP services License: BSD-2-Clause Group: Productivity/Networking/Web/Proxy URL: http://varnish-cache.org/ -#Git-Clone: git://git.varnish-cache.org/varnish-cache -#Git-Web: https://varnish-cache.org/trac/browser +#Git-Web: https://github.com/varnishcache/varnish-cache Source: https://varnish-cache.org/_downloads/%name-%version.tgz Source3: varnish.sysconfig Source5: varnish.logrotate @@ -52,9 +51,7 @@ BuildRequires: systemd-rpm-macros BuildRequires: xz Requires: c_compiler Requires(pre): %_sbindir/useradd %_sbindir/groupadd -%if 0%{?suse_version} >= 1010 Recommends: logrotate -%endif %description Varnish is an HTTP accelerator. Often called Reverse Proxy, it is an @@ -98,7 +95,7 @@ This package holds the development files for varnish. %autosetup -p1 %build -export CFLAGS="%optflags -fstack-protector -Wno-error=clobbered -Werror=maybe-uninitialized" +export CFLAGS="%optflags -fcommon -fstack-protector -Wno-error=clobbered -Werror=maybe-uninitialized" %ifarch %ix86 export CFLAGS="$CFLAGS -ffloat-store -fexcess-precision=standard" %endif