Hello community, here is the log from the commit of package evolution-exchange for openSUSE:Factory checked in at 2012-01-09 12:03:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/evolution-exchange (Old) and /work/SRC/openSUSE:Factory/.evolution-exchange.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "evolution-exchange", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/evolution-exchange/evolution-exchange.changes 2011-10-18 14:12:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.evolution-exchange.new/evolution-exchange.changes 2012-01-09 12:03:44.000000000 +0100 @@ -1,0 +2,29 @@ +Tue Dec 20 13:41:43 UTC 2011 - [email protected] + +- Update to version 3.3.3: + + Adapt to Evolution API changes. + + Remove almost all *_DISABLE_DEPRECATED_FLAGS. + + Remove GSEAL_ENABLE macro. + + Remove *_DISABLE_SINGLE_INCLUDES macros. + + Bugs fixed: bgo#664572. +- Add xz BuildRequires because we can't build a package for a + xz-compressed tarball without explicitly specifying that... See + bnc#697467 for more details. +- Add evolution-exchange-fix-build.patch: remove non-existing + include, taken from git. + +------------------------------------------------------------------- +Mon Nov 21 08:42:20 UTC 2011 - [email protected] + +- Update to version 3.3.2: + + Remove g_thread_init() calls. + + CamelExchangeSearch: Use CamelSExp instead of ESExp. + + Updated translations. +- Changes from version 3.3.1.1: + + Work around libgthread shenanigans in Glib 2.31. +- Changes from version 3.3.1: + + Adapt to recent ECalBakcend API changes + + Adapt to Camel's new authentication API. + + Updated translations. + +------------------------------------------------------------------- Old: ---- evolution-exchange-3.2.1.tar.bz2 New: ---- evolution-exchange-3.3.3.tar.xz evolution-exchange-fix-build.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evolution-exchange.spec ++++++ --- /var/tmp/diff_new_pack.ik027G/_old 2012-01-09 12:03:45.000000000 +0100 +++ /var/tmp/diff_new_pack.ik027G/_new 2012-01-09 12:03:45.000000000 +0100 @@ -15,12 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - %define USE_EVOLDAP 0 Name: evolution-exchange # This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in of evolution. -%define evolution_base_version 3.2 +%define evolution_base_version 3.4 BuildRequires: db-devel %if %USE_EVOLDAP BuildRequires: evoldap2-devel @@ -35,12 +34,16 @@ BuildRequires: mozilla-nss-devel BuildRequires: nss-shared-helper-devel BuildRequires: translation-update-upstream -License: GPLv2+ -Group: Productivity/Networking/Email/Utilities -Version: 3.2.1 -Release: 1 +# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 +BuildRequires: xz +Version: 3.3.3 +Release: 0 Summary: Evolution Connector for Microsoft Exchange Server 2000/2003 -Source: http://download.gnome.org/sources/evolution-exchange/3.2/%{name}-%{version}.tar.bz2 +License: GPL-2.0+ +Group: Productivity/Networking/Email/Utilities +Source: http://download.gnome.org/sources/evolution-exchange/3.3/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM evolution-exchange-fix-build.patch [email protected] -- Fix build, taken from git +Patch0: evolution-exchange-fix-build.patch Url: http://www.novell.com/products/connector BuildRoot: %{_tmppath}/%{name}-%{version}-build DocDir: %{_defaultdocdir}/evolution-exchange @@ -62,6 +65,7 @@ %prep %setup -q translation-update-upstream +%patch0 -p1 %build %{configure} \ ++++++ evolution-exchange-fix-build.patch ++++++ >From acfaeeaec3f9c7d1594a7e4e1c065383fd7e93c8 Mon Sep 17 00:00:00 2001 From: Milan Crha <[email protected]> Date: Mon, 19 Dec 2011 19:49:45 +0000 Subject: Remove forgotten include --- diff --git a/eplugin/exchange-delegates-user.c b/eplugin/exchange-delegates-user.c index a881844..3c373b0 100644 --- a/eplugin/exchange-delegates-user.c +++ b/eplugin/exchange-delegates-user.c @@ -31,7 +31,6 @@ #include <shell/e-shell.h> #include <mail/mail-ops.h> #include <mail/mail-send-recv.h> -#include <mail/e-mail-local.h> #include <mail/e-mail-folder-utils.h> #include <exchange-account.h> #include <e2k-global-catalog.h> -- cgit v0.9.0.2 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
