Hello community, here is the log from the commit of package yafray for openSUSE:Factory checked in at 2012-03-26 11:09:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yafray (Old) and /work/SRC/openSUSE:Factory/.yafray.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yafray", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/yafray/yafray.changes 2011-09-23 12:53:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yafray.new/yafray.changes 2012-03-26 11:09:18.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Mar 24 17:18:02 UTC 2012 - [email protected] + +- Add yafray-gcc47.patch: Fix build with gcc 4.7. + +------------------------------------------------------------------- New: ---- yafray-gcc47.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yafray.spec ++++++ --- /var/tmp/diff_new_pack.PnK9c7/_old 2012-03-26 11:09:21.000000000 +0200 +++ /var/tmp/diff_new_pack.PnK9c7/_new 2012-03-26 11:09:21.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package yafray # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,16 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: yafray -BuildRequires: OpenEXR-devel gcc-c++ libjpeg-devel scons zlib-devel -License: LGPL-2.1+ -Group: Productivity/Graphics/Visualization/Raytracers -AutoReqProv: on +BuildRequires: OpenEXR-devel +BuildRequires: gcc-c++ +BuildRequires: libjpeg-devel +BuildRequires: scons +BuildRequires: zlib-devel Version: 0.0.9 -Release: 99 +Release: 0 Source: %{name}-%{version}.tar.bz2 Patch0: %{name}-%{version}-gcc4-64bit.patch Patch1: %{name}-%{version}-gcc-warning.patch @@ -34,9 +33,12 @@ Patch64: %{name}-%{version}-linux-settings64.patch Patch65: yafray-0.0.9-const-char.patch Patch66: yafray-0.0.9-linux3.patch +Patch67: yafray-gcc47.patch Url: http://www.yafray.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: YafRay: Yet Another Free RAYtracer +License: LGPL-2.1+ +Group: Productivity/Graphics/Visualization/Raytracers %description A raytracer that cooperates well with the Blender package. @@ -55,6 +57,7 @@ fi %patch65 %patch66 +%patch67 -p1 %build scons prefix=%{_prefix} %{?jobs:--jobs=%jobs} ++++++ yafray-gcc47.patch ++++++ Index: yafray/src/yafraycore/threadedscene.cc =================================================================== --- yafray.orig/src/yafraycore/threadedscene.cc +++ yafray/src/yafraycore/threadedscene.cc @@ -24,7 +24,8 @@ #include "matrix4.h" #include <cstdio> #include <cstdlib> -#include<fstream> +#include <fstream> +#include <unistd.h> using namespace std; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
