Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2020-09-16 19:37:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blender (Old)
 and      /work/SRC/openSUSE:Factory/.blender.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blender"

Wed Sep 16 19:37:25 2020 rev:144 rq:834818 version:2.90.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/blender/blender.changes  2020-09-12 
00:12:26.029209619 +0200
+++ /work/SRC/openSUSE:Factory/.blender.new.4249/blender.changes        
2020-09-16 19:37:36.978684539 +0200
@@ -7,0 +8,5 @@
+Thu Sep  3 11:58:22 UTC 2020 - Hans-Peter Jansen <h...@urpla.net>
+
+- more spec cleanups
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ blender.spec ++++++
--- /var/tmp/diff_new_pack.bfrRWw/_old  2020-09-16 19:37:41.374688602 +0200
+++ /var/tmp/diff_new_pack.bfrRWw/_new  2020-09-16 19:37:41.378688606 +0200
@@ -111,7 +111,6 @@
 BuildRequires:  libpng-devel
 BuildRequires:  libspnav-devel
 BuildRequires:  libtiff-devel
-BuildRequires:  libtool
 BuildRequires:  llvm-devel
 BuildRequires:  lzo-devel
 BuildRequires:  openal-soft-devel
@@ -195,6 +194,7 @@
 Requires(post):    hicolor-icon-theme
 Requires(postun):  hicolor-icon-theme
 Provides:       %{name}-%{_suffix} = %{version}
+Conflicts:      %{name}-%{_suffix} < %{version}
 # current locale handling doesn't create locale(..) provides correctly
 Recommends:     %name-lang = %version
 
@@ -254,7 +254,6 @@
 export pver=$(pkg-config python3 --modversion)$(python3-config --abiflags)
 mkdir -p build && pushd build
 
-# NOTE: Don't use cmake macro.
 # lean against build_files/cmake/config/blender_release.cmake
 cmake ../ \
 %if 0%{?debugbuild} == 1
@@ -302,8 +301,6 @@
 %else
       -DWITH_CYCLES_EMBREE:BOOL=OFF \
 %endif
-      -DWITH_LLVM:BOOL=ON \
-      -DLLVM_LIBRARY:FILE=%{_libdir}/libLLVM.so \
 %endif
       -DWITH_DRACO:BOOL=ON \
       -DWITH_FFTW3:BOOL=ON \
@@ -393,7 +390,6 @@
 # make install
 %cmake_install
 
-# Remove folder, it's not supposed to be installed here.
 rm -f %{buildroot}%{_datadir}/%{name}/%{_version}/scripts/addons/.gitignore
 # Fix any .py files with shebangs and wrong permissions.
 find %{buildroot} -name "*.py" -perm 0644 -print0 | \
@@ -415,8 +411,6 @@
 
 chmod -f 0644 
%{buildroot}%{_datadir}/%{name}/%{_version}/scripts/modules/console_python.py
 
-find %{buildroot}%{_docdir}/%{name} -name "*.py" -perm 0755 -print0 | \
-       xargs -0r grep -l '#!' | xargs -d'\n' -r chmod -f 0644
 %fdupes %{buildroot}%{_datadir}/%{name}/%{_version}/
 %find_lang %{name} %{?no_lang_C}
 rm -rf %{buildroot}%{_datadir}/locale/languages



Reply via email to