From 9ff9ca294fd5f1d7dd1ffcaccfab4bfc4d4dc3510e65de6af1dfd0c6b1b95a1b Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Mon, 21 Feb 2022 10:29:46 +0000 Subject: [PATCH] Update to 5.2.2 OBS-URL: https://build.opensuse.org/package/show/games/assimp?expand=0&rev=34 --- _service | 2 +- assimp-5.2.1.tar.xz | 3 --- assimp-5.2.2.tar.xz | 3 +++ assimp.changes | 13 +++++++++++++ assimp.spec | 2 +- 5 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 assimp-5.2.1.tar.xz create mode 100644 assimp-5.2.2.tar.xz diff --git a/_service b/_service index b51ee51..42f5123 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ git git://github.com/assimp/assimp - v5.2.1 + v5.2.2 @PARENT_TAG@ v(.*) diff --git a/assimp-5.2.1.tar.xz b/assimp-5.2.1.tar.xz deleted file mode 100644 index fd91626..0000000 --- a/assimp-5.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1375f2499bff96937d4e381b322b339471cfd0bbe473480bb81eb688676500f6 -size 25183984 diff --git a/assimp-5.2.2.tar.xz b/assimp-5.2.2.tar.xz new file mode 100644 index 0000000..eb812ed --- /dev/null +++ b/assimp-5.2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbeeb0e179caed50f206cce41400bf692be3e02783b4d6f891263636013dfadc +size 25168852 diff --git a/assimp.changes b/assimp.changes index 06d2ff7..265eedb 100644 --- a/assimp.changes +++ b/assimp.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Feb 21 09:56:15 UTC 2022 - Christophe Giboudeaux + +- 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 diff --git a/assimp.spec b/assimp.spec index baab4cb..16eeeb1 100644 --- a/assimp.spec +++ b/assimp.spec @@ -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