Hello community, here is the log from the commit of package scim-bridge for openSUSE:Factory checked in at 2012-03-26 11:07:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scim-bridge (Old) and /work/SRC/openSUSE:Factory/.scim-bridge.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scim-bridge", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/scim-bridge/scim-bridge.changes 2012-02-02 18:00:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.scim-bridge.new/scim-bridge.changes 2012-03-26 11:07:37.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Mar 24 14:11:34 UTC 2012 - [email protected] + +- Add scim-bridge-gcc47.patch: Fix build with gcc 4.7. + +------------------------------------------------------------------- New: ---- scim-bridge-gcc47.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scim-bridge.spec ++++++ --- /var/tmp/diff_new_pack.TPLoFK/_old 2012-03-26 11:07:39.000000000 +0200 +++ /var/tmp/diff_new_pack.TPLoFK/_new 2012-03-26 11:07:39.000000000 +0200 @@ -44,6 +44,7 @@ Patch8: scim-bridge-0.4.15-gcc44.patch Patch9: scim-bridge-fix-vnc-display-check.diff Patch10: scim-bridge-reregister-type-module-if-reload.patch +Patch11: scim-bridge-gcc47.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %define gtk_prefix %(pkg-config --variable=prefix gtk+-2.0) @@ -94,6 +95,7 @@ %patch8 %patch9 -p1 %patch10 -p1 +%patch11 -p1 find . -type f | xargs chmod u+w #find . -name CVS -type d | xargs rm -r ++++++ scim-bridge-gcc47.patch ++++++ Index: scim-bridge-0.4.16/agent/scim-bridge-agent-signal-listener.cpp =================================================================== --- scim-bridge-0.4.16.orig/agent/scim-bridge-agent-signal-listener.cpp +++ scim-bridge-0.4.16/agent/scim-bridge-agent-signal-listener.cpp @@ -25,6 +25,7 @@ #include <sys/socket.h> #include <sys/types.h> +#include <unistd.h> #include "scim-bridge-output.h" Index: scim-bridge-0.4.16/agent/utils/scim-bridge-agent-panel-client.cpp =================================================================== --- scim-bridge-0.4.16.orig/agent/utils/scim-bridge-agent-panel-client.cpp +++ scim-bridge-0.4.16/agent/utils/scim-bridge-agent-panel-client.cpp @@ -23,6 +23,7 @@ #include <sys/stat.h> #include <sys/types.h> +#include <unistd.h> #include <sys/wait.h> #define Uses_SCIM_CONFIG_PATH -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
