Hello community, here is the log from the commit of package blender for openSUSE:Factory checked in at 2019-10-21 12:30:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blender (Old) and /work/SRC/openSUSE:Factory/.blender.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blender" Mon Oct 21 12:30:37 2019 rev:121 rq:741315 version:2.80 Changes: -------- --- /work/SRC/openSUSE:Factory/blender/blender.changes 2019-10-12 22:31:03.335567569 +0200 +++ /work/SRC/openSUSE:Factory/.blender.new.2352/blender.changes 2019-10-21 12:30:40.284115141 +0200 @@ -1,0 +2,7 @@ +Tue Oct 15 12:53:43 UTC 2019 - Hans-Peter Jansen <[email protected]> + +- Don't remove 0-length files + would mostly remove __init__.py files, which is harmful +- Remove wplayer build conditional (option not available anymore) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blender.spec ++++++ --- /var/tmp/diff_new_pack.vMfiJ3/_old 2019-10-21 12:30:43.264118520 +0200 +++ /var/tmp/diff_new_pack.vMfiJ3/_new 2019-10-21 12:30:43.268118524 +0200 @@ -28,7 +28,6 @@ %bcond_without openvdb %bcond_without osl %bcond_without system_audaspace -%bcond_with wplayer # Set this to 1 for fixing bugs. %define debugbuild 0 @@ -380,7 +379,6 @@ mkdir -p %{buildroot}%{_datadir}/appdata/ install -D -m 0644 %{SOURCE8} %{buildroot}%{_datadir}/appdata/ -find %{buildroot} -empty -print -delete chmod -f 0644 %{buildroot}%{_datadir}/%{name}/%{_version}/scripts/modules/console_python.py find %{buildroot}%{_docdir}/%{name} -name "*.py" -perm 0755 -print0 | \ @@ -393,22 +391,6 @@ find %{buildroot}%{_datadir}/%{name}/%{_version}/scripts/ -name "*.h" -print -delete %endif -# Factory is now of the opinion that every /usr/bin file needs a man page, -%if %{with wplayer} -# Create man1 directory if it doesn't exist. -mkdir -p %{buildroot}%{_mandir}/man1 -# Generate man page with help2man -pushd %{buildroot}%{_mandir}/man1 -cp -v %{buildroot}%{_bindir}/blenderplayer ./ -help2man \ - --version-string="%{version}" \ - --help-option="-h" -n "a utility for previewing .blend files" \ - -s 1 -m "User Commands" -S "Stichting Blender Foundation" -N -o blenderplayer.1 ./'blenderplayer -h ""' -rm blenderplayer -popd -#cp -v %%{SOURCE5} %%{buildroot}%%{_mandir}/man1 -%endif - # don't package thumbnailer rm %{buildroot}%{_bindir}/%{name}-thumbnailer.py
