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
This commit is contained in:
parent
968b23b3af
commit
e1b2b4fcac
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9bbb98308f935bac8550838b3b5a2b54b38a3d1dd5b0ad91cfb089b46f298fb
|
||||
size 4306528
|
3
evolution-data-server-3.24.3.tar.xz
Normal file
3
evolution-data-server-3.24.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13e3171f5ac73bbf9edf2ed42859fbf952fce240113b6d3362200fba02c241ca
|
||||
size 4251204
|
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user