rpms/realcrypt/F-12 realcrypt-rpm_opt_flags.patch, 1.2, 1.3 realcrypt.spec, 1.5, 1.6

Leigh Scott leigh123linux at rpmfusion.org
Fri Feb 12 15:47:30 CET 2010


Author: leigh123linux

Update of /cvs/nonfree/rpms/realcrypt/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29900

Modified Files:
	realcrypt-rpm_opt_flags.patch realcrypt.spec 
Log Message:
* Fri Feb 12 2010 leigh scott <leigh123linux at googlemail.com> - 6.3a-1
- update to 6.3a
- combined rebranding patch (by Axel Köllhofer)
- fix rebranding patch so truecrypt name isn't displayed by "mount -l"


realcrypt-rpm_opt_flags.patch:
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: realcrypt-rpm_opt_flags.patch
===================================================================
RCS file: /cvs/nonfree/rpms/realcrypt/F-12/realcrypt-rpm_opt_flags.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- realcrypt-rpm_opt_flags.patch	1 Nov 2009 17:45:34 -0000	1.2
+++ realcrypt-rpm_opt_flags.patch	12 Feb 2010 14:47:30 -0000	1.3
@@ -1,11 +1,10 @@
 --- truecrypt-6.3-source/Makefile.orig
 +++ truecrypt-6.3-source/Makefile
 @@ -85,7 +85,7 @@
- 
- ifeq "$(TC_BUILD_CONFIG)" "Release"
- 
--C_CXX_FLAGS += -O2 -fno-strict-aliasing  # Do not enable strict aliasing
-+C_CXX_FLAGS += $(RPM_OPT_FLAGS) -fno-strict-aliasing  # Do not enable strict aliasing
- export WX_BUILD_DIR ?= $(BASE_DIR)/wxrelease
- WX_CONFIGURE_FLAGS += --disable-debug_flag --disable-debug_gdb --disable-debug_info
- 
+ 
+ ifeq "$(TC_BUILD_CONFIG)" "Release"
+ 
+-C_CXX_FLAGS += -O2 -fno-strict-aliasing  # Do not enable strict aliasing
++C_CXX_FLAGS += $(RPM_OPT_FLAGS) -fno-strict-aliasing  # Do not enable strict aliasing
+ export WX_BUILD_DIR ?= $(BASE_DIR)/wxrelease
+ WX_CONFIGURE_FLAGS += --disable-debug_flag --disable-debug_gdb --disable-debug_info


Index: realcrypt.spec
===================================================================
RCS file: /cvs/nonfree/rpms/realcrypt/F-12/realcrypt.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- realcrypt.spec	12 Feb 2010 14:35:45 -0000	1.5
+++ realcrypt.spec	12 Feb 2010 14:47:30 -0000	1.6
@@ -3,7 +3,7 @@
 Name: realcrypt
 Summary: Cross platform disk encryption software
 Version: 6.3a
-Release: 2%{?dist}
+Release: 1%{?dist}
 License: TrueCrypt License Version 2.8
 Group: Applications/File
 URL: http://www.truecrypt.org/



More information about the rpmfusion-commits mailing list