From c82031a4f04f2f0e26d55d9cb3706846445b808843f1e7d982e23bfd08227284 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 20 Apr 2013 20:29:45 +0000 Subject: [PATCH] - fix library deps OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=17 --- baselibs.conf | 2 +- openexr.changes | 5 +++++ openexr.spec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index c97fc14..39f1826 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libIlmImf7 +libIlmImf-Imf_2_0-20 diff --git a/openexr.changes b/openexr.changes index 59f1eeb..9535f42 100644 --- a/openexr.changes +++ b/openexr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 20 20:29:35 UTC 2013 - coolo@suse.com + +- fix library deps + ------------------------------------------------------------------- Fri Apr 12 13:43:33 UTC 2013 - mvyskocil@suse.com diff --git a/openexr.spec b/openexr.spec index 8260d1c..3c1a33c 100644 --- a/openexr.spec +++ b/openexr.spec @@ -77,8 +77,8 @@ Obsoletes: OpenEXR-devel <= 1.6.1 Provides: OpenEXR-devel = %{version} Obsoletes: libopenexr-devel <= 1.7.0 Provides: libopenexr-devel = %{version} +Requires: libIlmImf%{so_suffix} = %{version} Requires: libilmbase-devel -Requires: libopenexr7 = %{version} Requires: pkg-config Requires: zlib-devel