Index: blender.spec
===================================================================
RCS file: /cvsroot/SPECS/blender.spec,v
retrieving revision 1.76
diff -u -r1.76 blender.spec
--- blender.spec	26 Feb 2007 21:56:16 -0000	1.76
+++ blender.spec	17 May 2007 22:17:51 -0000
@@ -7,23 +7,24 @@
 Summary:	3D modeling, rendering, animation and game creation package
 Summary(pl.UTF-8):	Pakiet do tworzenia animacji 3D oraz gier
 Name:		blender
-Version:	2.43
+Version:	2.44
 Release:	0.1
 License:	GPL
 Group:		X11/Applications/Graphics
 Source0:	http://download.blender.org/source/%{name}-%{version}.tar.gz
-# Source0-md5:	7629c31bc45e286bdf3b2c555e6446a2
+# Source0-md5:	7ac841f6feb27e9d7fb6d77cf137be12
 Source1:	%{name}.desktop
 Source2:	%{name}.png
 Source4:	%{name}-wrapper
 Source5:	%{name}.manpage
 Patch0:		%{name}-po_and_locale_names.patch
 Patch1:		%{name}-noxml-yafray.patch
-Patch2:		%{name}-python-fix.patch
 URL:		http://www.blender.org/
 BuildRequires:	OpenEXR-devel
 BuildRequires:	OpenGL-devel
 BuildRequires:	SDL-devel
+# gcc 3.4 is needed (-Wdeclaration-after-statement)
+BuildRequires:	gcc >= 5:3.4.0
 BuildRequires:	freealut-devel
 BuildRequires:	freetype-devel
 BuildRequires:	ftgl-devel
@@ -61,7 +62,6 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 mv -f po/pt_{br,BR}.po
 
 rm -f missing
@@ -85,7 +85,7 @@
 END
 
 %build
-scons
+scons BF_OPENGL_LIBPATH=/usr/X11R6/%{_lib}
 %{__make} -C po OCGDIR=..
 
 install -d release/plugins/include
