Accepting request 956357 from games

Update to 5.2.2

OBS-URL: https://build.opensuse.org/request/show/956357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/assimp?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2022-02-21 16:46:46 +00:00 committed by Git OBS Bridge
commit 3b4b1898db
5 changed files with 18 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.2.1</param>
<param name="revision">v5.2.2</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:1375f2499bff96937d4e381b322b339471cfd0bbe473480bb81eb688676500f6
size 25183984

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Feb 21 09:56:15 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.2.2
* Fix missing include for size_t
* introduce compression
* Refactoring: add usage of ai_epsilon to FBX-Importer.
* CMake: Fix Assimp target install rule fully specifying component
* Fix stat for 32-bit Linux
* Update the calculation and orthogonalization for bitangent
* Update CMakeLists.txt
* Added support for "map_Bump -bm"
-------------------------------------------------------------------
Mon Feb 7 09:51:05 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

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