Hello community, here is the log from the commit of package evolution-rss for openSUSE:Factory checked in at 2013-05-13 14:50:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/evolution-rss (Old) and /work/SRC/openSUSE:Factory/.evolution-rss.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "evolution-rss" Changes: -------- --- /work/SRC/openSUSE:Factory/evolution-rss/evolution-rss.changes 2013-04-05 07:35:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.evolution-rss.new/evolution-rss.changes 2013-05-13 14:50:08.000000000 +0200 @@ -1,0 +2,6 @@ +Sun May 12 12:39:20 UTC 2013 - [email protected] + +- Add evolution-rss-remove-EShellSettings-requirements.patch: Fix + build with evolution 3.9. + +------------------------------------------------------------------- New: ---- evolution-rss-remove-EShellSettings-requirements.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evolution-rss.spec ++++++ --- /var/tmp/diff_new_pack.frJxFp/_old 2013-05-13 14:50:09.000000000 +0200 +++ /var/tmp/diff_new_pack.frJxFp/_new 2013-05-13 14:50:09.000000000 +0200 @@ -33,6 +33,8 @@ Source: http://gnome.eu.org/%{name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM evolution-rss-soup-linking.patch bgo#695586 [email protected] -- Link the plugin against libsoup. Patch0: evolution-rss-soup-linking.patch +# PATCH-FIX-UPSTREAM evolution-rss-remove-EShellSettings-requirements.patch [email protected] -- Remove EShellSettings requirement, taken from git. +Patch1: evolution-rss-remove-EShellSettings-requirements.patch BuildRequires: gcc-c++ # Needed only for patch0, in order to bootstrap BuildRequires: gconf2-devel @@ -70,6 +72,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build # Needed for patch0 ++++++ evolution-rss-remove-EShellSettings-requirements.patch ++++++ >From d036394c4ab3b7f9e2c650f72acd5b6725b1bb45 Mon Sep 17 00:00:00 2001 From: Lucian Langa <[email protected]> Date: Thu, 28 Mar 2013 09:08:50 +0000 Subject: remove EShellSettings requirement --- diff --git a/src/e-mail-formatter-evolution-rss.c b/src/e-mail-formatter-evolution-rss.c index ed37a2d..e500864 100644 --- a/src/e-mail-formatter-evolution-rss.c +++ b/src/e-mail-formatter-evolution-rss.c @@ -24,7 +24,6 @@ #include <em-format/e-mail-part-utils.h> #include <e-util/e-util.h> -#include <shell/e-shell-settings.h> #include <shell/e-shell.h> #include <libebackend/libebackend.h> -- cgit v0.9.1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
