From af78c4f7b61f0903c4073c7059f9b28555302983 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Jan 10 2007 14:37:47 +0000 Subject: - no mmx version for x86_64 since it is 32bit and does not build --- diff --git a/john.spec b/john.spec index cbd68c1..8f9546d 100644 --- a/john.spec +++ b/john.spec @@ -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 @@ cp -a src src-mmx %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 @@ rm -rf %{buildroot} %endif %changelog -* Tue Jan 01 2007 Till Maas - 1.7.0.2-1 +* Wed Jan 10 2007 Till Maas - 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 - 1.7.0.2-1 - prevent stripping in Makefile to get non-empty debuginfo - version bump - build mmx and fallback version