Hello community, here is the log from the commit of package madwifi checked in at Mon Jul 31 16:49:54 CEST 2006. -------- --- arch/i386/madwifi/madwifi.changes 2006-06-26 18:20:22.000000000 +0200 +++ madwifi/madwifi.changes 2006-07-31 12:36:41.000000000 +0200 @@ -1,0 +2,10 @@ +Mon Jul 31 12:36:05 CEST 2006 - jg@suse.de + +- update to version 0.9.2: + * several bugs related to scanning have been fixed + * iwspy support has been enhanced to support signal strength + thresholds + * statistics from the sample rate algorithm are available again + * some fixes and improvements to the build system + +------------------------------------------------------------------- Old: ---- madwifi-0.9.1.tar.bz2 madwifi-makefiles.tar.gz New: ---- madwifi-0.9.2.tar.bz2 madwifi.dif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ madwifi.spec ++++++ --- /var/tmp/diff_new_pack.8ZDdHZ/_old 2006-07-31 16:49:28.000000000 +0200 +++ /var/tmp/diff_new_pack.8ZDdHZ/_new 2006-07-31 16:49:28.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package madwifi (Version 0.9.1) +# spec file for package madwifi (Version 0.9.2) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,7 +13,7 @@ Name: madwifi BuildRequires: kernel-source kernel-syms sharutils Summary: Tools for configuring atheros cards -Version: 0.9.1 +Version: 0.9.2 Release: 1 Group: Hardware/Other License: BSD @@ -21,7 +21,7 @@ URL: http://madwifi.org/ Autoreqprov: on Source: madwifi-%{version}.tar.bz2 -Source1: madwifi-makefiles.tar.gz +Patch: madwifi.dif ExclusiveArch: %ix86 x86_64 %suse_kernel_module_package -n madwifi kdump um @@ -67,7 +67,7 @@ %prep %setup -n madwifi-%{version} -tar xf %{SOURCE1} +%patch -p1 echo "#define SVNVERSION \"%{version}\"" > svnversion.h %build @@ -80,7 +80,7 @@ rm -rf obj/$flavor cp -r madwifi-%{version} obj/$flavor make -C /usr/src/linux-obj/%_target_cpu/$flavor modules \ - M=$PWD/obj/$flavor + M=$PWD/obj/$flavor KERNELPATH=/usr/src/linux-obj/%_target_cpu/$flavor done %install @@ -111,6 +111,13 @@ %{_includedir}/%{name}-%{version} %changelog -n madwifi +* Mon Jul 31 2006 - jg@suse.de +- update to version 0.9.2: + * several bugs related to scanning have been fixed + * iwspy support has been enhanced to support signal strength + thresholds + * statistics from the sample rate algorithm are available again + * some fixes and improvements to the build system * Mon Jun 26 2006 - jg@suse.de - update to version 0.9.1: * new HAL version (0.9.17.2) ++++++ madwifi-0.9.1.tar.bz2 -> madwifi-0.9.2.tar.bz2 ++++++ ++++ 3337 lines of diff (skipped) ++++++ madwifi.dif ++++++ Index: madwifi-ng-r1687-20060721/Makefile.inc =================================================================== --- madwifi-ng-r1687-20060721.orig/Makefile.inc +++ madwifi-ng-r1687-20060721/Makefile.inc @@ -115,7 +115,7 @@ endif # Determine target architecture of the kernel. ifeq (,$(ARCH_TARGET)) -ARCH_TARGET=$(shell $(DEPTH)/scripts/get_arch_target.sh $(KERNELCONF)) +ARCH_TARGET=$(shell $(obj)/$(DEPTH)/scripts/get_arch_target.sh $(KERNELCONF)) ARCH ?= $(word 1,$(ARCH_TARGET)) TARGET ?= $(word 2,$(ARCH_TARGET)) endif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org
participants (1)
-
root@suse.de