From 71e2791567ecded861849bb7da77eabba6184b3dfcff00f99104e91154ffc99f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 15 Sep 2017 09:40:02 +0000 Subject: [PATCH] Accepting request 526333 from home:Zaitor:branches:GNOME:Apps - Conditionalize pkgconfig(gdict-1.0) BuildRequires, only available on older versions of openSUSE, gnome-dictionary 3.26.0 made this symbol private. OBS-URL: https://build.opensuse.org/request/show/526333 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=62 --- gtranslator.changes | 7 +++++++ gtranslator.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/gtranslator.changes b/gtranslator.changes index dc50221..9101c54 100644 --- a/gtranslator.changes +++ b/gtranslator.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 14 12:11:48 UTC 2017 - zaitor@opensuse.org + +- Conditionalize pkgconfig(gdict-1.0) BuildRequires, only available + on older versions of openSUSE, gnome-dictionary 3.26.0 made this + symbol private. + ------------------------------------------------------------------- Thu Jun 1 16:05:08 UTC 2017 - dimstar@opensuse.org diff --git a/gtranslator.spec b/gtranslator.spec index 6aa0795..cd611c5 100644 --- a/gtranslator.spec +++ b/gtranslator.spec @@ -31,7 +31,9 @@ BuildRequires: yelp-tools BuildRequires: libgda-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files +%if 0%{?suse_version} <= 1320 BuildRequires: pkgconfig(gdict-1.0) +%endif BuildRequires: pkgconfig(gdl-3.0) >= 3.6.0 BuildRequires: pkgconfig(glib-2.0) >= 2.32.0 BuildRequires: pkgconfig(gsettings-desktop-schemas)