From a36fcbd06eff2b670ea014151625b0a2ea117a6644397405cc4058b5ceaa880b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 28 May 2013 16:05:46 +0000 Subject: [PATCH 1/3] Accepting request 176808 from home:dimstar:branches:GNOME:Factory Update to 3.9.2 - post review tweaks OBS-URL: https://build.opensuse.org/request/show/176808 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=161 --- evolution-data-server-3.9.1.tar.xz | 3 --- evolution-data-server-3.9.2.tar.xz | 3 +++ evolution-data-server.changes | 22 ++++++++++++++++++++++ evolution-data-server.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 evolution-data-server-3.9.1.tar.xz create mode 100644 evolution-data-server-3.9.2.tar.xz diff --git a/evolution-data-server-3.9.1.tar.xz b/evolution-data-server-3.9.1.tar.xz deleted file mode 100644 index 406f9f6..0000000 --- a/evolution-data-server-3.9.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50ee415ead7fcf3a267488f87ffcb1348f02f2c697b9fe8f604d702338aba296 -size 3911400 diff --git a/evolution-data-server-3.9.2.tar.xz b/evolution-data-server-3.9.2.tar.xz new file mode 100644 index 0000000..885da5c --- /dev/null +++ b/evolution-data-server-3.9.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e963208235b63c76c767986bc342caf9c70722fac421e2f9697de9e2dae078 +size 3914584 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index 8420108..3b4b965 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun May 26 18:41:33 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.2: + + Make camel_mime_message_dump() dump message contents. + + IMAPX: Recognize RFC 5530 response codes. + + EBookClientView/ECalClientView: Make D-Bus signal handlers + thread-safe. + + ECalBackendWeather: e_weather_source_new() is failable. + + google: Remove environment variable check for debugging. + + IMAPX: Support IMAP MOVE extension. + + IMAPX: Set real Trash/Junk folder type as expected. + + Camel MH provider can deadlock on folder creation. + + CamelGpgContext: Report decrypt error only if no data was + decrypted. + + Make CamelPOP3Store a bit more thread-safe. + + Make CamelNNTPStore a bit more thread-safe. + + Improve error handling in imapx_command_fetch_message_done(). + + Bugs fixed: bgo#697859, bgo#698725, bgo#699024, bgo#699160, + bgo#699223, bgo#699461, bgo#699597, bgo#699811, bgo#699909. + + Updated translations. + ------------------------------------------------------------------- Mon Apr 29 11:21:08 UTC 2013 - dimstar@opensuse.org diff --git a/evolution-data-server.spec b/evolution-data-server.spec index b3e3d7e..ff61905 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -32,7 +32,7 @@ Name: evolution-data-server %define _evo_version 3.10 -Version: 3.9.1 +Version: 3.9.2 Release: 0 Summary: Evolution Data Server License: LGPL-2.1+ From 08d13bcb54477b4d283307f5e735df3eebdbbb81ebbcfbd40911e9f01f84017b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Sun, 16 Jun 2013 20:20:18 +0000 Subject: [PATCH 2/3] Merge fixes from vuntz that was bypassed G:F OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=163 --- evolution-data-server.changes | 8 +++++++- evolution-data-server.spec | 2 -- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/evolution-data-server.changes b/evolution-data-server.changes index 3b4b965..650c635 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Sun May 26 18:41:33 UTC 2013 - dimstar@opensuse.org +Sun Jun 16 18:41:33 UTC 2013 - dimstar@opensuse.org - Update to version 3.9.2: + Make camel_mime_message_dump() dump message contents. @@ -20,6 +20,12 @@ Sun May 26 18:41:33 UTC 2013 - dimstar@opensuse.org bgo#699223, bgo#699461, bgo#699597, bgo#699811, bgo#699909. + Updated translations. +------------------------------------------------------------------- +Fri Jun 14 07:12:03 UTC 2013 - vuntz@opensuse.org + +- Remove explicit Requires for libical0 and libsoup: this should + not be needed, and libical is now at libical1. + ------------------------------------------------------------------- Mon Apr 29 11:21:08 UTC 2013 - dimstar@opensuse.org diff --git a/evolution-data-server.spec b/evolution-data-server.spec index ff61905..c1acc36 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -71,8 +71,6 @@ BuildRequires: pkgconfig(libsecret-unstable) >= 0.5 %if %USE_EVOLDAP Requires: libevoldap-2_4-2 %endif -Requires: libical0 >= 0.43 -Requires: libsoup >= 2.2.6 Requires: mozilla-nss Recommends: %{name}-lang = %{version} # bug437293 From 3430d51ce7fa78757dc47bcfdfc5004e8a49c03dd1c2f1228f203d64d0e43009 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 23 Jun 2013 13:43:30 +0000 Subject: [PATCH 3/3] Accepting request 179212 from home:Zaitor:branches:GNOME:Factory Update to ver 3.9.3 OBS-URL: https://build.opensuse.org/request/show/179212 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=164 --- evolution-data-server-3.9.2.tar.xz | 3 --- evolution-data-server-3.9.3.tar.xz | 3 +++ evolution-data-server.changes | 11 +++++++++++ evolution-data-server.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 evolution-data-server-3.9.2.tar.xz create mode 100644 evolution-data-server-3.9.3.tar.xz diff --git a/evolution-data-server-3.9.2.tar.xz b/evolution-data-server-3.9.2.tar.xz deleted file mode 100644 index 885da5c..0000000 --- a/evolution-data-server-3.9.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45e963208235b63c76c767986bc342caf9c70722fac421e2f9697de9e2dae078 -size 3914584 diff --git a/evolution-data-server-3.9.3.tar.xz b/evolution-data-server-3.9.3.tar.xz new file mode 100644 index 0000000..d1bcc90 --- /dev/null +++ b/evolution-data-server-3.9.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51277f91015fe7e3aab3ca0113fe162e1fd0b28ccc55982fa5cbcb381c746c08 +size 3920144 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index 650c635..357c8bd 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Jun 16 21:44:53 UTC 2013 - zaitor@opensuse.org + +- Update to version 3.9.3: + + EBookQuery: Added regex query API. + + Be able to debug SMTP provider separately. + + Make the statements explicit when using ternary if + + Bugs fixed: bgo#649420, bgo#672837, bgo#699448, bgo#701797, + bgo#701838. + + Updated translations. + ------------------------------------------------------------------- Sun Jun 16 18:41:33 UTC 2013 - dimstar@opensuse.org diff --git a/evolution-data-server.spec b/evolution-data-server.spec index c1acc36..a16c7c7 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -32,7 +32,7 @@ Name: evolution-data-server %define _evo_version 3.10 -Version: 3.9.2 +Version: 3.9.3 Release: 0 Summary: Evolution Data Server License: LGPL-2.1+