
Hello community, here is the log from the commit of package fxload checked in at Mon May 1 14:22:21 CEST 2006. -------- --- fxload/fxload.changes 2006-01-25 21:36:05.000000000 +0100 +++ STABLE/fxload/fxload.changes 2006-04-29 13:21:03.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Apr 29 13:20:34 CEST 2006 - olh@suse.de + +- linux/usbdevice_fs.h needs linux/compiler.h for __user + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fxload.spec ++++++ --- /var/tmp/diff_new_pack.RAPPCN/_old 2006-05-01 14:22:11.000000000 +0200 +++ /var/tmp/diff_new_pack.RAPPCN/_new 2006-05-01 14:22:11.000000000 +0200 @@ -1,11 +1,11 @@ # # spec file for package fxload (Version 2002_04_11) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -13,7 +13,7 @@ Name: fxload URL: http://linux-hotplug.sf.net/ Version: 2002_04_11 -Release: 103 +Release: 113 Group: System/Kernel Summary: Download Firmware into USB FX and FX2 Devices License: LGPL @@ -23,12 +23,12 @@ ExclusiveArch: %ix86 ppc ia64 sparc sparc64 x86_64 %arm %description -This program can download firmware into FX and FX2 EZ-USB devices, as +This program can download firmware into FX and FX2 EZ-USB devices as well as the original AnchorChips EZ-USB. It is intended to be invoked by hotplug scripts when the unprogrammed device appears on the bus. Primarily as an aid for developers, this can also be used to update -firmware on devices which boot from I2C serial EEPROMs. For that use, +firmware on devices that boot from I2C serial EEPROMs. For that use, as well as downloading firmware to all other off-chip memory, a second stage loader must first be downloaded. @@ -58,6 +58,8 @@ %doc COPYING README.txt %changelog -n fxload +* Sat Apr 29 2006 - olh@suse.de +- linux/usbdevice_fs.h needs linux/compiler.h for __user * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Tue Nov 15 2005 - uli@suse.de ++++++ fxload-2002_04_11.dif ++++++ --- /var/tmp/diff_new_pack.RAPPCN/_old 2006-05-01 14:22:11.000000000 +0200 +++ /var/tmp/diff_new_pack.RAPPCN/_new 2006-05-01 14:22:11.000000000 +0200 @@ -1,15 +1,25 @@ ---- ezusb.c -+++ ezusb.c 2003/08/19 17:33:11 -@@ -29,6 +29,7 @@ +--- + Makefile | 14 ++++++++------ + ezusb.c | 2 ++ + 2 files changed, 10 insertions(+), 6 deletions(-) + +Index: ezusb.c +=================================================================== +--- ezusb.c.orig ++++ ezusb.c +@@ -29,6 +29,8 @@ # include <sys/ioctl.h> # include <linux/version.h> ++# include <linux/compiler.h> +# include <linux/types.h> # include <linux/usb.h> # include <linux/usbdevice_fs.h> ---- Makefile -+++ Makefile 2003/08/19 17:38:38 +Index: Makefile +=================================================================== +--- Makefile.orig ++++ Makefile @@ -3,10 +3,12 @@ # Builds "fxload" binaries, distribution tarball, and RPMs. # @@ -22,7 +32,7 @@ +sbindir = /sbin +mandir = ${prefix}/share/man + -+DESTDIR= ++DESTDIR = INSTALL = /usr/bin/install -cD INSTALL_PROGRAM = ${INSTALL} ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de