From 5ffb47f36ea391b423bcfa86f21662152e503517ac3a3d6d9138bf1165a5ae5d Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen Date: Tue, 12 Sep 2023 16:00:09 +0000 Subject: [PATCH] Accepting request 1108806 from home:dirkmueller:Factory - update to 1.12.13.0: * Fix constant float values being converted to ints * Changes to support fmt 10.0 * Switch deprecated oiio simd names to modern * Improve documentation of `trace` function * README.md: added filmography and Siggraph OSL course info. * *docs* Amend the filmography * *docs* Fix incorrect links in CONTRIBUTING - update to 1.12.12.0: * New ShadingSystem getattribute query for shader groups: "attribute_types" retrieves a pointer to the array of TypeDesc values describing the * attributes retrieved by existing "attributes_needed" and "attribute_scopes". * Fix a bug with binding userdata when it's used by more than one shader within the group and they disagree about whether derivatives are needed when retrieving the attribute. OBS-URL: https://build.opensuse.org/request/show/1108806 OBS-URL: https://build.opensuse.org/package/show/graphics/OpenShadingLanguage?expand=0&rev=56 --- OpenShadingLanguage-1.12.10.0.tar.gz | 3 --- OpenShadingLanguage-1.12.13.0.tar.gz | 3 +++ OpenShadingLanguage.changes | 22 ++++++++++++++++++++++ OpenShadingLanguage.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 OpenShadingLanguage-1.12.10.0.tar.gz create mode 100644 OpenShadingLanguage-1.12.13.0.tar.gz diff --git a/OpenShadingLanguage-1.12.10.0.tar.gz b/OpenShadingLanguage-1.12.10.0.tar.gz deleted file mode 100644 index 01a1393..0000000 --- a/OpenShadingLanguage-1.12.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f82b705bd792f58d9a3917bcfd479cfafe1d8e1041e004e7e7baf0227bc1fcfa -size 20285435 diff --git a/OpenShadingLanguage-1.12.13.0.tar.gz b/OpenShadingLanguage-1.12.13.0.tar.gz new file mode 100644 index 0000000..376f625 --- /dev/null +++ b/OpenShadingLanguage-1.12.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5fc9f4814c1ec927773b2236d126072c1d0bbc0f031841b82649ff4d29e9d7e +size 20286745 diff --git a/OpenShadingLanguage.changes b/OpenShadingLanguage.changes index b087521..635b166 100644 --- a/OpenShadingLanguage.changes +++ b/OpenShadingLanguage.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Sep 4 08:11:55 UTC 2023 - Dirk Müller + +- update to 1.12.13.0: + * Fix constant float values being converted to ints + * Changes to support fmt 10.0 + * Switch deprecated oiio simd names to modern + * Improve documentation of `trace` function + * README.md: added filmography and Siggraph OSL course + info. + * *docs* Amend the filmography + * *docs* Fix incorrect links in CONTRIBUTING +- update to 1.12.12.0: + * New ShadingSystem getattribute query for shader groups: + "attribute_types" retrieves a pointer to the array of + TypeDesc values describing the * attributes retrieved by + existing "attributes_needed" and + "attribute_scopes". + * Fix a bug with binding userdata when it's used by more than + one shader within the group and they disagree about whether + derivatives are needed when retrieving the attribute. + ------------------------------------------------------------------- Wed May 31 08:33:44 UTC 2023 - Hans-Peter Jansen diff --git a/OpenShadingLanguage.spec b/OpenShadingLanguage.spec index 0083b77..bce72a4 100644 --- a/OpenShadingLanguage.spec +++ b/OpenShadingLanguage.spec @@ -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.10.0 +Version: 1.12.13.0 Release: 0 Summary: A language for programmable shading License: BSD-3-Clause