commit icecream for openSUSE:Factory
Hello community, here is the log from the commit of package icecream for openSUSE:Factory checked in at 2012-08-31 09:31:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/icecream (Old) and /work/SRC/openSUSE:Factory/.icecream.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "icecream", Maintainer is "coolo@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/icecream/icecream.changes 2012-03-23 11:49:01.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.icecream.new/icecream.changes 2012-08-31 09:31:23.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Jul 22 06:20:28 UTC 2012 - aj@suse.de + +- Add icecream-include.patch: missing sys/resource include (glibc 2.16) + +------------------------------------------------------------------- New: ---- icecream-include.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ icecream.spec ++++++ --- /var/tmp/diff_new_pack.vsSuMY/_old 2012-08-31 09:31:24.000000000 +0200 +++ /var/tmp/diff_new_pack.vsSuMY/_new 2012-08-31 09:31:24.000000000 +0200 @@ -35,6 +35,7 @@ Source0: ftp://ftp.suse.com/pub/projects/icecream/icecc-%{version}.tar.bz2 Source1: %name-manpages.tar.bz2 Patch0: treat-linux3-as-separate-platform.diff +Patch1: icecream-include.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -53,6 +54,7 @@ %prep %setup -q -a 1 -n icecc-%{version} %patch0 +%patch1 -p1 %build export CFLAGS="$RPM_OPT_FLAGS" ++++++ icecream-include.patch ++++++ Index: icecc-0.9.7/daemon/workit.cpp =================================================================== --- icecc-0.9.7.orig/daemon/workit.cpp +++ icecc-0.9.7/daemon/workit.cpp @@ -43,7 +43,7 @@ #endif #include <sys/socket.h> -#if defined(__FreeBSD__) || defined(__DragonFly__) || defined(__APPLE__) +#if defined(__FreeBSD__) || defined(__DragonFly__) || defined(__APPLE__) || defined (__linux__) #include <signal.h> #include <sys/resource.h> #ifndef RUSAGE_SELF -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de