From a1daac245c0191f5701df772ae7b1bfc5b9904bb Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Mon, 18 Jan 2021 03:50:42 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/openexr.git#b95aaf74ea24869f1f38ef146dbba0ce51f2961c --- openexr.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/openexr.spec b/openexr.spec index a916ee1..1f89685 100644 --- a/openexr.spec +++ b/openexr.spec @@ -3,7 +3,7 @@ Name: openexr Version: 2.5.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Provides the specification and reference implementation of the EXR file format License: BSD @@ -17,6 +17,9 @@ BuildRequires: boost-devel BuildRequires: python%{python3_pkgversion}-devel BuildRequires: zlib-devel +Obsoletes: OpenEXR < 2.5.3 +Provides: OpenEXR = %{version}-%{release} + %description OpenEXR is an open-source high-dynamic-range floating-point image file format for high-quality image processing and storage. This document presents a brief @@ -27,8 +30,8 @@ This package containes the binaries for OpenEXR. %package libs Summary: OpenEXR Libraries -Provides: OpenEXR-libs%{?isa} = %{version}-%{release} -Obsoletes: OpenEXR-libs%{?isa} < 2.5.3 +Provides: OpenEXR-libs = %{version}-%{release} +Obsoletes: OpenEXR-libs < 2.5.3 %description libs OpenEXR is an open-source high-dynamic-range floating-point image file format @@ -142,6 +145,9 @@ Summary: Development files for %{name} %changelog +* Mon Jan 18 2021 Richard Shaw - 2.5.4-2 +- Fix Provides/Obsoletes of OpenEXR package. + * Wed Jan 06 2021 Richard Shaw - 2.5.4-1 - Update to 2.5.4.