[Pkg-xfce-commits] r3866 - in goodies/trunk/xfce4-cpufreq-plugin/debian: . patches
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Tue Feb 16 10:01:47 UTC 2010
Author: mrpouit-guest
Date: 2010-02-16 22:01:28 +0000 (Tue, 16 Feb 2010)
New Revision: 3866
Added:
goodies/trunk/xfce4-cpufreq-plugin/debian/patches/03_fix-segfault-on-exit.patch
Modified:
goodies/trunk/xfce4-cpufreq-plugin/debian/changelog
Log:
debian/patches/03_fix-segfault-on-exit.patch: use expected function
signature for the "free-data" callback. lp: #86317, closes: #505175
Modified: goodies/trunk/xfce4-cpufreq-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-cpufreq-plugin/debian/changelog 2010-02-13 09:56:46 UTC (rev 3865)
+++ goodies/trunk/xfce4-cpufreq-plugin/debian/changelog 2010-02-16 22:01:28 UTC (rev 3866)
@@ -13,8 +13,12 @@
- update standards version to 3.8.2.
- update debhelper build-dep to 7.
- -- Yves-Alexis Perez <corsac at debian.org> Mon, 03 Aug 2009 18:28:36 +0200
+ [ Lionel Le Folgoc ]
+ * debian/patches/03_fix-segfault-on-exit.patch: use expected function
+ signature for the "free-data" callback. lp: #86317, closes: #505175
+ -- Lionel Le Folgoc <mrpouit at gmail.com> Tue, 16 Feb 2010 22:54:36 +0100
+
xfce4-cpufreq-plugin (0.2-2) unstable; urgency=low
[ Yves-Alexis Perez ]
Added: goodies/trunk/xfce4-cpufreq-plugin/debian/patches/03_fix-segfault-on-exit.patch
===================================================================
--- goodies/trunk/xfce4-cpufreq-plugin/debian/patches/03_fix-segfault-on-exit.patch (rev 0)
+++ goodies/trunk/xfce4-cpufreq-plugin/debian/patches/03_fix-segfault-on-exit.patch 2010-02-16 22:01:28 UTC (rev 3866)
@@ -0,0 +1,11 @@
+--- xfce4-cpufreq-plugin-0.2.orig/cpufreq.c
++++ xfce4-cpufreq-plugin-0.2/cpufreq.c
+@@ -196,7 +196,7 @@
+ }
+
+ static void
+-cpufreq_free (struct cpufreq_monitor *c)
++cpufreq_free (XfcePanelPlugin *plugin, struct cpufreq_monitor *c)
+ {
+ int i;
+
More information about the Pkg-xfce-commits
mailing list