From 9cf8133bc6ce065c10b77762f341e6262a893e6c Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Mon, 27 Feb 2006 07:46:47 +0000 Subject: [PATCH] - Downgrade to 0.4.8 stable release rather than a dev release --- .cvsignore | 1 + sources | 2 +- wpa_supplicant.spec | 12 +++++++++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 203d776..e1475c8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ madwifi-headers.tar.bz2 wpa_supplicant-0.4.7.tar.gz wpa_supplicant-0.5.1.tar.gz +wpa_supplicant-0.4.8.tar.gz diff --git a/sources b/sources index faa302d..4a47b5a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 3be286e0d0f5ab5223ccfdecd3b74546 madwifi-headers.tar.bz2 -d99349503945c4534c6f46d21dfe0ca3 wpa_supplicant-0.5.1.tar.gz +765d6c70d75e88cd4dc010fa6b52c45f wpa_supplicant-0.4.8.tar.gz diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index d9acdc6..d5e0611 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -1,7 +1,8 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant Name: wpa_supplicant -Version: 0.5.1 -Release: 3 +Epoch: 1 +Version: 0.4.8 +Release: 1 License: GPL Group: System Environment/Base Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz @@ -10,7 +11,8 @@ Source2: %{name}.conf Source3: %{name}.init.d Source4: %{name}.sysconfig Source5: madwifi-headers.tar.bz2 -Patch0: wpa_supplicant-auth-fallback-v3.patch +Patch0: wpa_supplicant-auth-fallback-v4.patch +Patch1: wpa_supplicant-ctrl-iface-ap-scan.patch URL: http://hostap.epitest.fi/wpa_supplicant/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -33,6 +35,7 @@ Graphical User Interface for wpa_supplicant written using QT3 %prep %setup -q %patch0 -p0 -b .we-auth-fallback +%patch1 -p1 -b .ap_scan %build cp %{SOURCE1} ./.config @@ -107,6 +110,9 @@ fi %{_bindir}/wpa_gui %changelog +* Fri Feb 24 2006 Dan Williams - 0.4.8-1 +- Downgrade to 0.4.8 stable release rather than a dev release + * Sun Feb 12 2006 Dan Williams - 0.5.1-3 - Documentation cleanup (Terje Rosten )