SHA256
1
0
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:
Dominique Leuenberger 2021-12-05 21:46:22 +00:00 committed by Git OBS Bridge
commit d621e33f19
5 changed files with 16 additions and 6 deletions

View File

@ -2,8 +2,8 @@
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">git://github.com/assimp/assimp</param>
<param name="revision">v5.1.2</param>
<param name="versionformat">5.1.2</param>
<param name="revision">v5.1.3</param>
<param name="versionformat">5.1.3</param>
<!-- non-OSI media -->
<param name="exclude">test/models-nonbsd</param>
</service>

View File

@ -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
View File

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

View File

@ -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>

View File

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