Accepting request 942735 from home:dirkmueller:Factory

- update to 5.1.4:
  * Fix division
  * Fix nullptr dereferencing from std::shared_ptr
  * Revert "FBXConverter : Fix timescales of FBX animations"
  * Use correct XmlParser-methods and add some missing casts
  * Bug: Export crashes when any of the meshes contains texture coordinate names #4243
  * Bugfix/import crashes
  * Fix a typo in the Visual-Studio Dll-Versions
  * Enable C++11 and C99
  * Fixed cmake error: No known features for C compiler when using the assimp library from another project
  * fix test/models/3DS/IMAGE1.bmp: is jpg
  * Fix compile error when ASSIMP_BUILD_NO_X3D_IMPORTER is define.

OBS-URL: https://build.opensuse.org/request/show/942735
OBS-URL: https://build.opensuse.org/package/show/games/assimp?expand=0&rev=26
This commit is contained in:
Christophe Giboudeaux 2021-12-27 13:33:30 +00:00 committed by Git OBS Bridge
parent 0e8e5d2823
commit 80a5c7875d
5 changed files with 23 additions and 6 deletions

View File

@ -2,8 +2,9 @@
<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.3</param>
<param name="versionformat">5.1.3</param>
<param name="revision">v5.1.4</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</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:c5f5e9d22011bfc5cae35085640f37f6f19760029d57b8d2a94e0de8bac130f0
size 24587948

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Dec 27 10:43:59 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 5.1.4:
* Fix division
* Fix nullptr dereferencing from std::shared_ptr
* Revert "FBXConverter : Fix timescales of FBX animations"
* Use correct XmlParser-methods and add some missing casts
* Bug: Export crashes when any of the meshes contains texture coordinate names #4243
* Bugfix/import crashes
* Fix a typo in the Visual-Studio Dll-Versions
* Enable C++11 and C99
* Fixed cmake error: No known features for C compiler when using the assimp library from another project
* fix test/models/3DS/IMAGE1.bmp: is jpg
* Fix compile error when ASSIMP_BUILD_NO_X3D_IMPORTER is define.
-------------------------------------------------------------------
Sun Dec 5 08:52:33 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

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