diff --git a/evolution-ews-3.32.2.tar.xz b/evolution-ews-3.32.2.tar.xz deleted file mode 100644 index 765e443..0000000 --- a/evolution-ews-3.32.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffe88351494a7834a5768e55f98d685d06a7103c6cdffab33506c781c62efd83 -size 534056 diff --git a/evolution-ews-3.34.0.tar.xz b/evolution-ews-3.34.0.tar.xz new file mode 100644 index 0000000..be0f5cd --- /dev/null +++ b/evolution-ews-3.34.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a7991e6ef7e62a199c27c3bd01d14426b9868b3368f40f753ddb02c3e544b8 +size 538064 diff --git a/evolution-ews.changes b/evolution-ews.changes index a5577a2..e266e95 100644 --- a/evolution-ews.changes +++ b/evolution-ews.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Mon Sep 16 01:42:40 UTC 2019 - Michael Gorse + +- Pass --DCMAKE_SKIP_RPATH=OFF and + -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON to cmake again. Otherwise, + the EDS backends don't have the library directory in their rpath. + +------------------------------------------------------------------- +Mon Sep 9 16:05:25 CDT 2019 - mgorse@suse.com + +- Update to version 3.34.0: + + No code/translation changes. + +------------------------------------------------------------------- +Sat Sep 7 20:52:08 UTC 2019 - Bjørn Lie + +- Replace pkgconfig(libedata-cal-1.2) with + pkgconfig(libedata-cal-2.0) BuildRequires following upstreams + changes. +- Use autosetup and cmake_build macros. +- Stop passing -DCMAKE_SKIP_RPATH=OFF and + -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON to cmake, no longer needed. +- Replace gcc-c++ with the genric c++_compiler BuildRequires. + +------------------------------------------------------------------- +Thu Sep 5 13:37:26 NZST 2019 - luke@ljones.dev + +- Update to version 3.33.92: + + Fix a memory leak in camel_ews_store_ensure_virtual_folders(). + + Bugs fixed: glgo#GNOME/evolution-ews#60. +- Update to version 3.33.91: + + Bugs fixed: glgo#GNOME/evolution-ews#55, + glgo#GNOME/evolution-ews#56, glgo#GNOME/evolution-ews#57. +- Update to version 3.33.4: + + Fix few memory leaks in e_cal_backend_ews_rid_to_index() + + Count with an ICalTimezone without internal component in + ewscal_set_availability_timezone(). + + Categories property cannot be deleted. + + Bugs fixed: glgo#GNOME/evolution-ews#53. +- Update to version 3.33.3: + + Fix issues found during 'make check'. + + Fix some compiler warnings reported by Clang in the test code. + + Bugs fixed: glgo#GNOME/evolution-ews#42, + glgo#GNOME/evolution-ews#49. +- Update to version 3.33.2: + + Add refresh interval options to non-mail sources. + + Port to libecal-2.0 and adapt to address book API changes. +- Update to version 3.33.1: + + Use lower-case "mailto:" consistently in the code. + + Bugs fixed: glgo#GNOME/evolution-ews#41, + glgo#GNOME/evolution-ews#39. + ------------------------------------------------------------------- Mon May 6 18:13:56 UTC 2019 - Bjørn Lie diff --git a/evolution-ews.spec b/evolution-ews.spec index 43bc160..77ce581 100644 --- a/evolution-ews.spec +++ b/evolution-ews.spec @@ -16,21 +16,21 @@ # -# _version needs to be %{version} stripped to major.minor.micro only... +# _version needs to be %%{version} stripped to major.minor.micro only... %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+') Name: evolution-ews -Version: 3.32.2 +Version: 3.34.0 Release: 0 Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later License: LGPL-2.1-only Group: Productivity/Networking/Email/Clients URL: https://wiki.gnome.org/Apps/Evolution -Source0: https://download.gnome.org/sources/evolution-ews/3.32/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/evolution-ews/3.34/%{name}-%{version}.tar.xz +BuildRequires: c++_compiler BuildRequires: cmake BuildRequires: fdupes -BuildRequires: gcc-c++ BuildRequires: intltool BuildRequires: pkgconfig BuildRequires: translation-update-upstream @@ -43,9 +43,9 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.46 BuildRequires: pkgconfig(gtk+-3.0) >= 3.10 BuildRequires: pkgconfig(libebackend-1.2) >= %{_version} BuildRequires: pkgconfig(libebook-1.2) >= %{_version} -BuildRequires: pkgconfig(libecal-1.2) >= %{_version} +BuildRequires: pkgconfig(libecal-2.0) >= %{_version} BuildRequires: pkgconfig(libedata-book-1.2) >= %{_version} -BuildRequires: pkgconfig(libedata-cal-1.2) >= %{_version} +BuildRequires: pkgconfig(libedata-cal-2.0) >= %{_version} BuildRequires: pkgconfig(libedataserver-1.2) >= %{_version} BuildRequires: pkgconfig(libemail-engine) >= %{_version} BuildRequires: pkgconfig(libical) @@ -53,29 +53,27 @@ BuildRequires: pkgconfig(libmspack) >= 0.4 BuildRequires: pkgconfig(libsoup-2.4) >= 2.42 %description -The EWS Exchange Connector for Evolution provides a Exchange backend -from evolution-data-server as well as plugins for Evolution to access -Exchange features. +The EWS Exchange Connector for Evolution provides a Exchange +backend from evolution-data-server as well as plugins for Evolution +to access Exchange features. -The EWS Exchange Connector is using the Exchange Web Services interface -and is therefore compatible with Exchange 2007 and later. +The EWS Exchange Connector is using the Exchange Web Services +interface and is therefore compatible with Exchange 2007 and later. -Provides exchange connectivity for exchange server 2007 and later using -exchange web services protocol. +Provides exchange connectivity for exchange server 2007 and later +using exchange web services protocol. %lang_package %prep -%setup -q +%autosetup -p1 translation-update-upstream %build -# 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_jobs +%cmake_build %install %cmake_install