Author: megabajt Date: Mon Apr 7 07:28:14 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - restore overwritten compiler flags (fixes #129) - release 3
---- Files affected: SPECS: blender.spec (1.81 -> 1.82) ---- Diffs: ================================================================ Index: SPECS/blender.spec diff -u SPECS/blender.spec:1.81 SPECS/blender.spec:1.82 --- SPECS/blender.spec:1.81 Sat Feb 23 20:39:12 2008 +++ SPECS/blender.spec Mon Apr 7 09:28:09 2008 @@ -8,7 +8,7 @@ Summary(pl.UTF-8): Pakiet do tworzenia animacji 3D oraz gier Name: blender Version: 2.45 -Release: 2 +Release: 3 License: GPL Group: X11/Applications/Graphics Source0: http://download.blender.org/source/%{name}-%{version}.tar.gz @@ -70,8 +70,8 @@ RPMLDFLAGS="\"`echo %{rpmldflags}|sed 's/ /\",\"/g'`\"" cat > user-config.py <<END -CCFLAGS = [$RPMCFLAGS] -CXXFLAGS = [$RPMCFLAGS] +CCFLAGS = [$RPMCFLAGS, "-funsigned-char", "-fPIC"] +CXXFLAGS = [$RPMCFLAGS, "-funsigned-char", "-fPIC"] LDFLAGS = [$RPMLDFLAGS] TARGET_CC = '%{__cc}' TARGET_CXX = '%{__cxx}' @@ -135,6 +135,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.82 2008-04-07 07:28:09 megabajt +- restore overwritten compiler flags (fixes #129) +- release 3 + Revision 1.81 2008-02-23 19:39:12 glen - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/blender.spec?r1=1.81&r2=1.82&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
