r10138 - in /desktop/experimental/totem/debian: changelog
patches/00list patches/40_lirc_freeconfig.dpatch
svena-guest at users.alioth.debian.org
svena-guest at users.alioth.debian.org
Wed Apr 18 19:04:30 UTC 2007
Author: svena-guest
Date: Wed Apr 18 19:04:29 2007
New Revision: 10138
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10138
Log:
* New patch, lirc_freeconfig, from upstream SVN, fix freeze on close
with lirc; thanks Philip Withnall (GNOME bug #427681);
(Closes: #418020)
Added:
desktop/experimental/totem/debian/patches/40_lirc_freeconfig.dpatch (with props)
Modified:
desktop/experimental/totem/debian/changelog
desktop/experimental/totem/debian/patches/00list
Modified: desktop/experimental/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/changelog?rev=10138&op=diff
==============================================================================
--- desktop/experimental/totem/debian/changelog (original)
+++ desktop/experimental/totem/debian/changelog Wed Apr 18 19:04:29 2007
@@ -1,8 +1,14 @@
totem (2.18.1-2) UNRELEASED; urgency=low
+ [ Loic Minier ]
* Honor CFLAGS we set in rules, doh!
- -- Loic Minier <lool at dooz.org> Thu, 12 Apr 2007 15:26:41 +0200
+ [ Sven Arvidsson ]
+ * New patch, lirc_freeconfig, from upstream SVN, fix freeze on close
+ with lirc; thanks Philip Withnall (GNOME bug #427681);
+ (Closes: #418020)
+
+ -- Sven Arvidsson <sa at whiz.se> Wed, 18 Apr 2007 21:00:46 +0200
totem (2.18.1-1) experimental; urgency=low
Modified: desktop/experimental/totem/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/patches/00list?rev=10138&op=diff
==============================================================================
--- desktop/experimental/totem/debian/patches/00list (original)
+++ desktop/experimental/totem/debian/patches/00list Wed Apr 18 19:04:29 2007
@@ -1,2 +1,3 @@
20_use_alternatives
30_kfreebsd_gnu
+40_lirc_freeconfig
Added: desktop/experimental/totem/debian/patches/40_lirc_freeconfig.dpatch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/patches/40_lirc_freeconfig.dpatch?rev=10138&op=file
==============================================================================
--- desktop/experimental/totem/debian/patches/40_lirc_freeconfig.dpatch (added)
+++ desktop/experimental/totem/debian/patches/40_lirc_freeconfig.dpatch Wed Apr 18 19:04:29 2007
@@ -1,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 40_lirc_freeconfig.dpatch by Sven Arvidsson <sa at whiz.se>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad totem-2.18.1~/src/totem-remote.c totem-2.18.1/src/totem-remote.c
+--- totem-2.18.1~/src/totem-remote.c 2007-03-26 02:50:04.000000000 +0200
++++ totem-2.18.1/src/totem-remote.c 2007-04-18 18:55:25.000000000 +0200
+@@ -230,7 +230,6 @@
+
+ #ifdef HAVE_LIRC
+ lirc_freeconfig (config);
+- g_free(config);
+
+ listeners = g_list_remove (listeners, remote);
+
Propchange: desktop/experimental/totem/debian/patches/40_lirc_freeconfig.dpatch
------------------------------------------------------------------------------
svn:executable = *
More information about the pkg-gnome-commits
mailing list