forked from pool/assimp
Accepting request 935785 from games
- Update to 5.1.3 * Update blender importer to work with Blender 2.8+ files * Added checks for out of bounds data access/writing * Interpolate euler rotations for quaternion animations * Fix file-extension check for X3D-files * Update CMakeLists.txt OBS-URL: https://build.opensuse.org/request/show/935785 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/assimp?expand=0&rev=8
This commit is contained in:
commit
d621e33f19
4
_service
4
_service
@ -2,8 +2,8 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">git://github.com/assimp/assimp</param>
|
<param name="url">git://github.com/assimp/assimp</param>
|
||||||
<param name="revision">v5.1.2</param>
|
<param name="revision">v5.1.3</param>
|
||||||
<param name="versionformat">5.1.2</param>
|
<param name="versionformat">5.1.3</param>
|
||||||
<!-- non-OSI media -->
|
<!-- non-OSI media -->
|
||||||
<param name="exclude">test/models-nonbsd</param>
|
<param name="exclude">test/models-nonbsd</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6eefe729d31476cc8609eb62dda7bb78f041dc4ca2899ae4b55915e3754a64ba
|
|
||||||
size 24524464
|
|
3
assimp-5.1.3.tar.xz
Normal file
3
assimp-5.1.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c5f5e9d22011bfc5cae35085640f37f6f19760029d57b8d2a94e0de8bac130f0
|
||||||
|
size 24587948
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 5 08:52:33 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.1.3
|
||||||
|
* Update blender importer to work with Blender 2.8+ files
|
||||||
|
* Added checks for out of bounds data access/writing
|
||||||
|
* Interpolate euler rotations for quaternion animations
|
||||||
|
* Fix file-extension check for X3D-files
|
||||||
|
* Update CMakeLists.txt
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 2 12:05:31 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Thu Dec 2 12:05:31 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define sover 5
|
%define sover 5
|
||||||
Name: assimp
|
Name: assimp
|
||||||
Version: 5.1.2
|
Version: 5.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to load and process 3D scenes from various data formats
|
Summary: Library to load and process 3D scenes from various data formats
|
||||||
License: BSD-3-Clause AND MIT
|
License: BSD-3-Clause AND MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user