Hello community,

here is the log from the commit of package lxlauncher for openSUSE:Factory
checked in at Mon Jul 25 10:09:45 CEST 2011.



--------
--- lxlauncher/lxlauncher.changes       2011-02-25 21:30:36.000000000 +0100
+++ /mounts/work_src_done/STABLE/lxlauncher/lxlauncher.changes  2011-07-24 
17:03:55.000000000 +0200
@@ -1,0 +2,14 @@
+Sun Jul 24 15:03:03 UTC 2011 - [email protected]
+
+- added lxlauncher-0.2.2-fix-build-on-older-gtk2.patch in order to
+  fix the build on gtk2 < 2.24
+
+-------------------------------------------------------------------
+Sun Jul 24 11:04:44 UTC 2011 - [email protected]
+
+- new upstream version 0.2.2 (bug fix release)
+  * translations updates
+- removed all patches now in upstream code 
+- added url tag
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  lxlauncher-0.2.1-fix-missing-intltool-init.patch
  lxlauncher-0.2.1-fix-segfault.patch
  lxlauncher-0.2.1-menu-cache-changes.patch
  lxlauncher-0.2.1-no-return.patch
  lxlauncher-0.2.1.tar.bz2

New:
----
  lxlauncher-0.2.2-fix-build-on-older-gtk2.patch
  lxlauncher-0.2.2.tar.bz2

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

Other differences:
------------------
++++++ lxlauncher.spec ++++++
--- /var/tmp/diff_new_pack.QF9EFt/_old  2011-07-25 10:08:42.000000000 +0200
+++ /var/tmp/diff_new_pack.QF9EFt/_new  2011-07-25 10:08:42.000000000 +0200
@@ -19,14 +19,12 @@
 
 
 Name:           lxlauncher
-Version:        0.2.1
-Release:        13
+Version:        0.2.2
+Release:        1
 License:        GPLv3
+Url:            http://www.lxde.org
 Source0:        %{name}-%{version}.tar.bz2
-Patch0:         %name-0.2.1-no-return.patch
-Patch1:         %name-0.2.1-menu-cache-changes.patch
-Patch2:         %name-0.2.1-fix-segfault.patch
-Patch3:         %{name}-0.2.1-fix-missing-intltool-init.patch
+Patch0:         lxlauncher-0.2.2-fix-build-on-older-gtk2.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gnome-menus-devel gtk2-devel startup-notification-devel
 BuildRequires:  autoconf automake fdupes intltool menu-cache-devel pkgconfig
@@ -40,19 +38,14 @@
 
 %prep
 %setup -q
-%patch0 -p2
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch0 -p1
 
 %build
-autoreconf -fi
 %configure
-%__make %{?jobs:-j%{jobs}}
+%__make %{?_smp_mflags} V=1
 
 %install
 %makeinstall
-%__rm -rf %{buildroot}/%{_datadir}/locale/ur_PK
 %find_lang %{name}
 %fdupes -s %buildroot
 

++++++ lxlauncher-0.2.2-fix-build-on-older-gtk2.patch ++++++
diff -urNp lxlauncher-0.2.2.orig/src/lxlauncher.c 
lxlauncher-0.2.2/src/lxlauncher.c
--- lxlauncher-0.2.2.orig/src/lxlauncher.c      2011-07-23 22:22:54.000000000 
+0200
+++ lxlauncher-0.2.2/src/lxlauncher.c   2011-07-24 16:56:34.000000000 +0200
@@ -491,7 +491,11 @@ GdkFilterReturn evt_filter(GdkXEvent *xe
     if(xev->type == PropertyNotify && xev->xproperty.atom == atom_NET_WORKAREA 
)
     {
         GdkRectangle working_area;
+#if GTK_CHECK_VERSION(2,24,0)
         get_working_area( gdk_window_get_screen(evt->any.window), 
&working_area );
+#else
+        get_working_area( gdk_drawable_get_screen(evt->any.window), 
&working_area );
+#endif
         gtk_window_move( GTK_WINDOW(main_window), working_area.x, 
working_area.y );
         gtk_window_resize( GTK_WINDOW(main_window), working_area.width, 
working_area.height );
     }
++++++ lxlauncher-0.2.1.tar.bz2 -> lxlauncher-0.2.2.tar.bz2 ++++++
++++ 24011 lines of diff (skipped)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to