From dab81d28c3e4cd5efbeb799d80a9c83be0d69c5e58776c7336cddedf85b533ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 19 Apr 2013 09:16:34 +0000 Subject: [PATCH] Accepting request 170936 from home:dimstar:branches:GNOME:Factory Update to 3.8.1 - Copy to G:S:3.8 when accepting OBS-URL: https://build.opensuse.org/request/show/170936 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=200 --- evolution-3.8.0.tar.xz | 3 --- evolution-3.8.1.tar.xz | 3 +++ evolution.changes | 23 +++++++++++++++++++++++ evolution.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.8.0.tar.xz create mode 100644 evolution-3.8.1.tar.xz diff --git a/evolution-3.8.0.tar.xz b/evolution-3.8.0.tar.xz deleted file mode 100644 index 0be4f55..0000000 --- a/evolution-3.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f78bcce1d4da7640dad8d083cc90de3500d51f190a089c723b0dcced690f642 -size 12318896 diff --git a/evolution-3.8.1.tar.xz b/evolution-3.8.1.tar.xz new file mode 100644 index 0000000..bb9c028 --- /dev/null +++ b/evolution-3.8.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b775c5757ddf791d181c82eaee6ddc42252eb54aa2f5dc5a80ff5b9246803b +size 12307476 diff --git a/evolution.changes b/evolution.changes index b13799b..282dd4e 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Apr 15 17:29:36 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.8.1: + + Fix translations of keywords in .desktop files + + Fix mbox-to-Maildir conversion... again. + + Fix for typing in ITIP comments when some keys triggered + actions. + + Show parts with Content-ID of multipart/mixed as attachments. + + e_mail_folder_uri_parse: Handle local mbox folder URIs. + + Update copyright year on About dialog. + + EWebView: Disable WebKit plugins during instance + initialization. + + Remove Evolution's implementation of highlighting and use + WebKit highlighting. + + web-inspector: Change the shortcut key to match Chrome. + + Improve thread-safety of ECalModel. + + Restore "Automatic Contacts" plugin preferences page. + + Bugs fixed: bgo#662568, bgo#681837, bgo#684245, bgo#687412, + bgo#696173, bgo#696175, bgo#696185, bgo#696715, bgo#697228, + bgo#697268. + + Updated translations. + ------------------------------------------------------------------- Sun Mar 24 06:56:57 UTC 2013 - zaitor@opensuse.org diff --git a/evolution.spec b/evolution.spec index 6931741..61ecc54 100644 --- a/evolution.spec +++ b/evolution.spec @@ -24,7 +24,7 @@ Name: evolution # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. %define evolution_base_version 3.8 -Version: 3.8.0 +Version: 3.8.1 Release: 0 # _version needs to be %{version} stirpped to major.minor.micro only... %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')