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:
commit
c64837e3c4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31eb84a204a50b31932696c03394a7d2563ec2c3eefa52a802e63d0346a28851
|
||||
size 486848
|
3
evolution-ews-3.24.3.tar.xz
Normal file
3
evolution-ews-3.24.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37b651ac0c004aaf3b97a74da9ad6267177c416fd045eff8f5da1e543e753314
|
||||
size 486904
|
@ -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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: evolution-ews
|
||||
Version: 3.24.2
|
||||
Version: 3.24.3
|
||||
Release: 0
|
||||
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
||||
%define evolution_base_version 3.24
|
||||
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user