Hello community,

here is the log from the commit of package imhangul for openSUSE:Factory
checked in at Mon May 23 15:13:57 CEST 2011.



--------
--- imhangul/imhangul.changes   2011-03-09 12:30:13.000000000 +0100
+++ /mounts/work_src_done/STABLE/imhangul/imhangul.changes      2011-05-22 
13:09:18.000000000 +0200
@@ -1,0 +2,6 @@
+Sun May 22 11:06:27 UTC 2011 - idon...@novell.com
+
+- Add imhangul-0.9.14-gtk-deprecated.patch: replace deprecated
+  gdk_drawable_get_screen with gdk_window_get_screen 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  imhangul-0.9.14-gtk-deprecated.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ imhangul.spec ++++++
--- /var/tmp/diff_new_pack.BNLMH6/_old  2011-05-23 15:11:21.000000000 +0200
+++ /var/tmp/diff_new_pack.BNLMH6/_new  2011-05-23 15:11:21.000000000 +0200
@@ -29,10 +29,12 @@
 PreReq:         /usr/bin/touch
 Requires:       gtk2
 Version:        0.9.14
-Release:        14
+Release:        15
 Url:            http://imhangul.kldp.net/
 Source0:        http://kldp.net/download.php/1443/imhangul-%{version}.tar.bz2
 Source1:        baselibs.conf
+# PATCH-FIX-UPSTREAM imhangul-0.9.14-gtk-deprecated.patch idoen...@suse.de -- 
Replace deprecated functions
+Patch1:         imhangul-0.9.14-gtk-deprecated.patch 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        GTK+-2.0 Hangul Input Modules
 %gtk2_immodule_requires
@@ -48,6 +50,7 @@
 
 %prep
 %setup -q 
+%patch1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"

++++++ imhangul-0.9.14-gtk-deprecated.patch ++++++
--- gtkimcontexthangul.c.old    2011-05-23 09:13:54.025010316 +0200
+++ gtkimcontexthangul.c        2011-05-23 09:15:44.028010324 +0200
@@ -565,7 +565,11 @@
 im_hangul_set_input_mode_info (GdkWindow *window, int state)
 {
   if (window != NULL) {
+#if GTK_CHECK_VERSION(2, 24, 0)
+    GdkScreen *screen = gdk_window_get_screen(window);
+#else
     GdkScreen *screen = gdk_drawable_get_screen(window);
+#endif
     im_hangul_set_input_mode_info_for_screen (screen, state);
   }
 }

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to