Accepting request 942783 from games
OBS-URL: https://build.opensuse.org/request/show/942783 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/assimp?expand=0&rev=9
This commit is contained in:
commit
c16f8f59fc
5
_service
5
_service
@ -2,8 +2,9 @@
|
|||||||
<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.3</param>
|
<param name="revision">v5.1.4</param>
|
||||||
<param name="versionformat">5.1.3</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
|
<param name="versionrewrite-pattern">v(.*)</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:c5f5e9d22011bfc5cae35085640f37f6f19760029d57b8d2a94e0de8bac130f0
|
|
||||||
size 24587948
|
|
3
assimp-5.1.4.tar.xz
Normal file
3
assimp-5.1.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a8710fe77989debebe91c28d6113b41923650a90d82df3cd68132d434fee590d
|
||||||
|
size 24593264
|
@ -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>
|
Sun Dec 5 08:52:33 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define sover 5
|
%define sover 5
|
||||||
Name: assimp
|
Name: assimp
|
||||||
Version: 5.1.3
|
Version: 5.1.4
|
||||||
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