Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package blender-5.0 for openSUSE:Factory checked in at 2026-01-22 15:16:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blender-5.0 (Old) and /work/SRC/openSUSE:Factory/.blender-5.0.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blender-5.0" Thu Jan 22 15:16:01 2026 rev:2 rq:1328586 version:5.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/blender-5.0/blender-5.0.changes 2025-11-21 16:59:47.722241246 +0100 +++ /work/SRC/openSUSE:Factory/.blender-5.0.new.1928/blender-5.0.changes 2026-01-22 15:18:04.055950867 +0100 @@ -1,0 +2,17 @@ +Thu Jan 15 23:22:20 UTC 2026 - Marcus Rueckert <[email protected]> + +- Allow ffmpeg 8 + +------------------------------------------------------------------- +Wed Dec 17 10:39:41 UTC 2025 - Marcus Rueckert <[email protected]> + +- Update to 5.0.1 + https://developer.blender.org/docs/release_notes/5.0/corrective_releases/#blender-501 + +------------------------------------------------------------------- +Mon Nov 24 14:39:15 UTC 2025 - Marcus Rueckert <[email protected]> + +- Add octree-missing-fstream.patch: + on 15.6 fstream is not included indirectly pull it in directly here + +------------------------------------------------------------------- Old: ---- blender-5.0.0.tar.xz blender-5.0.0.tar.xz.md5sum New: ---- blender-5.0.1.tar.xz blender-5.0.1.tar.xz.md5sum octree-missing-fstream.patch ----------(New B)---------- New: - Add octree-missing-fstream.patch: on 15.6 fstream is not included indirectly pull it in directly here ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blender-5.0.spec ++++++ --- /var/tmp/diff_new_pack.stmavJ/_old 2026-01-22 15:18:06.440050285 +0100 +++ /var/tmp/diff_new_pack.stmavJ/_new 2026-01-22 15:18:06.444050451 +0100 @@ -100,7 +100,7 @@ %global pkg_name blender Name: blender-5.0 -Version: 5.0.0 +Version: 5.0.1 Release: 0 Summary: A 3D Modelling And Rendering Package License: GPL-2.0-or-later @@ -123,6 +123,8 @@ Source99: series # PATCH-FIX-UPSTREAM https://projects.blender.org/blender/blender/pulls/115320 Patch1: cmake_manpage_fix.patch +# PATCH-FIX-OPENSUSE on 15.6 fstream is not included indirectly pull it in directly here +Patch2: octree-missing-fstream.patch BuildRequires: %{py3pkg}-devel BuildRequires: %{py3pkg}-numpy-devel BuildRequires: %{py3pkg}-requests @@ -158,13 +160,13 @@ %if %{with oidn} BuildRequires: cmake(OpenImageDenoise) %endif -BuildRequires: (pkgconfig(libavcodec) >= 61.19.101 with pkgconfig(libavcodec) < 62.11.100) -BuildRequires: (pkgconfig(libavdevice) >= 61.3.100 with pkgconfig(libavdevice) < 62.1.100) -BuildRequires: (pkgconfig(libavfilter) >= 10.4.100 with pkgconfig(libavfilter) < 11.4.100) -BuildRequires: (pkgconfig(libavformat) >= 61.7.100 with pkgconfig(libavformat) < 62.3.100) -BuildRequires: (pkgconfig(libavutil) >= 59.39.100 with pkgconfig(libavutil) < 60.8.100) -BuildRequires: (pkgconfig(libswresample) >= 5.3.100 with pkgconfig(libswresample) < 6.1.100) -BuildRequires: (pkgconfig(libswscale) >= 8.3.100 with pkgconfig(libswscale) < 9.1.100) +BuildRequires: pkgconfig(libavcodec) >= 61.19.101 +BuildRequires: pkgconfig(libavdevice) >= 61.3.100 +BuildRequires: pkgconfig(libavfilter) >= 10.4.100 +BuildRequires: pkgconfig(libavformat) >= 61.7.100 +BuildRequires: pkgconfig(libavutil) >= 59.39.100 +BuildRequires: pkgconfig(libswresample) >= 5.3.100 +BuildRequires: pkgconfig(libswscale) >= 8.3.100 BuildRequires: cmake(TBB) BuildRequires: cmake(Tiff) BuildRequires: cmake(pugixml) ++++++ blender-5.0.0.tar.xz -> blender-5.0.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/blender-5.0/blender-5.0.0.tar.xz /work/SRC/openSUSE:Factory/.blender-5.0.new.1928/blender-5.0.1.tar.xz differ: char 27, line 1 ++++++ blender-5.0.0.tar.xz.md5sum -> blender-5.0.1.tar.xz.md5sum ++++++ --- /work/SRC/openSUSE:Factory/blender-5.0/blender-5.0.0.tar.xz.md5sum 2025-11-21 16:59:47.702240403 +0100 +++ /work/SRC/openSUSE:Factory/.blender-5.0.new.1928/blender-5.0.1.tar.xz.md5sum 2026-01-22 15:18:04.047950534 +0100 @@ -1 +1 @@ -3c064098e099ce62fe8404fcdb0ca30f blender-5.0.0.tar.xz +b7b865015cd203c53f8b5369899fb503 blender-5.0.1.tar.xz ++++++ octree-missing-fstream.patch ++++++ Index: blender-5.0.0/intern/cycles/bvh/octree.cpp =================================================================== --- blender-5.0.0.orig/intern/cycles/bvh/octree.cpp +++ blender-5.0.0/intern/cycles/bvh/octree.cpp @@ -16,6 +16,8 @@ # include <openvdb/tools/FindActiveValues.h> #endif +#include <fstream> + CCL_NAMESPACE_BEGIN __forceinline int Octree::flatten_index(int x, int y, int z) const ++++++ series ++++++ --- /var/tmp/diff_new_pack.stmavJ/_old 2026-01-22 15:18:06.688060626 +0100 +++ /var/tmp/diff_new_pack.stmavJ/_new 2026-01-22 15:18:06.692060793 +0100 @@ -1,3 +1,4 @@ # PATCH-FIX-UPSTREAM https://projects.blender.org/blender/blender/pulls/115320 cmake_manpage_fix.patch +octree-missing-fstream.patch
