Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package blender for openSUSE:Factory checked in at 2022-06-18 22:06:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blender (Old) and /work/SRC/openSUSE:Factory/.blender.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blender" Sat Jun 18 22:06:12 2022 rev:162 rq:983553 version:3.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/blender/blender.changes 2022-04-30 00:46:03.726978680 +0200 +++ /work/SRC/openSUSE:Factory/.blender.new.1548/blender.changes 2022-06-18 22:06:18.343665986 +0200 @@ -1,0 +2,26 @@ +Thu Jun 16 08:44:26 UTC 2022 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Increase required memory to avoid OOM seen on Tumbleweed aarch64 + +------------------------------------------------------------------- +Thu Jun 16 08:36:56 UTC 2022 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Disable build on 32-bit arm since upstream does not support + 32-bit anymore + +------------------------------------------------------------------- +Mon Jun 13 07:40:44 UTC 2022 - Hans-Peter Jansen <h...@urpla.net> + +- Update to 3.2.0: + way to many to be listed here, check: + https://wiki.blender.org/wiki/Reference/Release_Notes/3.2 + https://www.blender.org/download/releases/3-2/ +- Minor installation clean up to make rpmlint happier + +------------------------------------------------------------------- +Sat Jun 4 12:56:53 UTC 2022 - Jan Engelhardt <jeng...@inai.de> + +- Remove BuildRequire on pkgconfig(glw), can't find any source + using it. + +------------------------------------------------------------------- Old: ---- blender-3.1.2.tar.xz blender-3.1.2.tar.xz.md5sum New: ---- blender-3.2.0.tar.xz blender-3.2.0.tar.xz.md5sum ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blender.spec ++++++ --- /var/tmp/diff_new_pack.zMyG4r/_old 2022-06-18 22:06:19.471667589 +0200 +++ /var/tmp/diff_new_pack.zMyG4r/_new 2022-06-18 22:06:19.475667595 +0200 @@ -67,7 +67,7 @@ %bcond_with openxr Name: blender -Version: 3.1.2 +Version: 3.2.0 Release: 0 Summary: A 3D Modelling And Rendering Package License: GPL-2.0-or-later @@ -141,7 +141,6 @@ BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(glew) BuildRequires: pkgconfig(glu) -BuildRequires: pkgconfig(glw) BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(libavcodec) BuildRequires: pkgconfig(libavdevice) @@ -161,7 +160,6 @@ BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(xxf86vm) BuildRequires: pkgconfig(zlib) -#!BuildIgnore: libGLwM1 Requires: %{py3pkg}-base Requires: %{py3pkg}-numpy Requires: %{py3pkg}-requests @@ -233,7 +231,7 @@ Obsoletes: %{name}-cycles-devel = %{version} Provides: %{name}-cycles-devel = %{version} %endif -ExcludeArch: %{ix86} +ExcludeArch: %{ix86} %{arm} %description Blender is a 3D modelling and rendering package. It is the in-house @@ -288,7 +286,7 @@ sed -i 's|NOT WITH_SYSTEM_GLEW|WITH_SYSTEM_GLEW|' source/blender/gpu/CMakeLists.txt %endif -for i in `grep -rl "%{_bindir}/env python"`;do sed -i '1s@^#!.*@#!%{_bindir}/python%{py3ver}@' ${i} ;done +for i in $(grep -rl "%{_bindir}/env python"); do sed -i '1s@^#!.*@#!%{_bindir}/python%{py3ver}@' ${i}; done %build export SUSE_ASNEEDED=0 @@ -460,11 +458,12 @@ # make install %cmake_install -rm -f %{buildroot}%{_datadir}/%{name}/%{_version}/scripts/addons/.gitignore -chmod 644 %{buildroot}%{_datadir}/%{name}/%{_version}/scripts/modules/console_python.py +# tidy some .dot {files,dirs} installation +rm -r %{buildroot}%{_datadir}/%{name}/%{_version}/scripts/addons/.git* +rm %{buildroot}%{_datadir}/%{name}/%{_version}/scripts/addons/rigify/.pep8 # Fix any .py files with shebangs and wrong permissions. find %{buildroot} -name "*.py" -perm 0644 -print0 | \ - xargs -0r grep -l '#!' | xargs -d'\n' chmod -f 0755; + xargs -0r grep -l '^#!' | xargs -d'\n' chmod -f 0755; # Copy text files to correct place. mkdir -p %{buildroot}%{_docdir}/%{name} mv -v %{buildroot}%{_datadir}/doc/blender/* %{buildroot}%{_docdir}/%{name}/ ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.zMyG4r/_old 2022-06-18 22:06:19.535667680 +0200 +++ /var/tmp/diff_new_pack.zMyG4r/_new 2022-06-18 22:06:19.535667680 +0200 @@ -5,7 +5,7 @@ <size unit="G">20</size> </disk> <memory> - <size unit="G">4</size> + <size unit="G">10</size> </memory> <memoryperjob> <size unit="M">1300</size> ++++++ blender-3.1.2.tar.xz -> blender-3.2.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/blender/blender-3.1.2.tar.xz /work/SRC/openSUSE:Factory/.blender.new.1548/blender-3.2.0.tar.xz differ: char 25, line 1 ++++++ blender-3.1.2.tar.xz.md5sum -> blender-3.2.0.tar.xz.md5sum ++++++ --- /work/SRC/openSUSE:Factory/blender/blender-3.1.2.tar.xz.md5sum 2022-04-10 19:14:03.068741460 +0200 +++ /work/SRC/openSUSE:Factory/.blender.new.1548/blender-3.2.0.tar.xz.md5sum 2022-06-18 22:06:18.243665844 +0200 @@ -1 +1 @@ -0ba50e74e3a4acdb1b59d284ba1df827 blender-3.1.2.tar.xz +1bb053bc972d6618f8f1b6011208aa58 blender-3.2.0.tar.xz