From 8dfedd92abd589de2cc8957054c79ebdaa8e7ff45392ee70003dbfab0be6107e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 12 Jan 2018 13:40:28 +0000 Subject: [PATCH] Accepting request 563446 from home:elvigia:branches:GNOME:Factory - harfbuzz-devel hb-ft.h requires pkgconfig(freetype2) but it is not automatically added by the dependency generator. OBS-URL: https://build.opensuse.org/request/show/563446 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/harfbuzz?expand=0&rev=142 --- harfbuzz.changes | 6 ++++++ harfbuzz.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/harfbuzz.changes b/harfbuzz.changes index 09e5b4c..1160d2d 100644 --- a/harfbuzz.changes +++ b/harfbuzz.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 10 21:34:23 UTC 2018 - crrodriguez@opensuse.org + +- harfbuzz-devel hb-ft.h requires pkgconfig(freetype2) but it is + not automatically added by the dependency generator. + ------------------------------------------------------------------- Wed Dec 20 17:56:08 UTC 2017 - zaitor@opensuse.org diff --git a/harfbuzz.spec b/harfbuzz.spec index 373f270..f624e03 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -1,7 +1,7 @@ # # spec file for package harfbuzz # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -66,6 +66,7 @@ Summary: An OpenType text shaping engine -- Development Files Group: Development/Libraries/C and C++ Requires: libharfbuzz-icu0 = %{version} Requires: libharfbuzz0 = %{version} +Requires: pkgconfig(freetype2) >= 12.0.6 %description devel HarfBuzz is an OpenType text shaping engine.