commit scim-bridge for openSUSE:Factory
Hello community, here is the log from the commit of package scim-bridge for openSUSE:Factory checked in at Mon Mar 2 17:53:45 CET 2009. -------- --- scim-bridge/scim-bridge.changes 2009-01-15 09:21:06.000000000 +0100 +++ /mounts/work_src_done/STABLE/scim-bridge/scim-bridge.changes 2009-03-02 14:58:04.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Mar 2 14:57:53 CET 2009 - crrodriguez@suse.de + +- fix build with GCC 4.4 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- scim-bridge-0.4.15-gcc44.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scim-bridge.spec ++++++ --- /var/tmp/diff_new_pack.g15248/_old 2009-03-02 17:52:06.000000000 +0100 +++ /var/tmp/diff_new_pack.g15248/_new 2009-03-02 17:52:06.000000000 +0100 @@ -22,7 +22,7 @@ BuildRequires: docbook-xsl-stylesheets doxygen gtk2-devel intltool libqt4-devel qt3-devel scim-devel Summary: Scim Bridge Version: 0.4.15 -Release: 8 +Release: 10 License: LGPL v2.1 or later Group: System/I18n/Japanese AutoReqProv: on @@ -40,6 +40,7 @@ Patch5: scim-bridge-agent-add-frontend-mask.patch Patch6: scim-bridge-remember-focus-state.patch Patch7: scim-bridge-fixes-x11-frontend-launch-order.patch +Patch8: scim-bridge-0.4.15-gcc44.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %define gtk_prefix %(pkg-config --variable=prefix gtk+-2.0) @@ -92,6 +93,7 @@ %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 find . -type f | xargs chmod u+w #find . -name CVS -type d | xargs rm -r find . -name .cvsignore -type f | xargs rm -f @@ -103,8 +105,8 @@ ./bootstrap intltoolize --force -c --automake export CFLAGS="$RPM_OPT_FLAGS" -%configure --enable-gtk2-immodule --enable-qt3-immodule --enable-qt4-immodule -make +%configure --disable-static --with-pic --enable-gtk2-immodule --enable-qt3-immodule --enable-qt4-immodule +%{__make} %{?jobs:-j%jobs} %install make DESTDIR=${RPM_BUILD_ROOT} install @@ -179,6 +181,8 @@ %qt4_plugindir/inputmethods/im-scim-bridge*.so %changelog +* Mon Mar 02 2009 crrodriguez@suse.de +- fix build with GCC 4.4 * Thu Jan 15 2009 pwu@suse.de - bnc#465111: Fixes the launch order of scim socket server and scim x11 frontend. ++++++ scim-bridge-0.4.15-gcc44.patch ++++++ Index: agent/scim-bridge-agent-application.cpp =================================================================== --- agent/scim-bridge-agent-application.cpp.orig 2007-11-07 14:09:35.000000000 +0100 +++ agent/scim-bridge-agent-application.cpp 2009-03-02 14:40:25.000000000 +0100 @@ -17,6 +17,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ +#include <stdio.h> #include <errno.h> #include <getopt.h> #include <stdlib.h> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- 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