Hello community, here is the log from the commit of package the-board for openSUSE:Factory checked in at 2011-11-28 18:28:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/the-board (Old) and /work/SRC/openSUSE:Factory/.the-board.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "the-board", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/the-board/the-board.changes 2011-09-23 12:48:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.the-board.new/the-board.changes 2011-11-28 18:28:05.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Nov 28 13:49:14 UTC 2011 - dimstar@opensuse.org + +- Add the-board-includes.patch: Fix implicit declaration of + 'strcmp' by including string.h as needed. + +------------------------------------------------------------------- New: ---- the-board-includes.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ the-board.spec ++++++ --- /var/tmp/diff_new_pack.tsu5yd/_old 2011-11-28 18:28:06.000000000 +0100 +++ /var/tmp/diff_new_pack.tsu5yd/_new 2011-11-28 18:28:06.000000000 +0100 @@ -25,6 +25,8 @@ Url: http://live.gnome.org/TheBoardProject Group: Productivity/Other Source: %{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM the-board-includes.patch bgo#665048 dimstar@opensuse.org -- Include string.h as needed. +Patch0: the-board-includes.patch BuildRequires: fdupes BuildRequires: intltool BuildRequires: update-desktop-files @@ -92,6 +94,7 @@ %lang_package %prep %setup -q +%patch0 -p1 %build %configure ++++++ the-board-includes.patch ++++++ Index: the-board-0.1.3/src/tb/tb-sound-player.c =================================================================== --- the-board-0.1.3.orig/src/tb/tb-sound-player.c +++ the-board-0.1.3/src/tb/tb-sound-player.c @@ -1,6 +1,7 @@ #include <glib.h> #include <glib-object.h> #include <gst/gst.h> +#include <string.h> #include "tb-enum-types.h" #include "tb/tb-sound-player.h" Index: the-board-0.1.3/src/tb/tb-sound-recorder.c =================================================================== --- the-board-0.1.3.orig/src/tb/tb-sound-recorder.c +++ the-board-0.1.3/src/tb/tb-sound-recorder.c @@ -1,6 +1,7 @@ #include <glib.h> #include <glib-object.h> #include <gst/gst.h> +#include <string.h> #include "tb-enum-types.h" #include "tb/tb-sound-recorder.h" -- 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