r19430 - in /desktop/unstable/gnome-applets/debian: changelog patches/02_selector_crash.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed Apr 8 09:42:48 UTC 2009


Author: joss
Date: Wed Apr  8 09:42:48 2009
New Revision: 19430

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19430
Log:
02_selector_crash.patch: new patch, stolen upstream. Fixes crash in 
cpufreq-selector. Closes: #523022.

Added:
    desktop/unstable/gnome-applets/debian/patches/02_selector_crash.patch
Modified:
    desktop/unstable/gnome-applets/debian/changelog
    desktop/unstable/gnome-applets/debian/patches/series

Modified: desktop/unstable/gnome-applets/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/changelog?rev=19430&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/changelog (original)
+++ desktop/unstable/gnome-applets/debian/changelog Wed Apr  8 09:42:48 2009
@@ -1,3 +1,10 @@
+gnome-applets (2.24.3.1-2) unstable; urgency=low
+
+  * 02_selector_crash.patch: new patch, stolen upstream. Fixes crash in 
+    cpufreq-selector. Closes: #523022.
+
+ -- Josselin Mouette <joss at debian.org>  Wed, 08 Apr 2009 11:42:09 +0200
+
 gnome-applets (2.24.3.1-1) unstable; urgency=low
 
   * gnome-applets.preinst: don’t remove the statoverride upon first 

Added: desktop/unstable/gnome-applets/debian/patches/02_selector_crash.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/patches/02_selector_crash.patch?rev=19430&op=file
==============================================================================
--- desktop/unstable/gnome-applets/debian/patches/02_selector_crash.patch (added)
+++ desktop/unstable/gnome-applets/debian/patches/02_selector_crash.patch Wed Apr  8 09:42:48 2009
@@ -1,0 +1,18 @@
+Debian #523022
+LP #331044
+GNOME #573762
+Upstream commit r11329
+
+Index: gnome-applets-2.24.3.1/cpufreq/src/cpufreq-selector/cpufreq-selector-service.c
+===================================================================
+--- gnome-applets-2.24.3.1.orig/cpufreq/src/cpufreq-selector/cpufreq-selector-service.c	2009-04-08 11:40:46.319448631 +0200
++++ gnome-applets-2.24.3.1/cpufreq/src/cpufreq-selector/cpufreq-selector-service.c	2009-04-08 11:40:51.239449567 +0200
+@@ -54,7 +54,7 @@ cpufreq_selector_service_error_get_type 
+ 	static GType etype = 0;
+ 
+ 	if (G_UNLIKELY (etype == 0)) {
+-		const GEnumValue values[] = {
++		static const GEnumValue values[] = {
+ 			{ SERVICE_ERROR_GENERAL,            "SERVICE_ERROR_GENERAL",            "GeneralError" },
+ 			{ SERVICE_ERROR_DBUS,               "SERVICE_ERROR_DBUS",               "DBUSError" },
+ 			{ SERVICE_ERROR_ALREADY_REGISTERED, "SERVICE_ERROR_ALREADY_REGISTERED", "AlreadyRegistered" },

Modified: desktop/unstable/gnome-applets/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/patches/series?rev=19430&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/patches/series (original)
+++ desktop/unstable/gnome-applets/debian/patches/series Wed Apr  8 09:42:48 2009
@@ -1,4 +1,5 @@
 01_distclean.patch
+02_selector_crash.patch
 09_modemlights_use_new_gst.patch
 98_autoreconf.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list