r1888 - in /experimental/evolution-data-server3/debian: changelog libcamel-1.2-23.shlibs libcamel1.2-23.shlibs patches/01_calendar_exit.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Apr 10 08:55:58 UTC 2011


Author: joss
Date: Sun Apr 10 08:55:56 2011
New Revision: 1888

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1888
Log:
* Fix missing file rename for libcamel.shlibs.
* New upstream stable release.
* 01_calendar_exit.patch: stolen upstream. Fix a process not exiting 
  at the end of the session.

Added:
    experimental/evolution-data-server3/debian/libcamel-1.2-23.shlibs
      - copied unchanged from r1885, experimental/evolution-data-server3/debian/libcamel1.2-23.shlibs
    experimental/evolution-data-server3/debian/patches/01_calendar_exit.patch
Removed:
    experimental/evolution-data-server3/debian/libcamel1.2-23.shlibs
Modified:
    experimental/evolution-data-server3/debian/changelog
    experimental/evolution-data-server3/debian/patches/series

Modified: experimental/evolution-data-server3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server3/debian/changelog?rev=1888&op=diff
==============================================================================
--- experimental/evolution-data-server3/debian/changelog (original)
+++ experimental/evolution-data-server3/debian/changelog Sun Apr 10 08:55:56 2011
@@ -1,9 +1,13 @@
-evolution-data-server3 (2.91.92-2) UNRELEASED; urgency=low
+evolution-data-server3 (3.0.0-1) experimental; urgency=low
 
   * Rename source package to allow parallel installation/migration for
     libedataserverui.
-
- -- Josselin Mouette <joss at debian.org>  Wed, 06 Apr 2011 21:12:51 +0200
+  * Fix missing file rename for libcamel.shlibs.
+  * New upstream stable release.
+  * 01_calendar_exit.patch: stolen upstream. Fix a process not exiting 
+    at the end of the session.
+
+ -- Josselin Mouette <joss at debian.org>  Sun, 10 Apr 2011 10:55:32 +0200
 
 evolution-data-server (2.91.92-1) experimental; urgency=low
 

Added: experimental/evolution-data-server3/debian/patches/01_calendar_exit.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server3/debian/patches/01_calendar_exit.patch?rev=1888&op=file
==============================================================================
--- experimental/evolution-data-server3/debian/patches/01_calendar_exit.patch (added)
+++ experimental/evolution-data-server3/debian/patches/01_calendar_exit.patch Sun Apr 10 08:55:56 2011
@@ -1,0 +1,32 @@
+From 6760f863ac6d569d170b7486677ce0e46878b114 Mon Sep 17 00:00:00 2001
+From: Matthew Barnes <mbarnes at redhat.com>
+Date: Thu, 07 Apr 2011 20:11:55 +0000
+Subject: Bug 46117 - e-calendar-factory does not exit
+
+---
+diff --git a/addressbook/libebook/e-book.c b/addressbook/libebook/e-book.c
+index c104787..aeb281b 100644
+--- a/addressbook/libebook/e-book.c
++++ b/addressbook/libebook/e-book.c
+@@ -330,7 +330,6 @@ e_book_activate (GError **error)
+ 	}
+ 
+ 	connection = g_dbus_proxy_get_connection (G_DBUS_PROXY (book_factory_proxy));
+-	g_dbus_connection_set_exit_on_close (connection, FALSE);
+ 	book_connection_closed_id = g_dbus_connection_signal_subscribe (connection,
+ 		NULL,						/* sender */
+ 		"org.freedesktop.DBus",				/* interface */
+diff --git a/calendar/libecal/e-cal.c b/calendar/libecal/e-cal.c
+index 6835d45..e1162f5 100644
+--- a/calendar/libecal/e-cal.c
++++ b/calendar/libecal/e-cal.c
+@@ -713,7 +713,6 @@ e_cal_activate (GError **error)
+ 	}
+ 
+ 	connection = g_dbus_proxy_get_connection (G_DBUS_PROXY (cal_factory_proxy));
+-	g_dbus_connection_set_exit_on_close (connection, FALSE);
+ 	cal_connection_closed_id = g_dbus_connection_signal_subscribe (connection,
+ 		NULL,					/* sender */
+ 		"org.freedesktop.DBus",			/* interface */
+--
+cgit v0.9

Modified: experimental/evolution-data-server3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server3/debian/patches/series?rev=1888&op=diff
==============================================================================
--- experimental/evolution-data-server3/debian/patches/series (original)
+++ experimental/evolution-data-server3/debian/patches/series Sun Apr 10 08:55:56 2011
@@ -1,0 +1,1 @@
+01_calendar_exit.patch




More information about the pkg-evolution-commits mailing list