r25650 - in /packages/experimental/libnotify/debian: changelog patches/02_upstream_ref_pixbuf.patch patches/series
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Mon Nov 22 13:41:42 UTC 2010
Author: pochu
Date: Mon Nov 22 13:41:35 2010
New Revision: 25650
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25650
Log:
* debian/patches/02_upstream_ref_pixbuf.patch:
+ Patch from upstream GIT, take a reference on the pixbuf to avoid
crashes on clients.
Added:
packages/experimental/libnotify/debian/patches/02_upstream_ref_pixbuf.patch
Modified:
packages/experimental/libnotify/debian/changelog
packages/experimental/libnotify/debian/patches/series
Modified: packages/experimental/libnotify/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libnotify/debian/changelog?rev=25650&op=diff
==============================================================================
--- packages/experimental/libnotify/debian/changelog [utf-8] (original)
+++ packages/experimental/libnotify/debian/changelog [utf-8] Mon Nov 22 13:41:35 2010
@@ -1,3 +1,11 @@
+libnotify (0.7.0-2) experimental; urgency=low
+
+ * debian/patches/02_upstream_ref_pixbuf.patch:
+ + Patch from upstream GIT, take a reference on the pixbuf to avoid
+ crashes on clients.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org> Mon, 22 Nov 2010 14:41:42 +0100
+
libnotify (0.7.0-1) experimental; urgency=low
* New upstream release. Closes: #603635.
Added: packages/experimental/libnotify/debian/patches/02_upstream_ref_pixbuf.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libnotify/debian/patches/02_upstream_ref_pixbuf.patch?rev=25650&op=file
==============================================================================
--- packages/experimental/libnotify/debian/patches/02_upstream_ref_pixbuf.patch (added)
+++ packages/experimental/libnotify/debian/patches/02_upstream_ref_pixbuf.patch [utf-8] Mon Nov 22 13:41:35 2010
@@ -1,0 +1,21 @@
+From 49766bca28bb6fc57689f6061669bb44362d694d Mon Sep 17 00:00:00 2001
+From: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
+Date: Tue, 02 Nov 2010 16:02:37 +0000
+Subject: notify_notification_set_image_from_pixbuf: ref the pixbuf (#633829)
+
+---
+diff --git a/libnotify/notification.c b/libnotify/notification.c
+index 2d5ecd9..571eff6 100644
+--- a/libnotify/notification.c
++++ b/libnotify/notification.c
+@@ -695,7 +695,7 @@ notify_notification_set_image_from_pixbuf (NotifyNotification *notification,
+ image_len,
+ TRUE,
+ (GDestroyNotify) g_object_unref,
+- pixbuf));
++ g_object_ref (pixbuf)));
+ notify_notification_set_hint (notification, hint_name, value);
+ }
+
+--
+cgit v0.8.3.1
Modified: packages/experimental/libnotify/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libnotify/debian/patches/series?rev=25650&op=diff
==============================================================================
--- packages/experimental/libnotify/debian/patches/series [utf-8] (original)
+++ packages/experimental/libnotify/debian/patches/series [utf-8] Mon Nov 22 13:41:35 2010
@@ -1,2 +1,3 @@
01_upstream_fix_license_header.patch
+02_upstream_ref_pixbuf.patch
99_ltmain_as-needed.patch
More information about the pkg-gnome-commits
mailing list