Accepting request 949019 from games

Update to 5.2.0 (forwarded request 949018 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/949019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/assimp?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2022-01-25 16:36:15 +00:00 committed by Git OBS Bridge
commit 504806c960
5 changed files with 22 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<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.6</param>
<param name="revision">5.2.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<!-- non-OSI media -->

View File

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

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

View File

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

View File

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