From 33c525b18ece017e3051992d75adfca41a08171179f59b6b6574677c1535e6a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Sun, 5 Oct 2014 18:31:23 +0000 Subject: [PATCH] Accepting request 253991 from home:olh:branches:multimedia:libs - add versioned Requires to devel pkg, enca is required by pkgconfig OBS-URL: https://build.opensuse.org/request/show/253991 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libass?expand=0&rev=24 --- libass.changes | 5 +++++ libass.spec | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/libass.changes b/libass.changes index cd69b01..59233c0 100644 --- a/libass.changes +++ b/libass.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Oct 5 10:37:03 UTC 2014 - olaf@aepfle.de + +- add versioned Requires to devel pkg, enca is required by pkgconfig + ------------------------------------------------------------------- Thu Oct 17 19:17:09 UTC 2013 - tchvatal@suse.com diff --git a/libass.spec b/libass.spec index aea3830..7dda5b8 100644 --- a/libass.spec +++ b/libass.spec @@ -1,7 +1,7 @@ # # spec file for package libass # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,7 @@ BuildRequires: pkg-config BuildRequires: xz BuildRequires: pkgconfig(enca) BuildRequires: pkgconfig(fontconfig) -BuildRequires: pkgconfig(freetype2) +BuildRequires: pkgconfig(freetype2) >= 9.10.3 BuildRequires: pkgconfig(fribidi) >= 0.19.0 %description @@ -52,6 +52,10 @@ Summary: Portable Library for SSA/ASS Subtitles Rendering Group: Development/Libraries/C and C++ Requires: glibc-devel Requires: libass%{soname} = %{version} +Requires: pkgconfig(enca) +Requires: pkgconfig(fontconfig) +Requires: pkgconfig(freetype2) >= 9.10.3 +Requires: pkgconfig(fribidi) >= 0.19.0 %description devel This package is needed if you want to develop / compile against libASS.