Hello community, here is the log from the commit of package wxGTK checked in at Thu Sep 13 18:59:57 CEST 2007. -------- --- wxGTK/wxGTK.changes 2007-09-05 11:23:53.000000000 +0200 +++ /mounts/work_src_done/STABLE/wxGTK/wxGTK.changes 2007-09-13 15:12:32.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Sep 13 11:35:14 CEST 2007 - prusnak@suse.cz + +- corrected last patch (gtk_border_free.patch) [#294693] + +------------------------------------------------------------------- Old: ---- wxGtk-fix-crash-on-startup New: ---- wxGTK-2.8.4.0-gtk_border_free.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wxGTK.spec ++++++ --- /var/tmp/diff_new_pack.s26258/_old 2007-09-13 18:59:29.000000000 +0200 +++ /var/tmp/diff_new_pack.s26258/_new 2007-09-13 18:59:29.000000000 +0200 @@ -18,7 +18,7 @@ Group: System/Libraries Autoreqprov: on Version: 2.8.4.0 -Release: 42 +Release: 47 Summary: C++ Framework for Cross-Platform Development # Source from http://www.wxpython.org/ Source0: %{srcname}-%{version}.tar.bz2 @@ -36,7 +36,7 @@ Patch1: wxGTK-enable-wxrc.patch Patch2: wxGTK-2.8.1.1-uninitilised_vars.patch Patch3: wxGTK-datarootdir.patch -Patch4: wxGtk-fix-crash-on-startup +Patch4: wxGTK-%{version}-gtk_border_free.patch # compile with debug stuff (adds lots of asserts, which can help finding # problems in applications) %define usedebug 0 @@ -140,7 +140,7 @@ %patch1 %patch2 %patch3 -%patch4 -p1 +%patch4 cp %{S:2} . mkdir wxWidgets-unicode mkdir wxWidgets-ansi @@ -323,6 +323,8 @@ %{py_sitedir}/* %changelog +* Thu Sep 13 2007 - prusnak@suse.cz +- corrected last patch (gtk_border_free.patch) [#294693] * Wed Sep 05 2007 - bwalle@suse.de - fix crash on startup on x86_64 (#294693) * Wed Aug 29 2007 - prusnak@suse.cz ++++++ wxGTK-2.8.4.0-gtk_border_free.patch ++++++ --- src/gtk/button.cpp +++ src/gtk/button.cpp @@ -80,7 +80,7 @@ right_border += default_border->right; top_border += default_border->top; bottom_border += default_border->bottom; - g_free( default_border ); + gtk_border_free( default_border ); } win->MoveWindow( win->m_x - top_border, --- src/gtk/window.cpp +++ src/gtk/window.cpp @@ -2706,7 +2706,7 @@ right_border += default_border->right; top_border += default_border->top; bottom_border += default_border->bottom; - g_free( default_border ); + gtk_border_free( default_border ); } } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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