r11053 - in /desktop/unstable/gnome-system-tools/debian: changelog patches/02_amd64_fix.patch

xaiki at users.alioth.debian.org xaiki at users.alioth.debian.org
Fri May 18 19:03:12 UTC 2007


Author: xaiki
Date: Fri May 18 19:03:12 2007
New Revision: 11053

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11053
Log:
  * Add 02_amd64_fix.patch that should prevent segfaults on AMD64 arch
    thanks to Dann Frazier 
    (closes: #423867: gnome-system-tools: get_services_tool_new() implicitly converted to pointer)
    (closes: #423868: gnome-system-tools: connectino_combo_get_value() implicitly converted to pointer)

Added:
    desktop/unstable/gnome-system-tools/debian/patches/02_amd64_fix.patch
Modified:
    desktop/unstable/gnome-system-tools/debian/changelog

Modified: desktop/unstable/gnome-system-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/changelog?rev=11053&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/changelog (original)
+++ desktop/unstable/gnome-system-tools/debian/changelog Fri May 18 19:03:12 2007
@@ -1,3 +1,12 @@
+gnome-system-tools (2.18.1-2) UNRELEASED; urgency=low
+
+  * Add 02_amd64_fix.patch that should prevent segfaults on AMD64 arch
+    thanks to Dann Frazier 
+    (closes: #423867: gnome-system-tools: get_services_tool_new() implicitly converted to pointer)
+    (closes: #423868: gnome-system-tools: connectino_combo_get_value() implicitly converted to pointer)
+
+ -- Niv Sardi <xaiki at debian.org>  Fri, 18 May 2007 21:02:44 +0200
+
 gnome-system-tools (2.18.1-1) unstable; urgency=low
 
   [ Niv Sardi ]

Added: desktop/unstable/gnome-system-tools/debian/patches/02_amd64_fix.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/patches/02_amd64_fix.patch?rev=11053&op=file
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/patches/02_amd64_fix.patch (added)
+++ desktop/unstable/gnome-system-tools/debian/patches/02_amd64_fix.patch Fri May 18 19:03:12 2007
@@ -1,0 +1,23 @@
+diff -Nur gnome-system-tools-2.18.1/src/network/connection.h gnome-system-tools-2.18.1.new/src/network/connection.h
+--- gnome-system-tools-2.18.1/src/network/connection.h	2007-02-24 18:23:24.000000000 +0100
++++ gnome-system-tools-2.18.1.new/src/network/connection.h	2007-05-18 20:58:45.000000000 +0200
+@@ -102,6 +102,7 @@
+ gchar *connection_get_config_method (GstConnectionDialog *dialog);
+ void   connection_set_config_method (GstConnectionDialog *dialog,
+ 				     const gchar         *method);
+-
++void connection_combo_set_value (GtkComboBox *combo, const gchar *method);
++gchar *connection_combo_get_value (GtkComboBox *combo);
+ 
+ #endif /* __CONNECTION_H */
+diff -Nur gnome-system-tools-2.18.1/src/services/main.c gnome-system-tools-2.18.1.new/src/services/main.c
+--- gnome-system-tools-2.18.1/src/services/main.c	2007-02-24 18:23:23.000000000 +0100
++++ gnome-system-tools-2.18.1.new/src/services/main.c	2007-05-18 20:57:44.000000000 +0200
+@@ -29,6 +29,7 @@
+ #include "table.h"
+ #include "service-settings-table.h"
+ #include "callbacks.h"
++#include "services-tool.h"
+ 
+ GstTool *tool;
+ 




More information about the pkg-gnome-commits mailing list