Accepting request 1114400 from home:susnux:branches:games

- Update to 5.3.1
  * Fixes CVE-2022-38528
  * Mainly bug fixes
  * Fix: Use ASCII treeview in assimp-cmd.
  * Fix: Fix head overflow in MD5-parser.
  * Fix: C++ std::tuple constexpr initial list on old compiler
  * Make FBX parser resilient to missing data streams
  * Fix incorrect documentation of defaults
  * Fixed issue with clang complaining about sprintf and vsprintf being depreciated
  * Fix build error: ‘temp’ may be used uninitialized in this function
  * Fix: Use correct epsilon
  * Fix: Add missing handling for double export in json
  * Full change log https://github.com/assimp/assimp/releases/tag/v5.3.0

OBS-URL: https://build.opensuse.org/request/show/1114400
OBS-URL: https://build.opensuse.org/package/show/games/assimp?expand=0&rev=45
This commit is contained in:
Christophe Marin 2023-09-29 15:12:16 +00:00 committed by Git OBS Bridge
parent aa07f8b587
commit 2d6924700f
5 changed files with 23 additions and 8 deletions

View File

@ -2,7 +2,7 @@
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/assimp/assimp</param>
<param name="revision">v5.2.5</param>
<param name="revision">v5.3.1</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:4c37acd8a0989c1289abacf5c20d3d8b6c87f8d7ed2d0ecde77a3b764b701c7d
size 25154188

BIN
assimp-5.3.1.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Sep 29 13:23:52 UTC 2023 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to 5.3.1
* Fixes CVE-2022-38528
* Mainly bug fixes
* Fix: Use ASCII treeview in assimp-cmd.
* Fix: Fix head overflow in MD5-parser.
* Fix: C++ std::tuple constexpr initial list on old compiler
* Make FBX parser resilient to missing data streams
* Fix incorrect documentation of defaults
* Fixed issue with clang complaining about sprintf and vsprintf being depreciated
* Fix build error: temp may be used uninitialized in this function
* Fix: Use correct epsilon
* Fix: Add missing handling for double export in json
* Full change log https://github.com/assimp/assimp/releases/tag/v5.3.0
-------------------------------------------------------------------
Wed Apr 5 11:29:32 UTC 2023 - Predrag Ivanović <predivan@mts.rs>

View File

@ -18,7 +18,7 @@
%define sover 5
Name: assimp
Version: 5.2.5
Version: 5.3.1
Release: 0
Summary: Library to load and process 3D scenes from various data formats
License: BSD-3-Clause AND MIT
@ -69,11 +69,9 @@ engine-specific format for easy and fast every-day-loading.
%prep
%autosetup -p1
# Breaks the build with gcc12 (gh#assimp/assimp#4433)
sed -i '/Werror/d' code/CMakeLists.txt
%build
%cmake \
-DASSIMP_BUILD_ZLIB=OFF \
-DASSIMP_WARNINGS_AS_ERRORS=OFF \
-DASSIMP_BUILD_ASSIMP_TOOLS=ON