Hello community, here is the log from the commit of package blender for openSUSE:Factory checked in at 2017-05-18 20:51:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blender (Old) and /work/SRC/openSUSE:Factory/.blender.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blender" Thu May 18 20:51:37 2017 rev:99 rq:495822 version:2.78c Changes: -------- --- /work/SRC/openSUSE:Factory/blender/blender.changes 2017-04-12 18:00:46.404971171 +0200 +++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes 2017-05-18 20:51:47.289895278 +0200 @@ -1,0 +2,18 @@ +Thu May 18 06:35:46 UTC 2017 - [email protected] + +- Remove doxygen (only documents internal source code, not + public / scripting API's). + +------------------------------------------------------------------- +Thu May 18 00:51:29 UTC 2017 - [email protected] + +- Remove yasm (was only needed for extern/ codecs) now removed. +- Remove ruby (Blender doesn't use Ruby). + +------------------------------------------------------------------- +Wed May 17 10:39:08 UTC 2017 - [email protected] + +- Remove extern paths which no longer exist, also epydoc which + isn't used since 2.4x. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blender.spec ++++++ --- /var/tmp/diff_new_pack.DUU1pz/_old 2017-05-18 20:51:48.409737269 +0200 +++ /var/tmp/diff_new_pack.DUU1pz/_new 2017-05-18 20:51:48.413736705 +0200 @@ -21,7 +21,6 @@ %define audaspace 1 %define collada 1 %define wplayer 1 -%define documentation 0 # Set this to 1 for fixing bugs. %define debugbuild 0 # Find the version of python3 that blender is going to build against. @@ -79,8 +78,6 @@ %endif BuildRequires: cmake BuildRequires: desktop-file-utils -BuildRequires: doxygen -BuildRequires: epydoc BuildRequires: fdupes BuildRequires: fftw3-devel BuildRequires: gcc-c++ @@ -121,16 +118,12 @@ %if 0%{?suse_version} > 1320 BuildRequires: python3-requests %endif -BuildRequires: ruby -BuildRequires: ruby-devel BuildRequires: shared-mime-info BuildRequires: update-desktop-files BuildRequires: xorg-x11 BuildRequires: xorg-x11-devel BuildRequires: xz BuildRequires: xz-devel -BuildRequires: yasm -BuildRequires: yasm-devel BuildRequires: pkgconfig(glu) BuildRequires: pkgconfig(libxml-2.0) Requires: python3-base >= %{py3version} @@ -147,9 +140,6 @@ %else BuildRequires: MesaGLw-devel %endif -%if %{documentation} == 1 -Recommends: blender-doc -%endif %if %{with ffmpeg} BuildRequires: pkgconfig(libavcodec) BuildRequires: pkgconfig(libavdevice) @@ -191,22 +181,6 @@ This blender is not built with cycles. %endif -%if %{documentation} == 1 -%package doc -Summary: Documentation for blender -Group: Documentation -BuildArch: noarch - -%description doc -Being the in-house software of a high quality animation studio, Blender -has proven to be an extremely fast and versatile design instrument. The -software has a personal touch, offering a unique approach to the world -of Three Dimensions. Use Blender to create TV commercials, to make -technical visualizations, business graphics, to do some morphing, or -design user interfaces. -This package includes API documentation and example plugin programs. -%endif - %lang_package %prep @@ -217,18 +191,8 @@ %setup -q %patch1 -rm -rf extern/ffmpeg -rm -rf extern/fftw rm -rf extern/glew -rm -rf extern/libmp3lame rm -rf extern/libopenjpeg -rm -rf extern/libredcode -rm -rf extern/ode -rm -rf extern/x264 -rm -rf extern/xvidcore -rm -rf extern/qhull -rm -rf extern/make -rm -rf extern/verse echo %{_version} %build @@ -326,15 +290,6 @@ %endif make %{?_smp_mflags} popd -%if %{documentation} == 1 -# Build documentation -pushd doc/doxygen -doxygen -u Doxyfile -doxygen Doxyfile -popd -mv doc/doxygen/html doc/ -rm -rf doc/doxygen -%endif %install echo "release version = %{_version}" @@ -450,12 +405,6 @@ %{_datadir}/pixmaps/blender.png %dir %{_datadir}/appdata %{_datadir}/appdata/*.appdata.xml -%if %{documentation} == 0 %doc %{_docdir}/%{name} -%else -%files doc -%defattr (-, root, root) -%doc doc/ -%endif %changelog
