From 125cfbaf3d3b70769b70eff4c96ca0dd812431233ca95475bcf49a0c9247e7d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 21 Jun 2017 15:18:55 +0000 Subject: [PATCH] Accepting request 505120 from home:Zaitor Not sure if this is the right thing to do, or if we should try with CMAKE_BUILD_WITH_INSTALL_RPATH=ON instead OBS-URL: https://build.opensuse.org/request/show/505120 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=335 --- evolution-3.24.2.tar.xz | 3 --- evolution-3.24.3.tar.xz | 3 +++ evolution.changes | 23 +++++++++++++++++++++++ evolution.spec | 3 ++- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 evolution-3.24.2.tar.xz create mode 100644 evolution-3.24.3.tar.xz diff --git a/evolution-3.24.2.tar.xz b/evolution-3.24.2.tar.xz deleted file mode 100644 index 488b36b..0000000 --- a/evolution-3.24.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7b35a60f4ad53bb5416d8e96390aa79c8601b09a71e635c1de730b94f3aebdf -size 12132032 diff --git a/evolution-3.24.3.tar.xz b/evolution-3.24.3.tar.xz new file mode 100644 index 0000000..ebbe509 --- /dev/null +++ b/evolution-3.24.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f3893214a8bdbecf13d073ff123a39f65585c62066241df37f3f561b7d59dd +size 12135196 diff --git a/evolution.changes b/evolution.changes index 43bd8a8..dd479c1 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Jun 19 13:13:12 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.24.3: + + [ECompEditor]: + - Ensure local store directory exists before saving + attachments. + - Use ICAL_FILENAME_PARAMETER for attachments, if available. + + Use SIGTERM instead of SIGQUIT in killev + (evolution --force-shutdown). + + Allow select the same source and destination calendar in Copy + To Calendar. + + Crash under e_dom_resize_document_content_to_preview_width(). + + Allow overwrite of CMAKE_SKIP_RPATH variable. + + e_mail_folder_to_full_display_name: Special-case virtual + Trash/Junk folders. + + Bugs fixed: bgo#720197, bgo#782529, bgo#773420, bgo#782803, + bgo#783106, bgo#537048, bgo#783191, bgo#782052, bgo#783317, + bgo#782210, bgo#783353, bgo#782470, bgo#783682. + + Updated translations. +- Pass -DCMAKE_SKIP_RPATH=OFF to configure, needed after upstream + changes. + ------------------------------------------------------------------- Wed May 10 17:06:13 UTC 2017 - zaitor@opensuse.org diff --git a/evolution.spec b/evolution.spec index fe444d0..ab94f06 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.24 -Version: 3.24.2 +Version: 3.24.3 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]+') @@ -175,6 +175,7 @@ translation-update-upstream -DENABLE_YTNEF=OFF \ -DWITH_GLADE_CATALOG=ON \ -DENABLE_GTK_DOC=ON \ + -DCMAKE_SKIP_RPATH=OFF \ %if !%{use_gtkimageview} %nil %endif