commit lxpanel for openSUSE:Factory
Hello community, here is the log from the commit of package lxpanel for openSUSE:Factory checked in at Fri Jul 29 11:52:51 CEST 2011. -------- --- lxpanel/lxpanel.changes 2011-07-25 00:54:03.000000000 +0200 +++ /mounts/work_src_done/STABLE/lxpanel/lxpanel.changes 2011-07-27 00:37:20.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Jul 26 22:14:24 UTC 2011 - gber@opensuse.org + +- added lxpanel-0.5.7-fix-gcc-warnings.patch in order to fix two + typos + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- lxpanel-0.5.7-fix-typo.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxpanel.spec ++++++ --- /var/tmp/diff_new_pack.P6w1Vf/_old 2011-07-29 11:52:36.000000000 +0200 +++ /var/tmp/diff_new_pack.P6w1Vf/_new 2011-07-29 11:52:36.000000000 +0200 @@ -20,7 +20,7 @@ Name: lxpanel Version: 0.5.7 -Release: 1 +Release: 4 Summary: Lightweight X11 desktop panel based on fbpanel Group: System/GUI/LXDE License: GPL @@ -28,6 +28,7 @@ Source0: %name-%version.tar.bz2 Patch0: %name-0.5.7-fix-gtkrequisition.patch Patch1: %name-0.5.7-fix-gcc-warnings.patch +Patch2: %name-0.5.7-fix-typo.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: alsa-devel intltool pkg-config update-desktop-files BuildRequires: docbook-utils gtk2-devel menu-cache-devel python-xml @@ -67,6 +68,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %configure \ ++++++ lxpanel-0.5.7-fix-typo.patch ++++++ diff -urNp lxpanel-0.5.7.orig/src/plugins/taskbar.c lxpanel-0.5.7/src/plugins/taskbar.c --- lxpanel-0.5.7.orig/src/plugins/taskbar.c 2011-07-23 22:13:48.000000000 +0200 +++ lxpanel-0.5.7/src/plugins/taskbar.c 2011-07-27 00:07:29.350999981 +0200 @@ -615,7 +615,7 @@ static GdkPixbuf * _wnck_gdk_pixbuf_get_ } /* Be sure we aren't going to fail due to visual mismatch. */ -#if GLIB_CHECK_VERSION(2,22,0) +#if GTK_CHECK_VERSION(2,22,0) if ((colormap != NULL) && (gdk_visual_get_depth(gdk_colormap_get_visual(colormap)) != depth)) #else if ((colormap != NULL) && (gdk_colormap_get_visual(colormap)->depth != depth)) @@ -1220,7 +1220,7 @@ static void taskbar_button_size_allocate #if GTK_CHECK_VERSION(2,22,0) gdk_window_get_origin(gtk_button_get_event_window(GTK_BUTTON(btn)), &x, &y); #else - gdk_window_get_origin((GTK_BUTTON(btn)->event_window, &x, &y); + gdk_window_get_origin(GTK_BUTTON(btn)->event_window, &x, &y); #endif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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