Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package assimp for openSUSE:Factory checked 
in at 2022-01-13 00:22:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/assimp (Old)
 and      /work/SRC/openSUSE:Factory/.assimp.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "assimp"

Thu Jan 13 00:22:28 2022 rev:11 rq:945799 version:5.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/assimp/assimp.changes    2022-01-04 
19:38:37.982019813 +0100
+++ /work/SRC/openSUSE:Factory/.assimp.new.1892/assimp.changes  2022-01-13 
00:23:22.827973860 +0100
@@ -1,0 +2,11 @@
+Mon Jan 10 09:28:29 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.1.6:
+  * Add link to used enum for a better understandability
+  * Fix fuzzer crashes
+  * Fix nullptr-dereferencing
+  * Fix bone fitted check in gltf2 exporter
+- Add patch:
+  * 0001-Fix-build-with-zlib.patch (gh#assimp/assimp#4334)
+
+-------------------------------------------------------------------

Old:
----
  assimp-5.1.5.tar.xz

New:
----
  0001-Fix-build-with-zlib.patch
  assimp-5.1.6.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ assimp.spec ++++++
--- /var/tmp/diff_new_pack.1WqW6h/_old  2022-01-13 00:23:23.415974283 +0100
+++ /var/tmp/diff_new_pack.1WqW6h/_new  2022-01-13 00:23:23.419974286 +0100
@@ -18,13 +18,15 @@
 
 %define sover 5
 Name:           assimp
-Version:        5.1.5
+Version:        5.1.6
 Release:        0
 Summary:        Library to load and process 3D scenes from various data formats
 License:        BSD-3-Clause AND MIT
 Group:          Development/Libraries/C and C++
 URL:            https://www.assimp.org/
 Source0:        %{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch0:         0001-Fix-build-with-zlib.patch
 BuildRequires:  cmake
 BuildRequires:  dos2unix
 BuildRequires:  gcc-c++

++++++ 0001-Fix-build-with-zlib.patch ++++++
>From 9ed6834c72971998fce2ea3319b76184969ad93c Mon Sep 17 00:00:00 2001
From: Christophe Giboudeaux <christo...@krop.fr>
Date: Wed, 12 Jan 2022 10:35:34 +0100
Subject: [PATCH] Fix build with zlib

---
 code/Common/ZipArchiveIOSystem.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/code/Common/ZipArchiveIOSystem.cpp 
b/code/Common/ZipArchiveIOSystem.cpp
index 9870fa9d0..685cc8b5d 100644
--- a/code/Common/ZipArchiveIOSystem.cpp
+++ b/code/Common/ZipArchiveIOSystem.cpp
@@ -196,7 +196,9 @@ zlib_filefunc_def IOSystem2Unzip::get(IOSystem *pIOHandler) 
{
     zlib_filefunc_def mapping;
 
     mapping.zopen_file = (open_file_func)open;
+#ifdef ZOPENDISK64
     mapping.zopendisk_file = (opendisk_file_func)opendisk;
+#endif
     mapping.zread_file = (read_file_func)read;
     mapping.zwrite_file = (write_file_func)write;
     mapping.ztell_file = (tell_file_func)tell;
-- 
2.34.1


++++++ _service ++++++
--- /var/tmp/diff_new_pack.1WqW6h/_old  2022-01-13 00:23:23.467974321 +0100
+++ /var/tmp/diff_new_pack.1WqW6h/_new  2022-01-13 00:23:23.471974323 +0100
@@ -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.1.5</param>
+        <param name="revision">v5.1.6</param>
         <param name="versionformat">@PARENT_TAG@</param>
         <param name="versionrewrite-pattern">v(.*)</param>
         <!-- non-OSI media -->

++++++ assimp-5.1.5.tar.xz -> assimp-5.1.6.tar.xz ++++++
/work/SRC/openSUSE:Factory/assimp/assimp-5.1.5.tar.xz 
/work/SRC/openSUSE:Factory/.assimp.new.1892/assimp-5.1.6.tar.xz differ: char 
15, line 1

Reply via email to