Commit Graph

92 Commits

Author SHA256 Message Date
6a13f42e6b Accepting request 397874 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/397874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=56
2016-05-26 21:54:07 +00:00
Tomáš Chvátal
cc5306abc5 Accepting request 397873 from home:pluskalm:branches:Base:System
- Update to version 3.5.1:
  * Fixed symbol versioning of pci_init().

OBS-URL: https://build.opensuse.org/request/show/397873
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=58
2016-05-25 08:11:46 +00:00
7c58507c6f Accepting request 396962 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/396962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=55
2016-05-23 14:38:16 +00:00
Tomáš Chvátal
f4b80e76ce Accepting request 396961 from home:pluskalm:branches:Base:System
- Update to version 3.5.0:

OBS-URL: https://build.opensuse.org/request/show/396961
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=56
2016-05-20 08:19:40 +00:00
281e95090d Accepting request 352564 from Base:System
- Version update to 3.4.1:
  * New capabilities decoded: Process Address Space, Page Request
    Interface, Enhanced Allocation. Thanks to David Daney and
    David Woodhouse.
  * DevCap SlotPowerLimit is now decoded for all components with
    upstream ports.

OBS-URL: https://build.opensuse.org/request/show/352564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=54
2016-01-11 18:10:40 +00:00
Tomáš Chvátal
23679719cc - Version update to 3.4.1:
* New capabilities decoded: Process Address Space, Page Request
    Interface, Enhanced Allocation. Thanks to David Daney and
    David Woodhouse.
  * DevCap SlotPowerLimit is now decoded for all components with
    upstream ports.

OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=54
2016-01-08 10:55:25 +00:00
Stephan Kulow
572d5c608f Accepting request 347839 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/347839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=53
2015-12-13 08:38:35 +00:00
Tomáš Chvátal
b1a86a0645 Accepting request 347838 from home:jengelh:branches:Base:System
- Summary update / Linux 2.x is long past us

OBS-URL: https://build.opensuse.org/request/show/347838
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=52
2015-12-07 20:36:34 +00:00
a238ff9649 Accepting request 344299 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/344299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=52
2015-11-18 21:31:12 +00:00
Tomáš Chvátal
b50123dcf6 Accepting request 344289 from home:pluskalm:branches:Base:System
- Update to 3.4.0
  * On Linux, we report NUMA nodes of devices.
  * The sysfs back-end does not die on read errors
    of optional attributes. Instead, a warning is produced.
  * Fixed several minor bugs.
  * Updated pci.ids to the current snapshot of the database.

OBS-URL: https://build.opensuse.org/request/show/344289
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=50
2015-11-13 21:53:49 +00:00
16e8b120f3 Accepting request 329348 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/329348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=51
2015-09-11 07:01:36 +00:00
Tomáš Chvátal
84675c7182 Accepting request 329346 from home:pluskalm:branches:Base:System
- Update to 3.3.1
  * Removed hacks for backward compatibility with Linux libc5,
    which were breaking newer non-glibc Linux systems. Thanks
    to Felix Janda.
  * Display VirtIO vendor-specific capability. Patch by Gerd
    Hoffmann.
  * Fixed memory leak in name cache.
  * Updated pci.ids to the current snapshot of the database.

OBS-URL: https://build.opensuse.org/request/show/329346
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=48
2015-09-06 08:01:32 +00:00
2003e39a46 Accepting request 262172 from Base:System
- Version bump to 3.3.0:
   * Device names exported by BIOS are displayed on Linux.
   * On Linux systems, HWDB is used to look up device names
     when our ID database gives no match. (More precisely,
     HWDB is consulted after local pci.ids, but before using
     network to query online pci.ids.) Thanks to Tom Gundersen
     for the initial patch.
   * Added experimental back-end for OS X / Darwin. Thanks to
     Richard Yao for providing it.
   * Filters now support matching by device class. Original
     patch by Matthew Wilcox, wrappers for ABI compatibility
     by me.
   * Interrupt Pin and Interrupt Line registers are displayed
     for bridge devices, too.
   * Several portability bugs have been fixed.
   * Several typos have been fixed. Also, use of questionable
     constructs in man pages has been reduced.
   * PCIe link capabilities now include the ASPMOptComp bit.
   * The "CRS Software Visibility" bit is now decoded properly.
   * Updated pci.ids to the current snapshot of the database.
- Refresh patch:
  * pciutils-endianh.patch

OBS-URL: https://build.opensuse.org/request/show/262172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=50
2014-11-24 10:17:46 +00:00
Tomáš Chvátal
37542058ce - Version bump to 3.3.0:
* Device names exported by BIOS are displayed on Linux.
   * On Linux systems, HWDB is used to look up device names
     when our ID database gives no match. (More precisely,
     HWDB is consulted after local pci.ids, but before using
     network to query online pci.ids.) Thanks to Tom Gundersen
     for the initial patch.
   * Added experimental back-end for OS X / Darwin. Thanks to
     Richard Yao for providing it.
   * Filters now support matching by device class. Original
     patch by Matthew Wilcox, wrappers for ABI compatibility
     by me.
   * Interrupt Pin and Interrupt Line registers are displayed
     for bridge devices, too.
   * Several portability bugs have been fixed.
   * Several typos have been fixed. Also, use of questionable
     constructs in man pages has been reduced.
   * PCIe link capabilities now include the ASPMOptComp bit.
   * The "CRS Software Visibility" bit is now decoded properly.
   * Updated pci.ids to the current snapshot of the database.
- Refresh patch:
  * pciutils-endianh.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=46
2014-11-18 13:30:50 +00:00
Stephan Kulow
2e59fa2bfe Accepting request 245599 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/245599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=48
2014-08-25 09:03:02 +00:00
e085baac4a Accepting request 245101 from home:fcrozat:branches:Base:System
- Add obsoletes/provides to baselibs.conf.

OBS-URL: https://build.opensuse.org/request/show/245101
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=44
2014-08-21 13:14:04 +00:00
Stephan Kulow
b4f915541c Accepting request 234854 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/234854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=47
2014-05-22 07:04:31 +00:00
Tomáš Chvátal
5c11c71ef8 - Remove COPYING from obs it is in tarball directly
- Version bump to 3.2.1:
  *  CardBus bridge capabilities are displayed.
  * PCIe L1 PM substates are decoded.
  * Various bugs were fixed in decoding of PCIe capabilities.
  * The sysfs back-end does not spit out unnecessary warnings when
    empty slots report only a partial device address. This actually
    happens on IBM pSeries.
  * Updated pci.ids to the today's snapshot of the database.
- Cleanup with spec-cleaner

OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=42
2014-05-13 12:24:58 +00:00
Stephan Kulow
54249816c8 Accepting request 185070 from Base:System
- Update to 3.2.0
  * On newer Linux systems, we use libkmod to look up kernel
    modules (modules.pcimap no longer exists.) To facilitate this,
    libpci is able to look up module aliases in sysfs.
  * Various minor bug fixes.
  * Updated pci.ids to the today's snapshot of the database.
- Update to 3.1.10
  * Decoding of LTR/OBFF in PCIe capabilities.
  * Various minor bug fixes.
  * Updated pci.ids to the today's snapshot of the database.
- rebase patches
- require libkmod (forwarded request 185026 from rudi_m)

OBS-URL: https://build.opensuse.org/request/show/185070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=45
2013-08-01 15:13:58 +00:00
5b52495153 Accepting request 185026 from home:rudi_m:branches:Base:System
- Update to 3.2.0
  * On newer Linux systems, we use libkmod to look up kernel
    modules (modules.pcimap no longer exists.) To facilitate this,
    libpci is able to look up module aliases in sysfs.
  * Various minor bug fixes.
  * Updated pci.ids to the today's snapshot of the database.
- Update to 3.1.10
  * Decoding of LTR/OBFF in PCIe capabilities.
  * Various minor bug fixes.
  * Updated pci.ids to the today's snapshot of the database.
- rebase patches
- require libkmod

OBS-URL: https://build.opensuse.org/request/show/185026
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=40
2013-07-31 09:43:20 +00:00
Stephan Kulow
efc3d879bd Accepting request 164120 from Base:System
- Add Source URL, see https://en.opensuse.org/SourceUrls (forwarded request 164115 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/164120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=44
2013-04-17 05:44:19 +00:00
0913d57f5e Accepting request 164115 from home:namtrac:bugfix
- Add Source URL, see https://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/164115
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=38
2013-04-15 12:23:08 +00:00
Ismail Dönmez
154be1608b Accepting request 146884 from Base:System
- pciutils-endianh.patch Use the documented/optimized byteswapping
 routines from endian.h (forwarded request 146742 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/146884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=42
2013-01-03 12:46:32 +00:00
cde52628bf Accepting request 146742 from home:elvigia:branches:Base:System
- pciutils-endianh.patch Use the documented/optimized byteswapping
 routines from endian.h

OBS-URL: https://build.opensuse.org/request/show/146742
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=36
2013-01-03 07:43:27 +00:00
Stephan Kulow
e4a944bcf2 Accepting request 121247 from Base:System
- Shared library policy: new subpackage libpci3 (forwarded request 120775 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/121247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=40
2012-05-21 06:02:37 +00:00
9d42fa819a Accepting request 120775 from home:jengelh:branches:Base:System
- Shared library policy: new subpackage libpci3

OBS-URL: https://build.opensuse.org/request/show/120775
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=34
2012-05-16 21:03:08 +00:00
Stephan Kulow
9ff721471f Accepting request 102373 from Base:System
update to version 3.1.9 (forwarded request 101923 from tabraham1)

OBS-URL: https://build.opensuse.org/request/show/102373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=39
2012-02-03 09:25:12 +00:00
Stephan Kulow
fbc62d411f Accepting request 101923 from home:tabraham1:branches:Base:System
update to version 3.1.9

OBS-URL: https://build.opensuse.org/request/show/101923
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=32
2012-02-01 14:19:40 +00:00
Stephan Kulow
de0e947b26 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=38
2011-12-06 17:36:20 +00:00
OBS User buildservice-autocommit
feff90ce33 Updating link to change in openSUSE:Factory/pciutils revision 38.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=940ad56fda484b52c75f145ac591b0fd
2011-12-06 17:36:20 +00:00
Stephan Kulow
5e2ce684d8 Accepting request 91502 from Base:System
- open all file descriptors with O_CLOEXEC,specially important
  on libpci and calling apps may fork() and we end up leaking
  information to child processes. (forwarded request 91418 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/91502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=37
2011-11-16 16:19:59 +00:00
f5bbcbb382 Accepting request 91418 from home:elvigia:branches:Base:System
- open all file descriptors with O_CLOEXEC,specially important
  on libpci and calling apps may fork() and we end up leaking
  information to child processes.

OBS-URL: https://build.opensuse.org/request/show/91418
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=30
2011-11-15 11:53:33 +00:00
Sascha Peilicke
e98ac26a73 Autobuild autoformatter for 64817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=35
2011-03-22 16:51:36 +00:00
Sascha Peilicke
dbafcd866d Accepting request 64817 from Base:System
Accepted submit request 64817 from user licensedigger

OBS-URL: https://build.opensuse.org/request/show/64817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=34
2011-03-22 16:51:29 +00:00
Stephan Kulow
a52c05f558 Accepting request 64773 from home:coolo:nolicenses
OBS-URL: https://build.opensuse.org/request/show/64773
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=28
2011-03-22 11:04:50 +00:00
OBS User autobuild
2a7b4ee9f6 Accepting request 44243 from Base:System
Copy from Base:System/pciutils based on submit request 44243 from user coolo

OBS-URL: https://build.opensuse.org/request/show/44243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=32
2010-07-30 10:56:59 +00:00
OBS User buildservice-autocommit
5fcfbc191f Updating link to change in openSUSE:Factory/pciutils revision 32.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=a2f2383b257493e0b95b880eb022f724
2010-07-30 10:56:59 +00:00
OBS User autobuild
94f4d006a6 Accepting request 44243 from Base:System
checked in (request 44243)

OBS-URL: https://build.opensuse.org/request/show/44243
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=26
2010-07-30 10:56:58 +00:00
Stephan Kulow
2aa8624fa6 Accepting request 42155 from home:jengelh:smp
Copy from home:jengelh:smp/pciutils via accept of submit request 42155 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42155
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=25
2010-06-28 21:24:51 +00:00
OBS User autobuild
5a1242a9b3 Accepting request 41629 from Base:System
Copy from Base:System/pciutils based on submit request 41629 from user coolo

OBS-URL: https://build.opensuse.org/request/show/41629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=29
2010-06-18 03:32:42 +00:00
OBS User buildservice-autocommit
3b677e6198 Updating link to change in openSUSE:Factory/pciutils revision 29.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=cd1cc8626054756cb6f4d1b032591a5f
2010-06-18 03:32:42 +00:00
OBS User autobuild
54866e9610 Accepting request 41629 from Base:System
checked in (request 41629)

OBS-URL: https://build.opensuse.org/request/show/41629
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=24
2010-06-18 03:32:40 +00:00
Stephan Kulow
6f1b882aae Accepting request 38720 from home:coolo:branches:openSUSE:Factory
Copy from home:coolo:branches:openSUSE:Factory/pciutils via accept of submit request 38720 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/38720
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=23
2010-04-24 12:08:56 +00:00
OBS User autobuild
dc3401d115 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=28 2010-03-18 15:15:23 +00:00
OBS User buildservice-autocommit
1f4d974bbb Updating link to change in openSUSE:Factory/pciutils revision 28.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=3c180953f7d644b57cec55490b805d19
2010-03-18 15:15:23 +00:00
OBS User autobuild
59d6c830ef Accepting request 33499 from Base:System
Copy from Base:System/pciutils based on submit request 33499 from user anicka

OBS-URL: https://build.opensuse.org/request/show/33499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=27
2010-02-26 00:09:32 +00:00
OBS User autobuild
4275d1df55 Accepting request 33499 from Base:System
checked in (request 33499)

OBS-URL: https://build.opensuse.org/request/show/33499
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=22
2010-02-26 00:09:32 +00:00
Anna Maresova
fabb12b444 deleting old archive
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=21
2010-02-25 16:28:52 +00:00
Anna Maresova
c12ba6aa47 - update to 3.1.7
* Minor improvements and bug fixes in decoding of the Virtual Channel
   capability.
 * Released as 3.1.6.
 * More capabilities decoded: Virtual Channel (except arbitration
   tables), Root Complex Link, Vendor-Specific (header only), SATA HBA.
 * All extended capabilities have their version displayed (-vv or more).

OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=20
2010-02-25 16:28:11 +00:00
OBS User autobuild
2c8aba42f7 Accepting request 32748 from Base:System
Copy from Base:System/pciutils based on submit request 32748 from user coolo

OBS-URL: https://build.opensuse.org/request/show/32748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pciutils?expand=0&rev=26
2010-02-18 15:49:20 +00:00