Accepting request 1065957 from home:dirkmueller:Factory

- update to 1.12.9.0:
  * Remove unnecessary setting of locale::global. #1630
  * Batch shading: Fix bug with masked wide glosure generation.
  * Make sure ReParameter() has the same relaxed type checking
    rules as Parameter(). Before, it was stricter about type
    conversion.

OBS-URL: https://build.opensuse.org/request/show/1065957
OBS-URL: https://build.opensuse.org/package/show/graphics/OpenShadingLanguage?expand=0&rev=50
This commit is contained in:
Hans-Peter Jansen 2023-02-15 14:20:41 +00:00 committed by Git OBS Bridge
parent ebc718e92d
commit 0442582e4d
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4503d88f4ccf4283ab6ce4905c1dcf4bcb4e5e1ebf01ce9a2bc54a48ccfe02a7
size 20253961

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12d58f8fc35ca317e77d1d4d10673221e884843c4d7e542ecf1d9ad632fbcb28
size 20253932

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Feb 15 12:58:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.12.9.0:
* Remove unnecessary setting of locale::global. #1630
* Batch shading: Fix bug with masked wide glosure generation.
* Make sure ReParameter() has the same relaxed type checking
rules as Parameter(). Before, it was stricter about type
conversion.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 16 07:05:07 UTC 2023 - Dirk Müller <dmueller@suse.com> Mon Jan 16 07:05:07 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -23,7 +23,7 @@
%define oiio_major_minor_ver %(rpm -q --queryformat='%%{version}' OpenImageIO-devel | cut -d . -f 1-2) %define oiio_major_minor_ver %(rpm -q --queryformat='%%{version}' OpenImageIO-devel | cut -d . -f 1-2)
Name: OpenShadingLanguage Name: OpenShadingLanguage
Version: 1.12.8.0 Version: 1.12.9.0
Release: 0 Release: 0
Summary: A language for programmable shading Summary: A language for programmable shading
License: BSD-3-Clause License: BSD-3-Clause