Hello community, here is the log from the commit of package distcc for openSUSE:Factory checked in at 2017-06-15 11:25:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/distcc (Old) and /work/SRC/openSUSE:Factory/.distcc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "distcc" Thu Jun 15 11:25:27 2017 rev:2 rq:503691 version:3.2rc1 Changes: -------- --- /work/SRC/openSUSE:Factory/distcc/distcc.changes 2015-02-03 11:39:33.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.distcc.new/distcc.changes 2017-06-15 11:25:57.661650969 +0200 @@ -1,0 +2,7 @@ +Wed Jun 14 12:51:30 UTC 2017 - [email protected] + +- Switch to github distribution as the code.google.com is dead +- Drop the distcc-3.0-xinetd.patch as we do not install the service + and user can tweak it up to his liking + +------------------------------------------------------------------- Old: ---- distcc-3.0-xinetd.patch distcc-3.2rc1.tar.bz2 New: ---- v3.2rc1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ distcc.spec ++++++ --- /var/tmp/diff_new_pack.fONpn2/_old 2017-06-15 11:25:58.441540877 +0200 +++ /var/tmp/diff_new_pack.fONpn2/_new 2017-06-15 11:25:58.441540877 +0200 @@ -1,7 +1,7 @@ # # spec file for package distcc # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,13 +22,12 @@ Summary: A fast, free distributed C/C++ compiler License: GPL-2.0+ Group: Development/Tools/Building -Url: https://code.google.com/p/distcc/ -Source0: http://distcc.googlecode.com/files/%{name}-%{version}.tar.bz2 +Url: https://github.com/distcc/distcc +Source0: https://github.com/distcc/distcc/archive/v%{version}.tar.gz Source1: distccd.sysconfig Source2: distccd.service Source3: distccd.firewall Patch0: distcc-3.0-fix-fortify.patch -Patch1: distcc-3.0-xinetd.patch Patch2: distcc-3.2_rc1-freedesktop.patch Patch3: distcc-3.2_rc1-gssapi.patch Patch4: distcc-3.2_rc1-python.patch @@ -80,7 +79,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 @@ -97,6 +95,8 @@ autoreconf -fvi %build +export CFLAGS="%{optflags} -fno-strict-aliasing" +export CXXFLAGS="%{optflags} -fno-strict-aliasing" %configure \ --with-docdir=%{_docdir}/%{name} \ --disable-Werror \ @@ -198,3 +198,4 @@ %{_datadir}/applications/distccmon-gnome.desktop %{_datadir}/pixmaps/distccmon-gnome-icon.png +%changelog
