diff --git a/_service b/_service index 5def353..b5f93db 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ git git://github.com/assimp/assimp - v5.1.6 + 5.2.0 @PARENT_TAG@ v(.*) diff --git a/assimp-5.1.6.tar.xz b/assimp-5.1.6.tar.xz deleted file mode 100644 index bb9a1fa..0000000 --- a/assimp-5.1.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:876bd1dbc0ed7ab4f9fb42c50c0404d638380e656fb9896a7c6d0cff972c4e28 -size 24595068 diff --git a/assimp-5.2.0.tar.xz b/assimp-5.2.0.tar.xz new file mode 100644 index 0000000..92c0f70 --- /dev/null +++ b/assimp-5.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e36c289a5407e2642f1ecb298d8e77abdf2c5d8a37d80de65ec538613f39c23 +size 25205892 diff --git a/assimp.changes b/assimp.changes index d019709..d9614c0 100644 --- a/assimp.changes +++ b/assimp.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Jan 25 13:02:13 UTC 2022 - Christophe Giboudeaux + +- 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 diff --git a/assimp.spec b/assimp.spec index da40a2a..b11f6d5 100644 --- a/assimp.spec +++ b/assimp.spec @@ -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