rpms/blender/devel blender.spec,1.127,1.128

Jochen Schmitt s4504kr at fedoraproject.org
Wed Jan 13 17:08:55 UTC 2010


Author: s4504kr

Update of /cvs/pkgs/rpms/blender/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5931

Modified Files:
	blender.spec 
Log Message:
Fix quit.blend related issues


Index: blender.spec
===================================================================
RCS file: /cvs/pkgs/rpms/blender/devel/blender.spec,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -p -r1.127 -r1.128
--- blender.spec	23 Nov 2009 16:58:30 -0000	1.127
+++ blender.spec	13 Jan 2010 17:08:55 -0000	1.128
@@ -5,7 +5,7 @@
 
 Name:           blender
 Version:        2.49b
-Release: 	3%{?dist}
+Release: 	4%{?dist}
 
 Summary:        3D modeling, animation, rendering and post-production
 
@@ -26,8 +26,9 @@ Patch1:         blender-2.49-scons.patch
 Patch2:		blender-2.44-bid.patch
 
 # Both patches are forwarded to upstream via email
-Patch100:	blender-2.46rc3-cve-2008-1103-1.patch
-Patch101:	blender-2.48a-cve-2008-4863.patch
+#Patch100:	blender-2.46rc3-cve-2008-1103-1.patch
+#Patch101:	blender-2.48a-cve-2008-4863.patch
+Patch100:	blender-2.49b-cve.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -105,8 +106,8 @@ Blender Game Engine.
 %patch1 -p1 -b .org
 %patch2 -p1 -b .bid
 
-%patch100 -p1
-%patch101 -p1
+%patch100 -p1 -b .cve
+# %patch101 -p1
 
 # binreloc is not a part of fedora
 rm -rf extern/ffmpeg
@@ -243,6 +244,10 @@ fi || :
 %{_bindir}/blenderplayer.bin
 
 %changelog
+* Wed Jan 13 2010 Jochen Schmitt <Jochen herr-schmitt de> 2.49b-4
+- Fix O_CREAT issue on existing quit.blend file (#553959)
+- Move quit.blend to ~/.blender
+
 * Mon Nov 23 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.49b-3
 - Remove symlink to DejaVu font from package
 



More information about the scm-commits mailing list