From bb81a93a26c612d8654f374b918a9666ffc17bb10759ca2bee6d2eae7d297e7f Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 16 Jun 2011 13:53:56 +0000 Subject: [PATCH 1/4] Accepting request 73638 from home:dimstar:branches:GNOME:Factory Update to 3.1.2 OBS-URL: https://build.opensuse.org/request/show/73638 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=122 --- evolution-3.1.1.tar.bz2 | 3 --- evolution-3.1.2.tar.bz2 | 3 +++ evolution.changes | 35 +++++++++++++++++++++++++++++++++++ evolution.spec | 2 +- 4 files changed, 39 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.1.1.tar.bz2 create mode 100644 evolution-3.1.2.tar.bz2 diff --git a/evolution-3.1.1.tar.bz2 b/evolution-3.1.1.tar.bz2 deleted file mode 100644 index 74803e2..0000000 --- a/evolution-3.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6c508639214573a406cb15d1be3dd4a6fc346e94fad177d0aed834909d18982 -size 31789138 diff --git a/evolution-3.1.2.tar.bz2 b/evolution-3.1.2.tar.bz2 new file mode 100644 index 0000000..dae2fd4 --- /dev/null +++ b/evolution-3.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d12879867ba1b6c8d44fc1d30060fb4cca866e35c76e5548a9bdf2790d446032 +size 31868108 diff --git a/evolution.changes b/evolution.changes index 02b6297..1805993 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Tue Jun 14 09:20:37 CEST 2011 - dimstar@opensuse.org + +- Update to version 3.1.2: + + Simplified the format of folder URIs and refactored the + evolution-mail library to use CamelFolder objects as much as + possible instead of folder URIs. + + Chip away at the legacy message passing infrastructure for + mail operations. Prefer GIO-style async ops using EActivity. + + Cannot send message with just enabled account + + Remove unused e_get_gnome2_user_dir(). + + Add EPortEntry to the Glade catalog. + + EMailReader: Support multiple action groups. + + EMailReader: Remove the forward/reply style hack. + + Handle SIGTERM instead of SIGQUIT. + + Fix crash when opening message window. + + Remove emfu_create_folder_real(). + + Updated the help license from GFDL 1.2 to GFDL 1.3 and + CC-BY-SA 3.0 + + Replace deprecated g_atomic_int_exchange_and_add() + + Move EPopupMenu to /widgets/table. + + Embed e_hsv_tweak() directly in e-table-item.c. + + Do not add 'Local delivery' accounts into folder tree + + Replace G_CONST_RETURN with 'const'. + + Bugs fixed: bgo#229244, bgo#243938, bgo#332907, bgo#537691, + bgo#578245, bgo#601541, bgo#608203, bgo#614274, bgo#619347, + bgo#633948, bgo#636809, bgo#640083, bgo#642557, bgo#643526, + bgo#643819, bgo#645476, bgo#646033, bgo#646109, bgo#646615, + bgo#647785, bgo#648612, bgo#649310, bgo#649392, bgo#649757, + bgo#649939, bgo#649952, bgo#649990, bgo#649993, bgo#650088, + bgo#650223, bgo#650491, bgo#650522, bgo#650524, bgo#650525, + bgo#650587, bgo#651001, bgo#651039, bgo#651062, bgo#651135, + bgo#651316, bgo#651684, bgo#651761, bgo#651976. + + Updated translations. + ------------------------------------------------------------------- Tue May 17 17:26:29 CEST 2011 - dimstar@opensuse.org diff --git a/evolution.spec b/evolution.spec index c5f503b..c8b656b 100644 --- a/evolution.spec +++ b/evolution.spec @@ -74,7 +74,7 @@ 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 3.2 -Version: 3.1.1 +Version: 3.1.2 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 From e65a942c19292b1fd32ee738906f794ea9df0c3e40bcc7dca716b6a24948a14f Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 16 Jun 2011 13:58:28 +0000 Subject: [PATCH 2/4] Accepting request 73859 from home:vuntz:branches:GNOME:Factory tweak .changes OBS-URL: https://build.opensuse.org/request/show/73859 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=123 --- evolution.changes | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/evolution.changes b/evolution.changes index 1805993..1ded1a6 100644 --- a/evolution.changes +++ b/evolution.changes @@ -6,22 +6,17 @@ Tue Jun 14 09:20:37 CEST 2011 - dimstar@opensuse.org evolution-mail library to use CamelFolder objects as much as possible instead of folder URIs. + Chip away at the legacy message passing infrastructure for - mail operations. Prefer GIO-style async ops using EActivity. + mail operations. Prefer GIO-style async ops using EActivity. + Cannot send message with just enabled account - + Remove unused e_get_gnome2_user_dir(). - + Add EPortEntry to the Glade catalog. - + EMailReader: Support multiple action groups. - + EMailReader: Remove the forward/reply style hack. + + EMailReader: + - Support multiple action groups. + - Remove the forward/reply style hack. + Handle SIGTERM instead of SIGQUIT. + Fix crash when opening message window. - + Remove emfu_create_folder_real(). + Updated the help license from GFDL 1.2 to GFDL 1.3 and CC-BY-SA 3.0 - + Replace deprecated g_atomic_int_exchange_and_add() - + Move EPopupMenu to /widgets/table. - + Embed e_hsv_tweak() directly in e-table-item.c. + Do not add 'Local delivery' accounts into folder tree - + Replace G_CONST_RETURN with 'const'. + + Various other code changes. + Bugs fixed: bgo#229244, bgo#243938, bgo#332907, bgo#537691, bgo#578245, bgo#601541, bgo#608203, bgo#614274, bgo#619347, bgo#633948, bgo#636809, bgo#640083, bgo#642557, bgo#643526, From 13a77b4efe8aed85436de0e54fb9932f417df0d7286d6dd0909f497539265d9d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 1 Jul 2011 10:32:27 +0000 Subject: [PATCH 3/4] Accepting request 74957 from home:vuntz:branches:GNOME:Factory Remove mentions of dice OBS-URL: https://build.opensuse.org/request/show/74957 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=124 --- evolution.changes | 7 +++++++ evolution.spec | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/evolution.changes b/evolution.changes index 1ded1a6..aee7ddc 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 1 11:12:11 CEST 2011 - vuntz@opensuse.org + +- Remove commented out mentions of dice: the dice features are not + getting maintained by anyone, and we do not want to support them + in that case. + ------------------------------------------------------------------- Tue Jun 14 09:20:37 CEST 2011 - dimstar@opensuse.org diff --git a/evolution.spec b/evolution.spec index c8b656b..431ccc9 100644 --- a/evolution.spec +++ b/evolution.spec @@ -135,8 +135,6 @@ Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite Group: Productivity/Networking/Email/Clients Requires: evolution = %{version} Supplements: packageand(evolution:mono-core) -# Dice support is disabled -#BuildRequires: dice-devel BuildRequires: evolution-sharp BuildRequires: gconf-sharp2 BuildRequires: glib-sharp2 @@ -338,9 +336,6 @@ grep -q "^Categories=.*Office" %{buildroot}%{_datadir}/applications/evolution.de %files mono-plugins %defattr(-,root,root) %{_libdir}/evolution/*/modules/*-module-plugin-mono.* -# Dice support is disabled -#%{_libdir}/evolution/*/plugins/*-sharepoint-* -#%{_libdir}/evolution/*/plugins/*.dll %files python-plugins %defattr(-,root,root) From b83ade2d35788ec017ba0a90b631f5905440d3994d4ffc20533875548b122c9e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 6 Jul 2011 09:18:57 +0000 Subject: [PATCH 4/4] Accepting request 75449 from home:vuntz:branches:GNOME:Factory Update to 3.1.3 OBS-URL: https://build.opensuse.org/request/show/75449 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=125 --- evolution-3.1.2.tar.bz2 | 3 --- evolution-3.1.3.tar.bz2 | 3 +++ evolution.changes | 21 +++++++++++++++++++++ evolution.spec | 8 +++++--- 4 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 evolution-3.1.2.tar.bz2 create mode 100644 evolution-3.1.3.tar.bz2 diff --git a/evolution-3.1.2.tar.bz2 b/evolution-3.1.2.tar.bz2 deleted file mode 100644 index dae2fd4..0000000 --- a/evolution-3.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d12879867ba1b6c8d44fc1d30060fb4cca866e35c76e5548a9bdf2790d446032 -size 31868108 diff --git a/evolution-3.1.3.tar.bz2 b/evolution-3.1.3.tar.bz2 new file mode 100644 index 0000000..824988a --- /dev/null +++ b/evolution-3.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7a0eb8e73056a435f8eae1006138ee28781147879331bcef3afe5de1bcca57 +size 31802080 diff --git a/evolution.changes b/evolution.changes index aee7ddc..79f56e8 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Jul 4 12:48:22 CEST 2011 - vuntz@opensuse.org + +- Update to version 3.1.3: + + Add prototype for online-accounts module. + + Add "Open With Other Application" to attachment menu. + + Fix autocompletion in contact list. + + Fix few memory leaks + + Various other code changes. + + Bug Fixes: + - bgo#224687: Create lists of lists + - bgo#637402: No quoted mail when replying to html email + - bgo#653008: Preference window for imap accounts is too large + - bgo#650671, bgo#499739, bgo#652958, bgo#653247, bgo#653644, + bgo#224687, bgo#652627, bgo#653618, bgo#224687, bgo#653358, + bgo#653466, bgo#653154, bgo#650278, bgo#646442, bgo#648468, + bgo#631954, bgo#269413, bgo#650223, bgo#638307, bgo#652620, + bgo#652626, bgo#252670. +- Add pkgconfig(goa-1.0) BuildRequires for the new GNOME Online + Accounts integration. + ------------------------------------------------------------------- Fri Jul 1 11:12:11 CEST 2011 - vuntz@opensuse.org diff --git a/evolution.spec b/evolution.spec index 431ccc9..9545033 100644 --- a/evolution.spec +++ b/evolution.spec @@ -51,6 +51,7 @@ BuildRequires: pkgconfig(gladeui-2.0) %endif BuildRequires: pkgconfig(gnome-desktop-3.0) BuildRequires: pkgconfig(gnome-icon-theme) +BuildRequires: pkgconfig(goa-1.0) BuildRequires: pkgconfig(gstreamer-0.10) BuildRequires: pkgconfig(gtk+-3.0) %if %{use_gtkimageview} @@ -74,11 +75,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 3.2 -Version: 3.1.2 +Version: 3.1.3 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 +Source0: http://download.gnome.org/sources/evolution/3.1/%{name}-%{version}.tar.bz2 # PATCH-FIX-OPENSUSE evolution-custom-openldap-includes.patch maw@novell.com -- look for ldap includes in %{_libdir}/evoldap/include Patch15: evolution-custom-openldap-includes.patch # PATCH-FIX-UPSTREAM bnc-435722-book-uri-long.patch bnc#435722 abharath@suse.de -- Book URI: Spills Into Second Column. @@ -271,11 +272,12 @@ grep -q "^Categories=.*Office" %{buildroot}%{_datadir}/applications/evolution.de %{_libdir}/evolution/*/modules/*-module-composer-autosave.* %{_libdir}/evolution/*/modules/*-module-mail.* %{_libdir}/evolution/*/modules/*-module-mailto-handler.* +%{_libdir}/evolution/*/modules/*-module-network-manager.* %{_libdir}/evolution/*/modules/*-module-offline-alert.* +%{_libdir}/evolution/*/modules/*-module-online-accounts.* %{_libdir}/evolution/*/modules/*-module-plugin-lib.* %{_libdir}/evolution/*/modules/*-module-plugin-manager.* %{_libdir}/evolution/*/modules/*-module-startup-wizard.* -%{_libdir}/evolution/*/modules/*-module-network-manager.* %dir %{_libdir}/evolution/*/plugins %{_libdir}/evolution/*/plugins/*-addressbook-file.* %{_libdir}/evolution/*/plugins/*-backup-restore.*