Accepting request 963187 from games

Update to 5.2.3 (forwarded request 963186 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/963187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/assimp?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2022-03-20 19:55:31 +00:00 committed by Git OBS Bridge
commit 77b5cf2539
5 changed files with 35 additions and 6 deletions

View File

@ -1,8 +1,8 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">git://github.com/assimp/assimp</param>
<param name="revision">v5.2.2</param>
<param name="url">https://github.com/assimp/assimp</param>
<param name="revision">v5.2.3</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<!-- non-OSI media -->

View File

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

3
assimp-5.2.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2586e99be482a144208ac608f4d14dc47ce891110665b0554e70d9dd7564c589
size 25209224

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Sun Mar 20 07:34:20 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.2.3:
* Show warning when assimp_viewer cannot be build on
target platform
* Fix ordering of member initialization
* Fix possible negative array access
* Expose the original OBJ "illum" value
* Optimize the problem of excessive memory allocation in
FBX import
* Update version of Hunter to v0.24.0 that supports VS 2022
* update LWO importer(available lwo3)
* Reinstate a deprecated gltfpbr macro: AI_MATKEY_GLTF_PBRSPECULARGLOSSINESS
* Fix parsing OBJ with free-form curve/surface body statements
* Fix missing members and do some small refactorings.
* Fix 'i >= 0' always true
* Update AI_TEXTURE_TYPE_MAX
* Fix getting anisotropy in obj
* glTF2: Metallic roughness split
* Add properties information on assimp info command line
* Added missing ObjMaterial.h to CMakeLists
* Update version in doxy-config
* add ifndef guard for resolve to fails to compil
* Add USE_STATIC_CRT option
* Fix nullptr dereferencing
* Fix stack-overflow in MDLLoader
* GLTF2 attribute name/parse bug
-------------------------------------------------------------------
Mon Feb 21 09:56:15 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -18,7 +18,7 @@
%define sover 5
Name: assimp
Version: 5.2.2
Version: 5.2.3
Release: 0
Summary: Library to load and process 3D scenes from various data formats
License: BSD-3-Clause AND MIT