Hello community, here is the log from the commit of package blender for openSUSE:Factory checked in at 2013-02-20 09:18:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blender (Old) and /work/SRC/openSUSE:Factory/.blender.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blender", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/blender/blender.changes 2012-11-08 17:19:13.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes 2013-02-20 09:18:23.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Feb 19 15:12:08 UTC 2013 - [email protected] + +- build also with libpng16 + * libpng16.patch + +------------------------------------------------------------------- New: ---- blender-2.64a-libpng16.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blender.spec ++++++ --- /var/tmp/diff_new_pack.aSEpuO/_old 2013-02-20 09:18:27.000000000 +0100 +++ /var/tmp/diff_new_pack.aSEpuO/_new 2013-02-20 09:18:27.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package blender # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -44,6 +44,8 @@ Patch0: blender-%{version}-fix-locale-files-path.patch Patch1: blender-2.58-python_include.patch Patch2: blender-2.64a-big-endian.patch +# fix build against libpng16, upstream notified via #blendercoders +Patch3: blender-2.64a-libpng16.patch BuildRequires: gettext-tools %if 0%{?suse_version} > 1210 BuildRequires: libGLw-devel @@ -150,6 +152,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %if %DISTRIBUTABLE == 1 rm -rf release/scripts/presets/ffmpeg ++++++ blender-2.64a-libpng16.patch ++++++ Index: blender-2.64a/intern/smoke/intern/WAVELET_NOISE.h =================================================================== --- blender-2.64a.orig/intern/smoke/intern/WAVELET_NOISE.h +++ blender-2.64a/intern/smoke/intern/WAVELET_NOISE.h @@ -45,6 +45,8 @@ #include <MERSENNETWISTER.h> +#include <string.h> + #ifdef WIN32 #include <float.h> #define isnan _isnan -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
