File project.diff of Package OpenColorIO
--- OpenColorIO.changes.orig
+++ OpenColorIO.changes
@@ -1,4 +1,34 @@
-------------------------------------------------------------------
+Tue Jan 13 11:32:09 UTC 2026 - Hans-Peter Jansen <hpj@urpla.net>
+
+- Update to 2.5.1
+ This is an ABI-compatible update for the 2.5.x series that
+ includes all fixes since the 2.5.0 release.
+
+ The two most notable changes are:
+
+ - The output of pure-gamma TRC curves in ICC profiles is no
+ longer clamped (issue #1915).
+ - The texture binding indices for Vulkan have been reworked
+ (issue #2225).
+
+- Bug fixes and minor enhancements:
+ - PR #2224, Remove [0,1] clamping from ICC transforms
+ - PR #2226, Fix Vulkan texture binding index issue
+ - PR #2204, Fix interop ID issue in ociocheck
+ - PR #2227, ACES2 Array subscript out of range exception
+ - PR #2206, Handle transposed matrices to applyRGB in Python
+ - PR #2231, Out-of-bounds issue in ThrowInvalidRegex
+
+- Build, documentation, and website enhancements:
+ - PR #2229, Add release signing workflow using Sigstore
+ - PR #2218, Add Python 3.14 wheels and minor fixes
+ - PR #2217, Updating website news for OCIO 2.5 and Slack link
+ - PR #2230, Add Dependabot configuration for automated dependency
+ updates
+ - PR #2234, Fix Windows Doxygen install script
+
+-------------------------------------------------------------------
Thu Oct 30 02:34:14 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- enforce recent enough yaml-cpp
--- OpenColorIO.spec.orig
+++ OpenColorIO.spec
@@ -1,7 +1,7 @@
#
# spec file for package OpenColorIO
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -32,13 +32,13 @@ Name: OpenColorIO
%else
Name: OpenColorIO-tools
%endif
-Version: 2.5.0
+Version: 2.5.1
Release: 0
Summary: Color Management Solution Geared Towards Motion Picture Production
License: BSD-3-Clause
Group: Productivity/Graphics/Other
URL: https://opencolorio.org/
-Source0: https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v%{version}.tar.gz
+Source0: https://github.com/AcademySoftwareFoundation/OpenColorIO/releases/download/v%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: cmake >= 3.12
BuildRequires: doxygen
BuildRequires: gcc-c++