From b32a2e63bd13aa34806a2cb489426ad24ff0913db334d8fc337123e2e9a570f5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 14 Apr 2014 07:51:18 +0000 Subject: [PATCH] Accepting request 229918 from home:Zaitor:branches:GNOME:Factory - Update to version 3.12.1: + User documentation improvements. + Cancel pending mail operations when going offline or on quit. + EMailDisplay: Install HTML click event handlers on images in all frames. + Bugs fixed: bgo#545106, bgo#684425, bgo#726110, bgo#726542, bgo#726654, bgo#727888, bgo#727967. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/229918 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=234 --- evolution-3.12.0.tar.xz | 3 --- evolution-3.12.1.tar.xz | 3 +++ evolution.changes | 12 ++++++++++++ evolution.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.12.0.tar.xz create mode 100644 evolution-3.12.1.tar.xz diff --git a/evolution-3.12.0.tar.xz b/evolution-3.12.0.tar.xz deleted file mode 100644 index 88f9fed..0000000 --- a/evolution-3.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd8cf983275c66733fb0dfcea449ce90bb9c5f4e33ead12abe4b4d02729c91e5 -size 12125008 diff --git a/evolution-3.12.1.tar.xz b/evolution-3.12.1.tar.xz new file mode 100644 index 0000000..3d3efcd --- /dev/null +++ b/evolution-3.12.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b5058a82949e883956863d23fd65cd4e89d6a1fb18d4d35b3ddaf4464bf52a +size 12111704 diff --git a/evolution.changes b/evolution.changes index ce4e5af..0e1458d 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Apr 13 17:02:28 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.12.1: + + User documentation improvements. + + Cancel pending mail operations when going offline or on quit. + + EMailDisplay: Install HTML click event handlers on images in + all frames. + + Bugs fixed: bgo#545106, bgo#684425, bgo#726110, bgo#726542, + bgo#726654, bgo#727888, bgo#727967. + + Updated translations. + ------------------------------------------------------------------- Sun Mar 23 08:47:29 UTC 2014 - zaitor@opensuse.org diff --git a/evolution.spec b/evolution.spec index a9254ff..5e961d7 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.12 -Version: 3.12.0 +Version: 3.12.1 Release: 0 # _version needs to be %{version} stripped to major.minor.micro only... %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')