[blender] Change compiler flags to fixed UI issue (#671284) Exclude plugin directory (not supported in current

Jochen Schmitt s4504kr at fedoraproject.org
Thu Apr 7 19:54:34 UTC 2011


commit 2b4e6ca5c5766f4b986bcd0a496ea65f5e01bb47
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Thu Apr 7 21:54:37 2011 +0200

    Change compiler flags to fixed UI issue (#671284)
    Exclude plugin directory (not supported in current release)

 blender-2.56.config |    4 ++--
 blender.spec        |   10 +++++++---
 2 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/blender-2.56.config b/blender-2.56.config
index 4916f47..7243399 100644
--- a/blender-2.56.config
+++ b/blender-2.56.config
@@ -122,8 +122,8 @@ CXX = 'g++'
 # CFLAGS += '${RPM_OPT_FLAGS}'
 CFLAGS += rpmopt
 
-# CCFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing']
-CCFLAGS = rpmopt
+CCFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing']
+CCFLAGS += rpmopt
 
 CPPFLAGS = ['-DXP_UNIX']
 # CXXFLAGS = ['-pipe','-fPIC','-funsigned-char','-fno-strict-aliasing']
diff --git a/blender.spec b/blender.spec
index 669fe10..c827f0a 100644
--- a/blender.spec
+++ b/blender.spec
@@ -7,7 +7,7 @@
 
 Name:           blender
 Version:        2.56
-Release: 	9%{svn}%{?dist}
+Release: 	10%{svn}%{?dist}
 
 Summary:        3D modeling, animation, rendering and post-production
 
@@ -222,7 +222,8 @@ fi || :
 # %{_bindir}/blender.bin
 %{_datadir}/applications/fedora-blender.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
-%{blenderlib}/
+# Plugins are not support in this current release
+%exclude %{blenderlib}/
 %{blenderarch}/
 %{_datadir}/mime/packages/blender.xml
 
@@ -230,9 +231,12 @@ fi || :
 %defattr(-,root,root,-)
 %doc COPYING
 %{_bindir}/blenderplayer
-# %{_bindir}/blenderplayer.bin
 
 %changelog
+* Thu Apr  7 2011 Jochen Schmitt <Jochen herr-schmitt de> 2.56-10.svn36007%{?dist}
+- Change compiler flags to fixed UI issue (#671284)
+- Exclude plugin directory (not supported in current release)
+
 * Wed Apr  6 2011 Jochen Schmitt <Jochen herr-schmitt de> 2.56-9.svn36007%{?dist}
 - New upstream release
 - Missing UI issue fixed (#671284)


More information about the scm-commits mailing list