From ebc718e92d3eba571850e53586063c80ef72c9e75da9a2f0f946e9f708578e71 Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen Date: Mon, 16 Jan 2023 08:19:46 +0000 Subject: [PATCH] Accepting request 1058601 from home:dirkmueller:Factory - update to 1.12.8.0: * Remove dependency on OptiX SDK for building core OSL with OptiX support. You can now build OSL with OptiX support enabled even if you don't have the OptiX SDK headers present at build time. But you will still need them to build your OptiX-based application that uses OSL for GPU rendering. * Batch mode: fix issue with closure keyword parameters. * Batch mode: fix crash when adding a default initialized closure. * Batch mode: Fix support for closures with array types. * testshade: better testing of all closure parameter types. * Fix various CI breaks as dependencies shifted. OBS-URL: https://build.opensuse.org/request/show/1058601 OBS-URL: https://build.opensuse.org/package/show/graphics/OpenShadingLanguage?expand=0&rev=48 --- OpenShadingLanguage-1.12.7.1.tar.gz | 3 --- OpenShadingLanguage-1.12.8.0.tar.gz | 3 +++ OpenShadingLanguage.changes | 14 ++++++++++++++ OpenShadingLanguage.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 OpenShadingLanguage-1.12.7.1.tar.gz create mode 100644 OpenShadingLanguage-1.12.8.0.tar.gz diff --git a/OpenShadingLanguage-1.12.7.1.tar.gz b/OpenShadingLanguage-1.12.7.1.tar.gz deleted file mode 100644 index 2480516..0000000 --- a/OpenShadingLanguage-1.12.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a06e4d1c6743cee83365ce600440c4e98e666dedb826b9f4e9bb1288ec769845 -size 20249342 diff --git a/OpenShadingLanguage-1.12.8.0.tar.gz b/OpenShadingLanguage-1.12.8.0.tar.gz new file mode 100644 index 0000000..0be7aef --- /dev/null +++ b/OpenShadingLanguage-1.12.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4503d88f4ccf4283ab6ce4905c1dcf4bcb4e5e1ebf01ce9a2bc54a48ccfe02a7 +size 20253961 diff --git a/OpenShadingLanguage.changes b/OpenShadingLanguage.changes index e28df5a..608c6e6 100644 --- a/OpenShadingLanguage.changes +++ b/OpenShadingLanguage.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jan 16 07:05:07 UTC 2023 - Dirk Müller + +- update to 1.12.8.0: + * Remove dependency on OptiX SDK for building core OSL with OptiX support. + You can now build OSL with OptiX support enabled even if you don't have the + OptiX SDK headers present at build time. But you will still need them to + build your OptiX-based application that uses OSL for GPU rendering. + * Batch mode: fix issue with closure keyword parameters. + * Batch mode: fix crash when adding a default initialized closure. + * Batch mode: Fix support for closures with array types. + * testshade: better testing of all closure parameter types. + * Fix various CI breaks as dependencies shifted. + ------------------------------------------------------------------- Sat Dec 10 21:04:49 UTC 2022 - Dirk Müller diff --git a/OpenShadingLanguage.spec b/OpenShadingLanguage.spec index 9532bee..a56c075 100644 --- a/OpenShadingLanguage.spec +++ b/OpenShadingLanguage.spec @@ -1,7 +1,7 @@ # # spec file for package OpenShadingLanguage # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %define oiio_major_minor_ver %(rpm -q --queryformat='%%{version}' OpenImageIO-devel | cut -d . -f 1-2) Name: OpenShadingLanguage -Version: 1.12.7.1 +Version: 1.12.8.0 Release: 0 Summary: A language for programmable shading License: BSD-3-Clause