Hello community, here is the log from the commit of package evolution-tray for openSUSE:Factory checked in at Mon Sep 19 21:37:25 CEST 2011.
-------- --- GNOME/evolution-tray/evolution-tray.changes 2011-08-10 22:27:55.000000000 +0200 +++ /mounts/work_src_done/STABLE/evolution-tray/evolution-tray.changes 2011-09-09 16:23:59.000000000 +0200 @@ -1,0 +2,15 @@ +Fri Sep 9 13:52:32 UTC 2011 - [email protected] + +- Update to version 0.0.8: + + Fix build with latest GTK+ and evolution. + + Fix displaying of popup menu. +- Drop evolution-tray-gnome3.patch, + evolution-tray-gnome3-bis.patch, evolution-tray-gnome3-ter.patch: + all fixed upstream. +- Drop gnome-common BuildRequires and call to gnome-autogen.sh: + those were needed for the patches. +- Drop usage of favor_gtk2: the upstream code moved to GTK+ 3 only. +- Add evolution-tray-fix-include.patch: add missing include to fix + build. + +------------------------------------------------------------------- Package does not exist at destination yet. Using Fallback GNOME/evolution-tray Destination is evolution-tray calling whatdependson for head-i586 Old: ---- evolution-tray-0.0.7.tar.bz2 evolution-tray-gnome3-bis.patch evolution-tray-gnome3-ter.patch evolution-tray-gnome3.patch New: ---- evolution-tray-0.0.8.tar.gz evolution-tray-fix-include.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evolution-tray.spec ++++++ --- /var/tmp/diff_new_pack.LCn18n/_old 2011-09-19 21:37:17.000000000 +0200 +++ /var/tmp/diff_new_pack.LCn18n/_new 2011-09-19 21:37:17.000000000 +0200 @@ -18,31 +18,19 @@ Name: evolution-tray -Version: 0.0.7 -Release: 7 +Version: 0.0.8 +Release: 1 License: GPLv2+ Summary: Evolution plugin to minimize in tray Url: http://gnome.eu.org/evo/index.php/Evolution_Tray Group: Productivity/Office/Other -Source0: %{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM evolution-tray-gnome3.patch [email protected] -- Taken from git, port to GNOME 3 -Patch0: evolution-tray-gnome3.patch -# PATCH-FIX-UPSTREAM evolution-tray-gnome3-bis.patch [email protected] -- Finish port to GNOME 3, sent upstream by mail -Patch1: evolution-tray-gnome3-bis.patch -# PATCH-FIX-UPSTREAM evolution-tray-gnome3-ter.patch [email protected] -- Fix build with evo 3.1.x. Patch based on git commits. -Patch2: evolution-tray-gnome3-ter.patch -# Needed by patch0 and patch1 -BuildRequires: gnome-common +Source0: http://gnome.eu.org/%{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM evolution-tray-fix-include.patch [email protected] -- Add missing include; sent upstream by mail +Patch0: evolution-tray-fix-include.patch BuildRequires: intltool -%if 0%{?favor_gtk2} -BuildRequires: pkgconfig(evolution-plugin) -BuildRequires: pkgconfig(evolution-shell) -BuildRequires: pkgconfig(gtk+-2.0) -%else BuildRequires: pkgconfig(evolution-plugin-3.0) BuildRequires: pkgconfig(evolution-shell-3.0) BuildRequires: pkgconfig(gtk+-3.0) -%endif BuildRequires: pkgconfig(libnotify) Requires: evolution Enhances: evolution @@ -56,16 +44,9 @@ %prep %setup -q -%if ! (0%{?favor_gtk2}) %patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%endif %build -%if ! (0%{?favor_gtk2}) -NOCONFIGURE=1 gnome-autogen.sh -%endif %configure %__make %{?_smp_mflags} V=1 ++++++ evolution-tray-fix-include.patch ++++++ Index: evolution-tray-0.0.8/src/tray.c =================================================================== --- evolution-tray-0.0.8.orig/src/tray.c +++ evolution-tray-0.0.8/src/tray.c @@ -42,7 +42,8 @@ #include <shell/e-shell-window.h> #endif #if EVOLUTION_VERSION >= 29101 -#include <mail/e-mail-session.h> +#include <e-util/e-account-utils.h> +#include <mail/e-mail.h> #else #include <mail/mail-config.h> #include <mail/mail-session.h> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
