From b90a4cfd8c73e24f071d74868cc7428327e0ed8147fa5e2451d63bd817ef9fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 21 Jun 2017 15:29:53 +0000 Subject: [PATCH] Accepting request 505496 from home:Zaitor:branches:GNOME:Factory Perhaps we should do it for this package too, to make sure OBS-URL: https://build.opensuse.org/request/show/505496 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=160 --- evolution-ews.changes | 2 ++ evolution-ews.spec | 1 + 2 files changed, 3 insertions(+) diff --git a/evolution-ews.changes b/evolution-ews.changes index 71e88c4..3de694a 100644 --- a/evolution-ews.changes +++ b/evolution-ews.changes @@ -5,6 +5,8 @@ Mon Jun 19 13:18:55 UTC 2017 - zaitor@opensuse.org + e_ews_connection_try_credentials_sync() asks for password when not needed. + Allow overwrite of CMAKE_SKIP_RPATH variable. +- Pass -DCMAKE_SKIP_RPATH=OFF to configure, needed after upstream + changes. ------------------------------------------------------------------- Wed May 10 17:12:19 UTC 2017 - zaitor@opensuse.org diff --git a/evolution-ews.spec b/evolution-ews.spec index 2d5ae1a..40dca00 100644 --- a/evolution-ews.spec +++ b/evolution-ews.spec @@ -74,6 +74,7 @@ translation-update-upstream # We need to build directly with the 'final rpath': # cmake is too stupid to get it right otherwise %cmake \ + -DCMAKE_SKIP_RPATH=OFF \ -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON make %{?_smp_mflags}