Accepting request 45692 from home:dimstar:branches:GNOME:Factory

Copy from home:dimstar:branches:GNOME:Factory/evolution via accept of submit request 45692 revision 5.
Request was accepted with message:
thanks

OBS-URL: https://build.opensuse.org/request/show/45692
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=89
This commit is contained in:
Vincent Untz 2010-08-24 13:37:07 +00:00 committed by Git OBS Bridge
parent 724342eafc
commit e8bf758eab
5 changed files with 43 additions and 50 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a4c36b0773d810cf234ba466904da180af4ea35f270a87d0f7091d938f141d0b
size 31567308

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3a667c80cb616552cf67b32e81b5cbe4435a8e3d6de6ca07ae4f41370b6bc58
size 31784062

View File

@ -1,42 +0,0 @@
commit 5c49c70d5568a9a68daa5facaa531ab317d1f005
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
Date: Thu Aug 5 01:01:19 2010 +0200
We are not using dbus-glib anymore, don't call dbus_g_thread_init
diff --git a/calendar/gui/alarm-notify/notify-main.c b/calendar/gui/alarm-notify/notify-main.c
index 2696119..799229a 100644
--- a/calendar/gui/alarm-notify/notify-main.c
+++ b/calendar/gui/alarm-notify/notify-main.c
@@ -57,7 +57,6 @@ main (gint argc, gchar **argv)
textdomain (GETTEXT_PACKAGE);
g_thread_init (NULL);
- dbus_g_thread_init ();
#ifdef G_OS_WIN32
path = g_build_path (";", _e_get_bindir (), g_getenv ("PATH"), NULL);
diff --git a/capplet/anjal-settings-main.c b/capplet/anjal-settings-main.c
index e789f91..ec1019d 100644
--- a/capplet/anjal-settings-main.c
+++ b/capplet/anjal-settings-main.c
@@ -225,7 +225,6 @@ main (gint argc, gchar *argv[])
if (!g_thread_get_initialized ())
g_thread_init (NULL);
- dbus_g_thread_init ();
client = gconf_client_get_default();
diff --git a/shell/main.c b/shell/main.c
index a525262..82d6e6a 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -492,7 +492,6 @@ main (gint argc, gchar **argv)
g_type_init ();
if (!g_thread_get_initialized ())
g_thread_init (NULL);
- dbus_g_thread_init ();
#ifdef G_OS_WIN32
path = g_build_path (";", _e_get_bindir (), g_getenv ("PATH"), NULL);

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
Tue Aug 17 10:58:11 CEST 2010 - dimstar@opensuse.org
- Update to version 2.31.90:
+ ESelectionModel, ECanvas, EMsgComposer, EMfolderTreeModel,
EMFormat cleanups.
+ Pass an EShell to EMsgComposer instances.
+ Pause timline instead of stop. It hides the search animation
texture.
+ Add keybindings to tab.
+ remove select-on-focus hack, and replace with new skip-a-parent
chaining hack
+ Ensure widgets are registered, without relying on config dialog
setup at startup.
+ build: Add libemformat to LDADD for evolution-settings
+ Add Histogram of mail trend in clutter tab and enable DnD of
tabs
+ Change em_format_redraw() to em_format_queue_redraw().
+ Defer the load / creation of configuration UI with changes to
e_preferences_window to take factory callbacks and store a
reference to the shell.
+ Execute calendar search post startup, not
+ Make the intention of /tmp more explicit, and rescue people who
happen to have evolution .po files in /tmp from a sad fate
+ bgo#624896: Missing icons in table properties
+ bgo#605737: Appointment reminder shows icons on buttons
+ bgo#624913: Disallow drag-and-drop within the same attachment
bar
+ bgo#323142: Signature missing when handling mailto: URI with
body part
+ bgo#626724: Folder tree mistakes "mark as unread" as new mail
+ bgo#271691: Add a way to view all attachments inline
+ bgo#626453: Show attachments inline when printing
+ bgo#626090: Only set -fno-strict-aliasing for GCC
+ bgo#626059: Welcome messages has incorrect links
+ bgo#625847: make signatures work again.
- Drop evolution-no-dbus-glib.patch, upstrea, fixed.
-------------------------------------------------------------------
Thu Aug 12 21:23:59 UTC 2010 - dimstar@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package evolution (Version 2.31.6)
# spec file for package evolution (Version 2.31.90)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -57,13 +57,11 @@ License: LGPLv2.0 ; LGPLv3
Group: Productivity/Networking/Email/Clients
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
%define evolution_base_version 2.32
Version: 2.31.6
Version: 2.31.90
Release: 1
# FIXME: check with upstream/meego if we want to enable clutter for express mode
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.25/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM evolution-no-dbus-glib.patch vuntz@opensuse.org -- Taken from upstream, there's no use of dbus-glib anymore, so no need to call init functions
Patch0: evolution-no-dbus-glib.patch
# PATCH-NEEDS-REBASE calendar-sendbutton.patch -- It also needs a proper description and a bug number
Patch7: calendar-sendbutton.patch
# PATCH-FIX-OPENSUSE evolution-custom-openldap-includes.patch maw@novell.com -- look for ldap includes in %{_libdir}/evoldap/include
@ -145,7 +143,6 @@ Evolution or embed the existing ones in other applications.
%prep
%setup -q
translation-update-upstream
%patch0 -p1
# %patch7
%if %USE_EVOLDAP
%patch15 -p1