forked from pool/assimp
Accepting request 949018 from home:cgiboudeaux:games
Update to 5.2.0 OBS-URL: https://build.opensuse.org/request/show/949018 OBS-URL: https://build.opensuse.org/package/show/games/assimp?expand=0&rev=29
This commit is contained in:
parent
d36d3848b9
commit
4f10349033
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<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.6</param>
|
<param name="revision">5.2.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<!-- non-OSI media -->
|
<!-- non-OSI media -->
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:876bd1dbc0ed7ab4f9fb42c50c0404d638380e656fb9896a7c6d0cff972c4e28
|
|
||||||
size 24595068
|
|
3
assimp-5.2.0.tar.xz
Normal file
3
assimp-5.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5e36c289a5407e2642f1ecb298d8e77abdf2c5d8a37d80de65ec538613f39c23
|
||||||
|
size 25205892
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 25 13:02:13 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.2.0
|
||||||
|
* Update copyrights
|
||||||
|
* Fix imported target include directory
|
||||||
|
* Assimp Patch Android LTS NDK 23 Fix
|
||||||
|
* Allow dlclose of so library by avoiding unique symbols.
|
||||||
|
* Move Base64 encode/decode functionality to the common folder
|
||||||
|
* Locale independent meter scale
|
||||||
|
* add Inter-Quake Model (IQM) Importer
|
||||||
|
* Collada: Read all instance_material child nodes
|
||||||
|
* Krishty new file detection
|
||||||
|
* ASE: Fix material parsing
|
||||||
|
* IFC Reading: Fix opening reading.
|
||||||
|
* CMAKE: Respect top-level CMAKE_*_OUTPUT_DIRECTORY variables
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 10 09:28:29 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Jan 10 09:28:29 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define sover 5
|
%define sover 5
|
||||||
Name: assimp
|
Name: assimp
|
||||||
Version: 5.1.6
|
Version: 5.2.0
|
||||||
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