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 \