From 7857f85a6cd97d0301b73fb89acf0a13f88994bd53beaea894b18b5849b452ec Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 25 Jan 2014 11:15:39 +0000 Subject: [PATCH] Accepting request 215081 from home:Zaitor:branches:GNOME:Factory Update to ver 3.10.3 OBS-URL: https://build.opensuse.org/request/show/215081 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=224 --- evolution-3.10.2.tar.xz | 3 --- evolution-3.10.3.tar.xz | 3 +++ evolution.changes | 21 +++++++++++++++++++++ evolution.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 evolution-3.10.2.tar.xz create mode 100644 evolution-3.10.3.tar.xz diff --git a/evolution-3.10.2.tar.xz b/evolution-3.10.2.tar.xz deleted file mode 100644 index 1211fb3..0000000 --- a/evolution-3.10.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39d228460b0f6701d9786ebd98d8ed4d87ecf8a73c12e00d41f7b107d27b7c47 -size 12401196 diff --git a/evolution-3.10.3.tar.xz b/evolution-3.10.3.tar.xz new file mode 100644 index 0000000..4fc37c6 --- /dev/null +++ b/evolution-3.10.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4b37215c361134a14aa1598d5c038327f897b7d9dbc750cab3d58d5c922f4c +size 12395116 diff --git a/evolution.changes b/evolution.changes index 32b82f0..77990fa 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Jan 24 22:32:06 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.10.3: + + Bugs fixed: bgo#704832, bgo#711499, bgo#711669, bgo#711685, + bgo#711824, bgo#711835, bgo#712342, bgo#712388, bgo#712668, + bgo#712738, bgo#715067. + + Other Changes: + - Bump minimum libgweather requirement. (Matthew Barnes) + - EMFolderTreeModel: Declare the CamelStore column as an + object type. + - [itip-formatter] Search for an event in enabled calendars + only. + - e-utils: replacing g_memmove with memmove. + - pine-importer: Fix a crash when importing with no existing + address books. + - icalendar-importer: Fix a crash when importing with no + existing cals. + - Remove --enable-strict configure option. + + Updated translations. + ------------------------------------------------------------------- Mon Nov 11 21:03:08 UTC 2013 - dimstar@opensuse.org diff --git a/evolution.spec b/evolution.spec index b0cad1f..4dd7344 100644 --- a/evolution.spec +++ b/evolution.spec @@ -1,7 +1,7 @@ # # spec file for package evolution # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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.10 -Version: 3.10.2 +Version: 3.10.3 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]+')