Hello community, here is the log from the commit of package uim for openSUSE:Factory checked in at Tue Feb 24 00:20:25 CET 2009. -------- --- uim/uim.changes 2008-11-25 17:23:07.000000000 +0100 +++ uim/uim.changes 2009-02-23 00:45:19.000000000 +0100 @@ -1,0 +2,8 @@ +Mon Feb 23 00:14:19 CET 2009 - vuntz@novell.com + +- Add uim-fix-gnome-compilation.patch to fix build. The patch + should probably be sent upstream if the latest version still has + the issue (upstream is at 1.5.5 now). +- Add libgnomeui-devel BuildRequires for the patch. + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- uim-fix-gnome-compilation.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uim.spec ++++++ --- /var/tmp/diff_new_pack.D11990/_old 2009-02-24 00:20:05.000000000 +0100 +++ /var/tmp/diff_new_pack.D11990/_new 2009-02-24 00:20:05.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package uim (Version 1.2.1) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ Name: uim -BuildRequires: anthy-devel canna-devel emacs-x11 gcc-c++ gnome-panel-devel gtk2-devel intltool ncurses-devel perl-XML-Parser pkg-config qt3-devel update-desktop-files xemacs +BuildRequires: anthy-devel canna-devel emacs-x11 gcc-c++ gnome-panel-devel gtk2-devel intltool libgnomeui-devel ncurses-devel perl-XML-Parser pkg-config qt3-devel update-desktop-files xemacs %if %suse_version > 1020 BuildRequires: fdupes %endif @@ -30,7 +30,7 @@ PreReq: %{_bindir}/touch Provides: locale(xorg-x11:ja) Version: 1.2.1 -Release: 276 +Release: 277 Url: http://uim.freedesktop.org/wiki/ # svn co http://freedesktop.org:8080/svn/uim/trunk # Source0: http://freedesktop.org/Software/UimDownload/uim-0.4.2.1.tar.bz2 @@ -49,6 +49,7 @@ Patch6: uim-aliasing.patch Patch7: uim-el.patch Patch8: missing-header.patch +Patch9: uim-fix-gnome-compilation.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: a multilingual input method library @@ -135,6 +136,7 @@ #%patch6 %patch7 %patch8 -p1 +%patch9 -p1 cp emacs/README README.emacs iconv -f euc-jp -t utf-8 < emacs/README.ja > README.ja.emacs @@ -292,6 +294,11 @@ %{_datadir}/uim/helperdata/bushu.t %changelog +* Mon Feb 23 2009 vuntz@novell.com +- Add uim-fix-gnome-compilation.patch to fix build. The patch + should probably be sent upstream if the latest version still has + the issue (upstream is at 1.5.5 now). +- Add libgnomeui-devel BuildRequires for the patch. * Tue Nov 25 2008 sbrabec@suse.cz - Supplement gtk2-32bit/gtk2-64bit and qt3-32bit/qt3-64bit in baselibs.conf (bnc#354164). ++++++ uim-fix-gnome-compilation.patch ++++++ Index: uim-1.2.1/configure.ac =================================================================== --- uim-1.2.1.orig/configure.ac +++ uim-1.2.1/configure.ac @@ -378,14 +378,14 @@ AC_ARG_ENABLE(applet, use_applet="no" ;; yes|*) - PKG_CHECK_MODULES(APPLET, libpanelapplet-2.0, use_applet="yes",use_applet="no") - PKG_CHECK_MODULES(APPLET_2_14, libpanelapplet-2.0 >= 2.14.0, panelapplet_have_set_background_api="yes",panelapplet_have_set_background_api="no") + PKG_CHECK_MODULES(APPLET, libpanelapplet-2.0 libgnomeui-2.0, use_applet="yes",use_applet="no") + PKG_CHECK_MODULES(APPLET_2_14, libpanelapplet-2.0 >= 2.14.0 libgnomeui-2.0, panelapplet_have_set_background_api="yes",panelapplet_have_set_background_api="no") ;; esac ], [ - PKG_CHECK_MODULES(APPLET, libpanelapplet-2.0, use_applet="yes",use_applet="no") - PKG_CHECK_MODULES(APPLET_2_14, libpanelapplet-2.0 >= 2.14.0, panelapplet_have_set_background_api="yes",panelapplet_have_set_background_api="no") + PKG_CHECK_MODULES(APPLET, libpanelapplet-2.0 libgnomeui-2.0, use_applet="yes",use_applet="no") + PKG_CHECK_MODULES(APPLET_2_14, libpanelapplet-2.0 >= 2.14.0 libgnomeui-2.0, panelapplet_have_set_background_api="yes",panelapplet_have_set_background_api="no") ]) if test x"$panelapplet_have_set_background_api" = xyes; then ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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