rpms/john/devel john.spec,1.10,1.11

Till Maas (till) fedora-extras-commits at redhat.com
Wed Jan 10 14:38:17 UTC 2007


Author: till

Update of /cvs/extras/rpms/john/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17945

Modified Files:
	john.spec 
Log Message:
- no mmx version for x86_64 since it is 32bit and does not build



Index: john.spec
===================================================================
RCS file: /cvs/extras/rpms/john/devel/john.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- john.spec	10 Jan 2007 14:14:31 -0000	1.10
+++ john.spec	10 Jan 2007 14:37:47 -0000	1.11
@@ -1,7 +1,7 @@
 Summary:          John the Ripper password cracker
 Name:             john
 Version:          1.7.0.2
-Release:          1%{?dist}
+Release:          2%{?dist}
 
 URL:              http://www.openwall.com/john
 License:          GPL
@@ -35,7 +35,6 @@
 %endif
 %ifarch x86_64
 %define target_non_mmx linux-x86-64
-%define target_mmx linux-x86-64-mmx
 %endif
 %ifarch ppc
 %define target_non_mmx linux-ppc32
@@ -86,7 +85,10 @@
 %endif
 
 %changelog
-* Tue Jan 01 2007 Till Maas <opensource till name> - 1.7.0.2-1
+* Wed Jan 10 2007 Till Maas <opensource till name> - 1.7.0.2-2
+- no mmx version for x86_64 since it is 32bit and does not build
+
+* Tue Jan 09 2007 Till Maas <opensource till name> - 1.7.0.2-1
 - prevent stripping in Makefile to get non-empty debuginfo
 - version bump
 - build mmx and fallback version




More information about the scm-commits mailing list