Hello community, here is the log from the commit of package evolution-ews for openSUSE:Factory checked in at 2019-10-17 12:58:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old) and /work/SRC/openSUSE:Factory/.evolution-ews.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "evolution-ews" Thu Oct 17 12:58:00 2019 rev:97 rq:736510 version:3.34.1 Changes: -------- --- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes 2019-05-10 09:16:31.892162438 +0200 +++ /work/SRC/openSUSE:Factory/.evolution-ews.new.2352/evolution-ews.changes 2019-10-17 12:58:01.785496687 +0200 @@ -1,0 +2,63 @@ +Mon Oct 7 08:22:29 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.34.1: + + Prefill email address as user name when creating new account. + + Autodiscover: Do not change user name with RedirectAddr. + + Bugs fixed: glgo#GNOME/evolution-ews#65, + glgo#GNOME/evolution-ews#66, glgo#GNOME/evolution-ews#69, + glgo#GNOME/evolution-ews#71. + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 16 01:42:40 UTC 2019 - Michael Gorse <[email protected]> + +- 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 - [email protected] + +- Update to version 3.34.0: + + No code/translation changes. + +------------------------------------------------------------------- +Sat Sep 7 20:52:08 UTC 2019 - Bjørn Lie <[email protected]> + +- 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 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- evolution-ews-3.32.2.tar.xz New: ---- evolution-ews-3.34.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evolution-ews.spec ++++++ --- /var/tmp/diff_new_pack.Q7dt1p/_old 2019-10-17 12:58:02.337495288 +0200 +++ /var/tmp/diff_new_pack.Q7dt1p/_new 2019-10-17 12:58:02.337495288 +0200 @@ -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.1 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(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(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 ++++++ evolution-ews-3.32.2.tar.xz -> evolution-ews-3.34.1.tar.xz ++++++ ++++ 15310 lines of diff (skipped)
