From 1dd6b6a38a7663aa0ffece71deeee910fc4095734ab305bc7e731176c2ea7c4e Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 22 Oct 2012 20:09:26 +0000 Subject: [PATCH] Accepting request 138884 from GNOME:Apps Fix build on < 12.2.. low prio OBS-URL: https://build.opensuse.org/request/show/138884 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin?expand=0&rev=93 --- pidgin.changes | 6 ++++++ pidgin.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pidgin.changes b/pidgin.changes index a5f2627..24d9acf 100644 --- a/pidgin.changes +++ b/pidgin.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 12 13:07:50 UTC 2012 - dimstar@opensuse.org + +- Fix build on openSUSE < 12.2: inverted %if needs some brackets + if it's a more complex statement. + ------------------------------------------------------------------- Tue Oct 9 10:05:59 UTC 2012 - dimstar@opensuse.org diff --git a/pidgin.spec b/pidgin.spec index 7577ffe..4ce2acf 100644 --- a/pidgin.spec +++ b/pidgin.spec @@ -166,7 +166,7 @@ Obsoletes: gaim-applet # Was only in the Build Service after 10.2: Obsoletes: gaim-unstable < 2.0.0 Provides: gaim -%if ! %{with_evolution} +%if ! (%{with_evolution}) # If we can't build evolution, let's obsolete it for clean installations. Obsoletes: %{name}-evolution <= %{version} %endif