From bb2d6b7502c7ca1fde6e69155a1f0fe95610c7ec189fe4c7e3d5490653c0b54b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 2 Nov 2017 13:53:49 +0000 Subject: [PATCH] Accepting request 538049 from home:dimstar:branches:GNOME:Factory Update to 3.26.2 OBS-URL: https://build.opensuse.org/request/show/538049 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=347 --- evolution-3.26.1.tar.xz | 3 --- evolution-3.26.2.tar.xz | 3 +++ evolution.changes | 17 +++++++++++++++++ evolution.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.26.1.tar.xz create mode 100644 evolution-3.26.2.tar.xz diff --git a/evolution-3.26.1.tar.xz b/evolution-3.26.1.tar.xz deleted file mode 100644 index 1ed2d88..0000000 --- a/evolution-3.26.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77cab4d82732d82b875b2ace4cd9d4ff0ddd6ed1aa1bed34836b9fd40776eeaf -size 12032164 diff --git a/evolution-3.26.2.tar.xz b/evolution-3.26.2.tar.xz new file mode 100644 index 0000000..dc5a5d9 --- /dev/null +++ b/evolution-3.26.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9299b8414903021faa03cbb885814de454f5260398eb2c2a03600224479137 +size 12007588 diff --git a/evolution.changes b/evolution.changes index 1d59cb5..53e8b93 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Nov 1 09:42:17 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.26.2: + + Initialize libxml2 global memory in the main(). + + Use icaltime_is_utc() instead of icaltimetype::is_utc. + + Label shortcuts prevent typing numbers. + + Crash after import file disappears before import is done. + + Crash under e_dom_resize_document_content_to_preview_width(). + + [ECellCombo] Misplaced combo popup under Wayland. + + Disable expand of To Do bar icon renderer. + + Store To Do bar width as proportion, not as absolute value. + + Bugs fixed: bgo#696047, bgo#781645, bgo#788156, bgo#788293, + bgo#788430, bgo#788450, bgo#788478, bgo#788639, bgo#788675, + bgo#788686, bgo#788829, bgo#788916, bgo#789009. + + Updated translations. + ------------------------------------------------------------------- Mon Oct 2 18:34:55 UTC 2017 - zaitor@opensuse.org diff --git a/evolution.spec b/evolution.spec index 03d9633..67aaa35 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.26 -Version: 3.26.1 +Version: 3.26.2 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]+')