Hello community, here is the log from the commit of package MozillaThunderbird for openSUSE:Factory checked in at 2012-07-30 11:17:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/MozillaThunderbird (Old) and /work/SRC/openSUSE:Factory/.MozillaThunderbird.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "MozillaThunderbird", Maintainer is "gnome-maintainers@suse.de" Changes: -------- --- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes 2012-07-20 10:24:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes 2012-07-30 11:40:49.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Jul 29 07:22:19 UTC 2012 - aj@suse.de + +- Fix mozilla-kde.patch to include sys/resource.h for getrlimit etc (glibc 2.16) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mozilla-kde.patch ++++++ --- /var/tmp/diff_new_pack.c51kUN/_old 2012-07-30 11:44:53.000000000 +0200 +++ /var/tmp/diff_new_pack.c51kUN/_new 2012-07-30 11:44:53.000000000 +0200 @@ -2216,7 +2216,7 @@ new file mode 100644 --- /dev/null +++ b/toolkit/xre/nsKDEUtils.cpp -@@ -0,0 +1,372 @@ +@@ -0,0 +1,373 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: MPL 1.1/GPL 2.0/LGPL 2.1 @@ -2266,6 +2266,7 @@ +#include <limits.h> +#include <stdio.h> +#include <sys/wait.h> ++#include <sys/resource.h> +#include <unistd.h> +#include <X11/Xlib.h> + -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org