Accepting request 912192 from home:jengelh:branches:graphics

- Trim conjecture from description.

OBS-URL: https://build.opensuse.org/request/show/912192
OBS-URL: https://build.opensuse.org/package/show/graphics/Imath?expand=0&rev=3
This commit is contained in:
Petr Gajdos 2021-08-16 10:13:05 +00:00 committed by Git OBS Bridge
parent a54ca7c47f
commit a56462601a
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Aug 14 22:04:53 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Trim conjecture from description.
-------------------------------------------------------------------
Fri Aug 13 09:52:42 UTC 2021 - pgajdos@suse.com

View File

@ -36,10 +36,10 @@ Obsoletes: IlmBase < %{version}
Provides: IlmBase = %{version}
%description
Imath is a basic, light-weight, and efficient C++ representation of 2D and 3D
vectors and matrices and other simple but useful mathematical objects,
functions, and data types common in computer graphics applications, including
the “half” 16-bit floating-point type.
Imath is a library for the C++ representation of 2D and 3D vectors
and matrices and other mathematical objects, functions, and data
types common in computer graphics applications, including the “half”
16-bit floating-point type.
%package devel
Summary: Base library for ILM software (OpenEXR)
@ -51,8 +51,7 @@ Obsoletes: ilmbase-devel < %{version}
Provides: ilmbase-devel = %{version}
%description devel
Devel files for ilmbase
Base library for Industrial Light & Magic software (OpenEXR).
Devel files for ilmbase, which is the base library for OpenEXR.
%package -n libImath%{so_suffix}-%{sonum}
Summary: Vector/matrix library for OpenEXR