Accepting request 1114403 from games
Update to 5.3.1 OBS-URL: https://build.opensuse.org/request/show/1114403 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/assimp?expand=0&rev=21
This commit is contained in:
commit
8c0e237caf
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/assimp/assimp</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="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<!-- non-OSI media -->
|
<!-- non-OSI media -->
|
||||||
|
@ -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
BIN
assimp-5.3.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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 (boo#1203187)
|
||||||
|
* 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>
|
Wed Apr 5 11:29:32 UTC 2023 - Predrag Ivanović <predivan@mts.rs>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define sover 5
|
%define sover 5
|
||||||
Name: assimp
|
Name: assimp
|
||||||
Version: 5.2.5
|
Version: 5.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to load and process 3D scenes from various data formats
|
Summary: Library to load and process 3D scenes from various data formats
|
||||||
License: BSD-3-Clause AND MIT
|
License: BSD-3-Clause AND MIT
|
||||||
@ -69,11 +69,9 @@ engine-specific format for easy and fast every-day-loading.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
# Breaks the build with gcc12 (gh#assimp/assimp#4433)
|
|
||||||
sed -i '/Werror/d' code/CMakeLists.txt
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake \
|
||||||
|
-DASSIMP_BUILD_ZLIB=OFF \
|
||||||
-DASSIMP_WARNINGS_AS_ERRORS=OFF \
|
-DASSIMP_WARNINGS_AS_ERRORS=OFF \
|
||||||
-DASSIMP_BUILD_ASSIMP_TOOLS=ON
|
-DASSIMP_BUILD_ASSIMP_TOOLS=ON
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user