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
This commit is contained in:
Stephan Kulow 2012-10-22 20:09:26 +00:00 committed by Git OBS Bridge
parent e8a3f51ded
commit 1dd6b6a38a
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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