Accepting request 505498 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/505498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-ews?expand=0&rev=73
This commit is contained in:
Dominique Leuenberger 2017-06-28 08:33:31 +00:00 committed by Git OBS Bridge
commit c64837e3c4
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31eb84a204a50b31932696c03394a7d2563ec2c3eefa52a802e63d0346a28851
size 486848

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37b651ac0c004aaf3b97a74da9ad6267177c416fd045eff8f5da1e543e753314
size 486904

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jun 19 13:18:55 UTC 2017 - zaitor@opensuse.org
- Update to version 3.24.3:
+ 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 Wed May 10 17:12:19 UTC 2017 - zaitor@opensuse.org

View File

@ -17,7 +17,7 @@
Name: evolution-ews Name: evolution-ews
Version: 3.24.2 Version: 3.24.3
Release: 0 Release: 0
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
%define evolution_base_version 3.24 %define evolution_base_version 3.24
@ -74,6 +74,7 @@ translation-update-upstream
# We need to build directly with the 'final rpath': # We need to build directly with the 'final rpath':
# cmake is too stupid to get it right otherwise # cmake is too stupid to get it right otherwise
%cmake \ %cmake \
-DCMAKE_SKIP_RPATH=OFF \
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
make %{?_smp_mflags} make %{?_smp_mflags}