Changes of Revision 8
[-] | Changed | truecrypt.spec |
x 1
2 # norootforbuild 3 4 Name: truecrypt 5 -Version: 6.0 6 +Version: 6.0a 7 Release: 1 8 Obsoletes: truecrypt-kmp =< 4.3a 9 BuildRoot: %{_tmppath}/%{name}-%{version}-build 10
11 %doc Release/Setup\ Files/* Readme.txt 12 13 %changelog -n truecrypt 14 +* Fri Jul 18 2008 Carsten Schoene <cs@linux-administrator.com> 15 +- update to 6.0a 16 * Sat Jul 05 2008 Carsten Schoene <cs@linux-administrator.com> 17 - update to 6.0 18 * Thu Feb 21 2008 - dmacvicar@suse.de 19 |
||
[+] | Added | truecrypt-6.0a-wx.patch ^ |
@@ -0,0 +1,20 @@ +--- Main/Main.make.orig 2008-07-01 21:53:44.000000000 +0200 ++++ Main/Main.make 2008-07-05 12:01:13.000000000 +0200 +@@ -76,13 +76,13 @@ + + ifeq "$(TC_BUILD_CONFIG)" "Release" + +-CXXFLAGS += $(shell $(WX_BUILD_DIR)/wx-config --unicode --static --cxxflags) +-WX_LIBS = $(shell $(WX_BUILD_DIR)/wx-config --unicode --static --libs $(WX_CONFIG_LIBS)) ++CXXFLAGS += $(shell wx-config --unicode --static --cxxflags) ++WX_LIBS = $(shell wx-config --unicode --static --libs $(WX_CONFIG_LIBS)) + + else + +-CXXFLAGS += $(shell $(WX_BUILD_DIR)/wx-config --debug --unicode --static --cxxflags) +-WX_LIBS = $(shell $(WX_BUILD_DIR)/wx-config --debug --unicode --static --libs $(WX_CONFIG_LIBS)) ++CXXFLAGS += $(shell wx-config --debug --unicode --static --cxxflags) ++WX_LIBS = $(shell wx-config --debug --unicode --static --libs $(WX_CONFIG_LIBS)) + + endif + | ||
Added | truecrypt-6.0a-source.tar.gz ^ |