Hello community, here is the log from the commit of package evolution-ews for openSUSE:Factory checked in at 2014-05-05 21:14:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old) and /work/SRC/openSUSE:Factory/.evolution-ews.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "evolution-ews" Changes: -------- --- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes 2014-03-18 13:45:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 2014-05-05 21:15:00.000000000 +0200 @@ -1,0 +2,89 @@ +Sun Apr 13 17:03:06 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.12.1: + + Simplify memory management around ews_sync_mi_flags() function. + + Bugs fixed: Do not pass NULL text to gtk_entry_set_text() + bgo#684425. + + Updated translations. + +------------------------------------------------------------------- +Sun Mar 23 08:49:31 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.12.0: + + No changes since version 3.11.92. + +------------------------------------------------------------------- +Fri Mar 14 03:11:59 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.92: + + ECalBackendEws: Do not cause double-free of a GError. + + Bugs fixed: bgo#726078, bgo#726079. + +------------------------------------------------------------------- +Fri Mar 14 03:11:58 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.91: + + configure.ac: Remove evolution-plugin dependency. + + Bugs fixed: bgo#720260, bgo#724232. + + Updated translations. +- Drop pkgconfig(evolution-plugin-3.0) BuildRequires: no longer + required. + +------------------------------------------------------------------- +Fri Mar 14 03:11:57 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.11.90: + + Bugs fixed: bgo#655806, bgo#722416, bgo#722419, bgo#723520. + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 14 03:11:05 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.5: + + Drop KRB5 dependency. + + Bump minimum libsoup requirement to 2.42. + + Unit test improvements. + + Add e_ews_debug_get_server_version_from_string(). + + Abort any pending operations in case notification was cancelled. + + Bugs fixed: bgo#712179, bgo#721381, bgo#722415. + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 14 03:11:04 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.4: + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 14 03:11:03 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.3: + + configure.ac: Do not define EDS_DISABLE_DEPRECATED. + + Setup the Authentication extension so Camel can determine host + reachability. + + Bugs fixed: bgo#664174, bgo#705338, bgo#712255, bgo#712304, + bgo#715165, bgo#719376. + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 14 03:11:02 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.2: + + Update tar format to tar-ustar. + + Fix potential issues found by static analysis tools. + + Bugs fixed: bgo#699349, bgo#708353, bgo#711148, bgo#711470, + bgo#712304. + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 14 03:11:01 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.11.1: + + Check for supported authentication methods by the server. + + Fetch Free/Busy fails due to incorrect value of DayOrder + element. + + Bugs fixed: bgo#704869, bgo#708121, bgo#708628. + + Updated translations. +- Change evolution_base_version t0 3.12. + +------------------------------------------------------------------- Old: ---- evolution-ews-3.10.4.tar.xz New: ---- evolution-ews-3.12.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evolution-ews.spec ++++++ --- /var/tmp/diff_new_pack.deUawA/_old 2014-05-05 21:15:01.000000000 +0200 +++ /var/tmp/diff_new_pack.deUawA/_new 2014-05-05 21:15:01.000000000 +0200 @@ -18,20 +18,19 @@ Name: evolution-ews # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in. -%define evolution_base_version 3.10 -Version: 3.10.4 +%define evolution_base_version 3.12 +Version: 3.12.1 Release: 0 Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later License: LGPL-2.1 Group: Productivity/Networking/Email/Clients Url: http://projects.gnome.org/evolution/ -Source: http://download.gnome.org/sources/evolution-ews/3.10/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/evolution-ews/3.12/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: intltool BuildRequires: translation-update-upstream BuildRequires: pkgconfig(evolution-data-server-1.2) BuildRequires: pkgconfig(evolution-mail-3.0) >= %{version} -BuildRequires: pkgconfig(evolution-plugin-3.0) BuildRequires: pkgconfig(evolution-shell-3.0) >= %{version} BuildRequires: pkgconfig(glib-2.0) >= 2.28 BuildRequires: pkgconfig(gtk+-3.0) >= 3.0 @@ -41,7 +40,7 @@ BuildRequires: pkgconfig(libedataserver-1.2) BuildRequires: pkgconfig(libemail-engine) >= %{version} BuildRequires: pkgconfig(libmspack) >= 0.4 -BuildRequires: pkgconfig(libsoup-2.4) >= 2.30 +BuildRequires: pkgconfig(libsoup-2.4) >= 2.42 Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -117,6 +116,8 @@ %{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so %{_libdir}/evolution/%{evolution_base_version}/modules/module-ews-configuration.so %{_datadir}/evolution/%{evolution_base_version}/errors/module-ews-configuration.error +%dir %{_datadir}/evolution-data-server/ews +%{_datadir}/evolution-data-server/ews/windowsZones.xml %files -n libeews-1_2-0 %defattr(-, root, root) ++++++ evolution-ews-3.10.4.tar.xz -> evolution-ews-3.12.1.tar.xz ++++++ ++++ 58607 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org