forked from pool/pciutils
This commit is contained in:
parent
244e162c4e
commit
a19f43f736
3
pciutils-2.2.10.tar.bz2
Normal file
3
pciutils-2.2.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8ad55f9065fcbce832ba61b4693265e8508b6f9dc203920f9ba75f67efad4ba5
|
||||||
|
size 212726
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f60ae61cfbd5da1d849d0beaa21f593c38dac9359f0b3ddc612f447408265b24
|
|
||||||
size 212265
|
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 9 15:32:10 CEST 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 2.2.10
|
||||||
|
* lspci.c, setpci.c: Cleaned up the list of options.
|
||||||
|
* lib/names.c: Fix displaying of errors reported by zlib.
|
||||||
|
Previously, the buffer containing the error message had
|
||||||
|
been deallocated by gzclose() before the message was printed.
|
||||||
|
* update-pciids.sh: Added quiet mode (-q). Clean up uncompressed
|
||||||
|
files left by previous versions of the pciutils.
|
||||||
|
* update-pciids.man: Mention the -q switch.
|
||||||
|
* lib/dump.c: Squashed compiler warnings about code with
|
||||||
|
no effect (there really were surplus *'s).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 6 22:33:43 CET 2007 - anicka@suse.cz
|
Tue Nov 6 22:33:43 CET 2007 - anicka@suse.cz
|
||||||
|
|
||||||
|
156
pciutils.spec
156
pciutils.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pciutils (Version 2.2.9)
|
# spec file for package pciutils (Version 2.2.10)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,9 +10,10 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: pciutils
|
Name: pciutils
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Version: 2.2.9
|
Version: 2.2.10
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: pciutils-ids
|
Requires: pciutils-ids
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -43,6 +44,7 @@ Authors:
|
|||||||
Martin Mares <mj@ucw.cz>
|
Martin Mares <mj@ucw.cz>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: GPL v2 or later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: Static Library and Include Files of the PCI-utilities
|
Summary: Static Library and Include Files of the PCI-utilities
|
||||||
# As we only package a static library we need zlib-devel for final linking
|
# As we only package a static library we need zlib-devel for final linking
|
||||||
@ -88,8 +90,20 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/pci/
|
%{_includedir}/pci/
|
||||||
%{_libdir}/libpci.a
|
%{_libdir}/libpci.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 06 2007 - anicka@suse.cz
|
* Wed Apr 09 2008 anicka@suse.cz
|
||||||
|
- update to 2.2.10
|
||||||
|
* lspci.c, setpci.c: Cleaned up the list of options.
|
||||||
|
* lib/names.c: Fix displaying of errors reported by zlib.
|
||||||
|
Previously, the buffer containing the error message had
|
||||||
|
been deallocated by gzclose() before the message was printed.
|
||||||
|
* update-pciids.sh: Added quiet mode (-q). Clean up uncompressed
|
||||||
|
files left by previous versions of the pciutils.
|
||||||
|
* update-pciids.man: Mention the -q switch.
|
||||||
|
* lib/dump.c: Squashed compiler warnings about code with
|
||||||
|
no effect (there really were surplus *'s).
|
||||||
|
* Wed Nov 07 2007 anicka@suse.cz
|
||||||
- update to 2.2.9
|
- update to 2.2.9
|
||||||
* lspci.c: Added a new switch `-k' which requests printing
|
* lspci.c: Added a new switch `-k' which requests printing
|
||||||
of information on kernel drivers attached to each device
|
of information on kernel drivers attached to each device
|
||||||
@ -106,11 +120,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
all options except verbose to opt_*.
|
all options except verbose to opt_*.
|
||||||
* Capability loop detection introduced 2.2.7 did not work
|
* Capability loop detection introduced 2.2.7 did not work
|
||||||
properly with extended capabilities. Fixed.
|
properly with extended capabilities. Fixed.
|
||||||
* Wed Oct 24 2007 - anicka@suse.cz
|
* Wed Oct 24 2007 anicka@suse.cz
|
||||||
- drop the patch backporting upstream bug in
|
- drop the patch backporting upstream bug in
|
||||||
a machine readable output [#330533]
|
a machine readable output [#330533]
|
||||||
- fix typo in show_ext_caps in lspci
|
- fix typo in show_ext_caps in lspci
|
||||||
* Fri Oct 05 2007 - anicka@suse.cz
|
* Fri Oct 05 2007 anicka@suse.cz
|
||||||
- update to 2.2.7
|
- update to 2.2.7
|
||||||
* lspci.c (show_caps, show_ext_caps): Detect and report loops in
|
* lspci.c (show_caps, show_ext_caps): Detect and report loops in
|
||||||
capability lists.
|
capability lists.
|
||||||
@ -127,13 +141,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* lspci.c (show_ht): Added decoding of Hypertransport MSI
|
* lspci.c (show_ht): Added decoding of Hypertransport MSI
|
||||||
mapping capability
|
mapping capability
|
||||||
* tests/cap-MSI-mapping: Added a test case.
|
* tests/cap-MSI-mapping: Added a test case.
|
||||||
* Tue Jul 03 2007 - anicka@suse.cz
|
* Tue Jul 03 2007 anicka@suse.cz
|
||||||
- update to 2.2.6
|
- update to 2.2.6
|
||||||
* Makefile: Added an "install-lib" target.
|
* Makefile: Added an "install-lib" target.
|
||||||
* Makefile, lib/Makefile: Generate and install pkg-config file
|
* Makefile, lib/Makefile: Generate and install pkg-config file
|
||||||
for libpci.
|
for libpci.
|
||||||
* lib/i386-io-hurd.h: Rewritten for new Hurd kernels.
|
* lib/i386-io-hurd.h: Rewritten for new Hurd kernels.
|
||||||
* Fri May 04 2007 - anicka@suse.cz
|
* Fri May 04 2007 anicka@suse.cz
|
||||||
- update to 2.2.5
|
- update to 2.2.5
|
||||||
* pci.ids: Updated to the current snapshot of the database.
|
* pci.ids: Updated to the current snapshot of the database.
|
||||||
* lspci.c (show_express): Added PCI/PCI-X to PCI-Express
|
* lspci.c (show_express): Added PCI/PCI-X to PCI-Express
|
||||||
@ -156,172 +170,172 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
standard config header of a device, report it and ignore the
|
standard config header of a device, report it and ignore the
|
||||||
device and return with exit code 2 at the end.
|
device and return with exit code 2 at the end.
|
||||||
- remove noabort.diff (implemented by upstream)
|
- remove noabort.diff (implemented by upstream)
|
||||||
* Thu Mar 29 2007 - rguenther@suse.de
|
* Thu Mar 29 2007 rguenther@suse.de
|
||||||
- add zlib-devel BuildRequires
|
- add zlib-devel BuildRequires
|
||||||
- require zlib-devel from pciutils-devel package
|
- require zlib-devel from pciutils-devel package
|
||||||
* Mon Jan 29 2007 - anicka@suse.cz
|
* Mon Jan 29 2007 anicka@suse.cz
|
||||||
- change dependency from python to perl in update-pciids [#221276]
|
- change dependency from python to perl in update-pciids [#221276]
|
||||||
* Sat Jan 20 2007 - garloff@suse.de
|
* Sat Jan 20 2007 garloff@suse.de
|
||||||
- Change update-pciids to download to pci.ids.d/pci.ids.dist
|
- Change update-pciids to download to pci.ids.d/pci.ids.dist
|
||||||
and call merge-pciids if possible. [FATE 301145, bug 221276]
|
and call merge-pciids if possible. [FATE 301145, bug 221276]
|
||||||
* Fri Oct 13 2006 - aj@suse.de
|
* Fri Oct 13 2006 aj@suse.de
|
||||||
- Fix to build (remove pci.ids.gz as well).
|
- Fix to build (remove pci.ids.gz as well).
|
||||||
* Fri Oct 13 2006 - mjancar@suse.cz
|
* Fri Oct 13 2006 mjancar@suse.cz
|
||||||
- update to 2.2.4
|
- update to 2.2.4
|
||||||
* many bugfixes and cleanups
|
* many bugfixes and cleanups
|
||||||
- branch separate package for pci.ids
|
- branch separate package for pci.ids
|
||||||
* Mon May 22 2006 - schwab@suse.de
|
* Mon May 22 2006 schwab@suse.de
|
||||||
- Don't strip binaries.
|
- Don't strip binaries.
|
||||||
* Wed Mar 22 2006 - kukuk@suse.de
|
* Wed Mar 22 2006 kukuk@suse.de
|
||||||
- Remove pciids-suse patch (has to be fixed upstream)
|
- Remove pciids-suse patch (has to be fixed upstream)
|
||||||
* Wed Mar 22 2006 - kukuk@suse.de
|
* Wed Mar 22 2006 kukuk@suse.de
|
||||||
- Auto-Update pci.ids
|
- Auto-Update pci.ids
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Fri Jan 20 2006 - mjancar@suse.cz
|
* Fri Jan 20 2006 mjancar@suse.cz
|
||||||
- update pci.ids (#144200)
|
- update pci.ids (#144200)
|
||||||
* Fri Jan 13 2006 - mjancar@suse.cz
|
* Fri Jan 13 2006 mjancar@suse.cz
|
||||||
- reintroduce "Class" printed in numeric output (#143042)
|
- reintroduce "Class" printed in numeric output (#143042)
|
||||||
* Mon Dec 19 2005 - mjancar@suse.cz
|
* Mon Dec 19 2005 mjancar@suse.cz
|
||||||
- update to 2.2.1
|
- update to 2.2.1
|
||||||
* Fri Aug 26 2005 - mjancar@suse.cz
|
* Fri Aug 26 2005 mjancar@suse.cz
|
||||||
- add types.h to pciutils-devel (#113294)
|
- add types.h to pciutils-devel (#113294)
|
||||||
* Wed Aug 24 2005 - mjancar@suse.cz
|
* Wed Aug 24 2005 mjancar@suse.cz
|
||||||
- update to 2.1.99-test9 (#98896)
|
- update to 2.1.99-test9 (#98896)
|
||||||
- update pci.ids (#104381)
|
- update pci.ids (#104381)
|
||||||
* Mon Mar 14 2005 - mjancar@suse.cz
|
* Mon Mar 14 2005 mjancar@suse.cz
|
||||||
- fix non-ascii characters in pci.ids (#72345)
|
- fix non-ascii characters in pci.ids (#72345)
|
||||||
* Sat Mar 05 2005 - schwab@suse.de
|
* Sat Mar 05 2005 schwab@suse.de
|
||||||
- Fix syntax error in pci.ids.
|
- Fix syntax error in pci.ids.
|
||||||
* Tue Feb 22 2005 - mjancar@suse.cz
|
* Tue Feb 22 2005 mjancar@suse.cz
|
||||||
- fix sysfs parsing (#63326)
|
- fix sysfs parsing (#63326)
|
||||||
- update pci.ids
|
- update pci.ids
|
||||||
* Fri Sep 17 2004 - tcrhak@suse.cz
|
* Fri Sep 17 2004 tcrhak@suse.cz
|
||||||
- updated pci.ids to the latest snapshot (fixes bug #45370)
|
- updated pci.ids to the latest snapshot (fixes bug #45370)
|
||||||
* Thu May 27 2004 - tcrhak@suse.cz
|
* Thu May 27 2004 tcrhak@suse.cz
|
||||||
- changed "SGI IO9/IO10 Gigabit Ethernet (Copper)"
|
- changed "SGI IO9/IO10 Gigabit Ethernet (Copper)"
|
||||||
to "SGI IO9/IO10 Gigabit Ethernet (Copper)" (bug #40175)
|
to "SGI IO9/IO10 Gigabit Ethernet (Copper)" (bug #40175)
|
||||||
* Wed Apr 28 2004 - tcrhak@suse.cz
|
* Wed Apr 28 2004 tcrhak@suse.cz
|
||||||
- updated pci.ids
|
- updated pci.ids
|
||||||
* Thu Mar 04 2004 - tcrhak@suse.cz
|
* Thu Mar 04 2004 tcrhak@suse.cz
|
||||||
- some pci.ids fixes:
|
- some pci.ids fixes:
|
||||||
* changed SubDevice of Dell Inspiron 2100 internal modem (bug #32842)
|
* changed SubDevice of Dell Inspiron 2100 internal modem (bug #32842)
|
||||||
* added 1291 - Auxiliary Diva Serial Port (bug #31984)
|
* added 1291 - Auxiliary Diva Serial Port (bug #31984)
|
||||||
* added PCI IDs for InfiniBand HCAs (bug #34928)
|
* added PCI IDs for InfiniBand HCAs (bug #34928)
|
||||||
* Tue Feb 24 2004 - tcrhak@suse.cz
|
* Tue Feb 24 2004 tcrhak@suse.cz
|
||||||
- added support for domains to device filter (lspci -s, setpci -s)
|
- added support for domains to device filter (lspci -s, setpci -s)
|
||||||
(fixes bug #33382, patch sysfs-filter)
|
(fixes bug #33382, patch sysfs-filter)
|
||||||
- updated pci.ids
|
- updated pci.ids
|
||||||
* Sat Nov 29 2003 - olh@suse.de
|
* Sun Nov 30 2003 olh@suse.de
|
||||||
- use default owner for pciutils-devel files
|
- use default owner for pciutils-devel files
|
||||||
* Wed Nov 05 2003 - olh@suse.de
|
* Thu Nov 06 2003 olh@suse.de
|
||||||
- remove pcimodules again, it doesnt do anything right
|
- remove pcimodules again, it doesnt do anything right
|
||||||
* Tue Oct 28 2003 - olh@suse.de
|
* Tue Oct 28 2003 olh@suse.de
|
||||||
- add patch for 2.6 /proc/bus/pci layout
|
- add patch for 2.6 /proc/bus/pci layout
|
||||||
http://ftp.linux.org.uk/pub/linux/willy/patches/pciutils-sysfs.diff
|
http://ftp.linux.org.uk/pub/linux/willy/patches/pciutils-sysfs.diff
|
||||||
* Wed Oct 08 2003 - tcrhak@suse.cz
|
* Wed Oct 08 2003 tcrhak@suse.cz
|
||||||
- added pcimodules [bug #31953]
|
- added pcimodules [bug #31953]
|
||||||
* Mon Aug 25 2003 - tcrhak@suse.cz
|
* Mon Aug 25 2003 tcrhak@suse.cz
|
||||||
- updated pci.ids to the latest version from http://pciids.sourceforge.net
|
- updated pci.ids to the latest version from http://pciids.sourceforge.net
|
||||||
* Tue Feb 18 2003 - tcrhak@suse.cz
|
* Tue Feb 18 2003 tcrhak@suse.cz
|
||||||
- fixed NIC PCI IDs for Compaq [bug #22795],
|
- fixed NIC PCI IDs for Compaq [bug #22795],
|
||||||
patch pciids.diff
|
patch pciids.diff
|
||||||
- also included the diff for the latest pci.ids
|
- also included the diff for the latest pci.ids
|
||||||
into the patch
|
into the patch
|
||||||
* Wed Jan 15 2003 - tcrhak@suse.cz
|
* Wed Jan 15 2003 tcrhak@suse.cz
|
||||||
- fixed install paths
|
- fixed install paths
|
||||||
* Mon Jan 06 2003 - tcrhak@suse.cz
|
* Mon Jan 06 2003 tcrhak@suse.cz
|
||||||
- update to version 2.1.11
|
- update to version 2.1.11
|
||||||
- updated pci.ids to the latest version from http://pciids.sourceforge.net
|
- updated pci.ids to the latest version from http://pciids.sourceforge.net
|
||||||
* Tue Sep 17 2002 - ro@suse.de
|
* Tue Sep 17 2002 ro@suse.de
|
||||||
- removed bogus self-provides
|
- removed bogus self-provides
|
||||||
* Fri Sep 06 2002 - olh@suse.de
|
* Fri Sep 06 2002 olh@suse.de
|
||||||
- update description of pcnet32 cards (#18892)
|
- update description of pcnet32 cards (#18892)
|
||||||
* Thu Aug 29 2002 - tcrhak@suse.cz
|
* Thu Aug 29 2002 tcrhak@suse.cz
|
||||||
- updated pci.ids to latest version from http://pciids.sourceforge.net
|
- updated pci.ids to latest version from http://pciids.sourceforge.net
|
||||||
this version contains entries needed by Hammer systems (bug #17549)
|
this version contains entries needed by Hammer systems (bug #17549)
|
||||||
* Thu Aug 08 2002 - olh@suse.de
|
* Thu Aug 08 2002 olh@suse.de
|
||||||
- the acenic gigabit card can be either fibre or utp
|
- the acenic gigabit card can be either fibre or utp
|
||||||
update pci.ids entry (#17502)
|
update pci.ids entry (#17502)
|
||||||
* Tue Jul 30 2002 - tcrhak@suse.cz
|
* Tue Jul 30 2002 tcrhak@suse.cz
|
||||||
- updated to version 2.1.10
|
- updated to version 2.1.10
|
||||||
- updated pci.ids to latest version from http://pciids.sourceforge.net
|
- updated pci.ids to latest version from http://pciids.sourceforge.net
|
||||||
* Tue Mar 26 2002 - tcrhak@suse.cz
|
* Tue Mar 26 2002 tcrhak@suse.cz
|
||||||
- updated pci.ids to latest version from http://pciids.sourceforge.net
|
- updated pci.ids to latest version from http://pciids.sourceforge.net
|
||||||
* Fri Jan 18 2002 - tcrhak@suse.cz
|
* Fri Jan 18 2002 tcrhak@suse.cz
|
||||||
- used macros %%{_lib} and %%{_libdir}
|
- used macros %%{_lib} and %%{_libdir}
|
||||||
* Tue Jan 08 2002 - schwab@suse.de
|
* Tue Jan 08 2002 schwab@suse.de
|
||||||
- Fix warnings.
|
- Fix warnings.
|
||||||
* Mon Dec 17 2001 - tcrhak@suse.cz
|
* Mon Dec 17 2001 tcrhak@suse.cz
|
||||||
- updated pciutils to 2.1.9
|
- updated pciutils to 2.1.9
|
||||||
- updated pci.ids to latest version from
|
- updated pci.ids to latest version from
|
||||||
http://pciids.sourceforge.net/
|
http://pciids.sourceforge.net/
|
||||||
* Wed Dec 12 2001 - grimmer@suse.de
|
* Wed Dec 12 2001 grimmer@suse.de
|
||||||
- updated pci.ids to latest version from
|
- updated pci.ids to latest version from
|
||||||
http://pciids.sourceforge.net/
|
http://pciids.sourceforge.net/
|
||||||
- added pci.ids.bz2 as a separate source file and removed
|
- added pci.ids.bz2 as a separate source file and removed
|
||||||
pci.ids.add.dif (now included upstream)
|
pci.ids.add.dif (now included upstream)
|
||||||
* Mon Sep 24 2001 - grimmer@suse.de
|
* Mon Sep 24 2001 grimmer@suse.de
|
||||||
- added some missing PCI IDs for LSI Logic Fibre Channel
|
- added some missing PCI IDs for LSI Logic Fibre Channel
|
||||||
controllers to pci.ids.add.diff
|
controllers to pci.ids.add.diff
|
||||||
- corrected typos in pci.ids (Fiber Channel -> Fibre Channel)
|
- corrected typos in pci.ids (Fiber Channel -> Fibre Channel)
|
||||||
- added LSI Logic Inc. to vendor ID 0x1000
|
- added LSI Logic Inc. to vendor ID 0x1000
|
||||||
* Wed Sep 19 2001 - grimmer@suse.de
|
* Wed Sep 19 2001 grimmer@suse.de
|
||||||
- added some missing PCI IDs for Compaq NICs to pci.ids.add.diff
|
- added some missing PCI IDs for Compaq NICs to pci.ids.add.diff
|
||||||
see [#8918] for the list
|
see [#8918] for the list
|
||||||
* Mon Sep 10 2001 - grimmer@suse.de
|
* Mon Sep 10 2001 grimmer@suse.de
|
||||||
- corrected some Intel NIC entries upon request from Intel
|
- corrected some Intel NIC entries upon request from Intel
|
||||||
- merged pci.ids.riva.diff and the Intel changes in pci.ids.add.diff
|
- merged pci.ids.riva.diff and the Intel changes in pci.ids.add.diff
|
||||||
* Mon Sep 03 2001 - garloff@suse.de
|
* Tue Sep 04 2001 garloff@suse.de
|
||||||
- Riva TnT corrections from snbarth:
|
- Riva TnT corrections from snbarth:
|
||||||
* The name of Riva TnT 128 is Riva TnT.
|
* The name of Riva TnT 128 is Riva TnT.
|
||||||
* NVidia/SGS Joint Venture (12d2) never built TNT or later.
|
* NVidia/SGS Joint Venture (12d2) never built TNT or later.
|
||||||
* Wed Aug 29 2001 - grimmer@suse.de
|
* Wed Aug 29 2001 grimmer@suse.de
|
||||||
- merged pci.ids.244ac6.diff and pci.ids.add.diff into a single
|
- merged pci.ids.244ac6.diff and pci.ids.add.diff into a single
|
||||||
patch (again named pci.ids.add.diff) and added some more PCI IDs
|
patch (again named pci.ids.add.diff) and added some more PCI IDs
|
||||||
collected by Dave Jones <davej@suse.de> from various sources,
|
collected by Dave Jones <davej@suse.de> from various sources,
|
||||||
including the current pciutils CVS tree.
|
including the current pciutils CVS tree.
|
||||||
- beautyfied the spec file a bit (added clean section and defattr
|
- beautyfied the spec file a bit (added clean section and defattr
|
||||||
in file list)
|
in file list)
|
||||||
* Mon May 21 2001 - poeml@suse.de
|
* Tue May 22 2001 poeml@suse.de
|
||||||
- add -devel subpackage
|
- add -devel subpackage
|
||||||
* Thu May 10 2001 - garloff@suse.de
|
* Thu May 10 2001 garloff@suse.de
|
||||||
- Merge pci.ids from 2.4.4ac6
|
- Merge pci.ids from 2.4.4ac6
|
||||||
- bzip2 tarball
|
- bzip2 tarball
|
||||||
* Thu May 03 2001 - garloff@suse.de
|
* Fri May 04 2001 garloff@suse.de
|
||||||
- Also don't die on failing to read data of a normal device,
|
- Also don't die on failing to read data of a normal device,
|
||||||
just complain loudly (and return 2 in the end)
|
just complain loudly (and return 2 in the end)
|
||||||
- Updated pci.ids from linux-2.4.4 and added DFE-660.
|
- Updated pci.ids from linux-2.4.4 and added DFE-660.
|
||||||
* Wed Jan 17 2001 - garloff@suse.de
|
* Wed Jan 17 2001 garloff@suse.de
|
||||||
- Don't die on failure to read ext. cardbus data. [#5817]
|
- Don't die on failure to read ext. cardbus data. [#5817]
|
||||||
* Sun Dec 17 2000 - garloff@suse.de
|
* Sun Dec 17 2000 garloff@suse.de
|
||||||
- Added pci.ids from linux-2.4.0-test12
|
- Added pci.ids from linux-2.4.0-test12
|
||||||
- Added pci.ids floating around (lkml, RH)
|
- Added pci.ids floating around (lkml, RH)
|
||||||
- Added pci.ids for i820, ICH2/-M
|
- Added pci.ids for i820, ICH2/-M
|
||||||
* Mon Sep 18 2000 - schwab@suse.de
|
* Mon Sep 18 2000 schwab@suse.de
|
||||||
- Add `-Wno-format' to avoid spurious compile errors.
|
- Add `-Wno-format' to avoid spurious compile errors.
|
||||||
* Fri Aug 18 2000 - ro@suse.de
|
* Fri Aug 18 2000 ro@suse.de
|
||||||
- cleanup srcdir
|
- cleanup srcdir
|
||||||
* Mon Jun 12 2000 - olh@suse.de
|
* Mon Jun 12 2000 olh@suse.de
|
||||||
- update to 2.1.8
|
- update to 2.1.8
|
||||||
* Mon Jan 24 2000 - aj@suse.de
|
* Mon Jan 24 2000 aj@suse.de
|
||||||
- update to 2.1.4, fix build problems with latest glibc, use patch
|
- update to 2.1.4, fix build problems with latest glibc, use patch
|
||||||
for make file from Martin Mares.
|
for make file from Martin Mares.
|
||||||
* Thu Jan 20 2000 - aj@suse.de
|
* Thu Jan 20 2000 aj@suse.de
|
||||||
- update to 2.1.3, /usr/man -> /usr/share/man
|
- update to 2.1.3, /usr/man -> /usr/share/man
|
||||||
* Tue Jan 04 2000 - ro@suse.de
|
* Tue Jan 04 2000 ro@suse.de
|
||||||
- update to 2.1.2
|
- update to 2.1.2
|
||||||
* Tue Oct 26 1999 - ro@suse.de
|
* Tue Oct 26 1999 ro@suse.de
|
||||||
- fixed to compile on axp
|
- fixed to compile on axp
|
||||||
* Sat Oct 23 1999 - ro@suse.de
|
* Sat Oct 23 1999 ro@suse.de
|
||||||
- update to 2.1pre8 / using Buildroot
|
- update to 2.1pre8 / using Buildroot
|
||||||
* Mon Sep 13 1999 - bs@suse.de
|
* Mon Sep 13 1999 bs@suse.de
|
||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||||
* Thu May 20 1999 - ro@suse.de
|
* Thu May 20 1999 ro@suse.de
|
||||||
- update to 2.0
|
- update to 2.0
|
||||||
* Wed Mar 31 1999 - bs@suse.de
|
* Wed Mar 31 1999 bs@suse.de
|
||||||
- don't use lx_hack for build
|
- don't use lx_hack for build
|
||||||
* Tue Feb 23 1999 - ro@suse.de
|
* Tue Feb 23 1999 ro@suse.de
|
||||||
- update to 1.10
|
- update to 1.10
|
||||||
* Thu Nov 26 1998 - ro@suse.de
|
* Thu Nov 26 1998 ro@suse.de
|
||||||
- created package, version 1.08
|
- created package, version 1.08
|
||||||
|
Loading…
x
Reference in New Issue
Block a user