From e1b2b4fcac55da7d0b54745eb85b01b2a8cfad303a61f4bcd82659a3cedbfa07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 21 Jun 2017 15:18:58 +0000 Subject: [PATCH] Accepting request 505119 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/505119 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=289 --- evolution-data-server-3.24.2.tar.xz | 3 --- evolution-data-server-3.24.3.tar.xz | 3 +++ evolution-data-server.changes | 16 ++++++++++++++++ evolution-data-server.spec | 3 ++- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 evolution-data-server-3.24.2.tar.xz create mode 100644 evolution-data-server-3.24.3.tar.xz diff --git a/evolution-data-server-3.24.2.tar.xz b/evolution-data-server-3.24.2.tar.xz deleted file mode 100644 index 4c787ec..0000000 --- a/evolution-data-server-3.24.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9bbb98308f935bac8550838b3b5a2b54b38a3d1dd5b0ad91cfb089b46f298fb -size 4306528 diff --git a/evolution-data-server-3.24.3.tar.xz b/evolution-data-server-3.24.3.tar.xz new file mode 100644 index 0000000..1758746 --- /dev/null +++ b/evolution-data-server-3.24.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e3171f5ac73bbf9edf2ed42859fbf952fce240113b6d3362200fba02c241ca +size 4251204 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index 4c119d7..7d0715d 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jun 19 13:08:50 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.24.3: + + Remove forgotten debug print. + + Add CamelWeakRefGroup to camel-docs.sgml. + + Mis-filters emails with Mailing List rule in certain + situations. + + Prevent busy-loop opening Google calendar configured in GOA. + + Prevent GError override in e_cal_backend_sync_get_timezone(). + + Allow overwrite of CMAKE_SKIP_RPATH variable. + + Bugs fixed: bgo#782360, bgo#782362, bgo#782377, bgo#782096, + bgo#770476, bgo#783385. +- Pass -DCMAKE_SKIP_RPATH=OFF to configure, needed after upstream + changes. + ------------------------------------------------------------------- Wed May 10 17:02:44 UTC 2017 - zaitor@opensuse.org diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 3b818f5..0feb5ff 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -32,7 +32,7 @@ Name: evolution-data-server %define _evo_version 3.24 -Version: 3.24.2 +Version: 3.24.3 Release: 0 Summary: Evolution Data Server License: LGPL-2.1+ @@ -293,6 +293,7 @@ translation-update-upstream -DENABLE_IPV6=ON \ -DENABLE_SMIME=ON \ -DENABLE_UOA=OFF \ + -DCMAKE_SKIP_RPATH=OFF \ %if %{with_introspection} -DENABLE_VALA_BINDINGS=ON \ -DENABLE_INTROSPECTION=ON \