Commit Graph

34 Commits

Author SHA256 Message Date
c6670004fb Accepting request 1161092 from X11:XOrg
- Update to version 0.18.1
  * meson: allow building static library, not just shared

OBS-URL: https://build.opensuse.org/request/show/1161092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpciaccess?expand=0&rev=19
2024-03-25 20:07:02 +00:00
053d85f29c - Update to version 0.18.1
* meson: allow building static library, not just shared

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=33
2024-03-24 08:56:56 +00:00
aa911e3e36 Accepting request 1153716 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1153716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpciaccess?expand=0&rev=18
2024-03-03 19:18:38 +00:00
e00828d82e Accepting request 1153564 from home:pgajdos:l
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN

OBS-URL: https://build.opensuse.org/request/show/1153564
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=31
2024-03-01 02:00:29 +00:00
70a306d58b Accepting request 1144206 from X11:XOrg
- Update to version 0.18
  * Remove "All rights reserved" from Oracle copyright notices
  * Try fopen(".../pci.ids", "re") on Solarish systems as well
  * Remove autotools build
  * gitlab-ci: use `meson setup`
  * gitlab-ci: don't bother to configure meson for the version check
  * gitlab-ci: remove unnecessary call to `meson configure`
  * FreeBSD: Fallback to /usr/share/misc/pci_vendors
  * FreeBSD: Remove sparc64 code
  * Fix compilation warnings when building against hurd-amd64.

OBS-URL: https://build.opensuse.org/request/show/1144206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpciaccess?expand=0&rev=17
2024-02-06 15:32:46 +00:00
5b41ec61e5 - Update to version 0.18
* Remove "All rights reserved" from Oracle copyright notices
  * Try fopen(".../pci.ids", "re") on Solarish systems as well
  * Remove autotools build
  * gitlab-ci: use `meson setup`
  * gitlab-ci: don't bother to configure meson for the version check
  * gitlab-ci: remove unnecessary call to `meson configure`
  * FreeBSD: Fallback to /usr/share/misc/pci_vendors
  * FreeBSD: Remove sparc64 code
  * Fix compilation warnings when building against hurd-amd64.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=29
2024-02-05 11:39:08 +00:00
8664508543 Accepting request 1029711 from X11:XOrg
- Update to version 0.17
  * Fix spelling/wording issues
  * meson: install man page in mandir/man1/, not mandir/1/
  * gitlab CI: add a basic build test for both autotools and meson
  * gitlab CI: stop requiring Signed-off-by in commits
  * configure.ac: Use pkg-config to find zlib dependency info
  * Obtain correct value of is_64 and is_prefetchable PCI device fields
  * hurd_pci: Use __pci_conf_ variants of pci_conf_
  * x86: Use gnumach device instead of /dev/mem on GNU systems && factorise ifdefs
  * x86: Remove mapping of regions during probe - otherwise remapping later fails
  * x86: Remove probe during create, other backends don't do this
  * hurd: device_open(pci), /servers/bus/pci fallback
  * x86: Sort devices by B/D/F due to recursive scan
  * hurd: Don't necessarily look up _SERVERS_BUS_PCI
  * Add a meson build system
  * autoconf: Add meson files to dist tarball
  * pciaccess.pc.in: add Libs.Private
  * Hurd: avoid using the deprecated RPC pci_get_ndevs()
  * hurd: Implement device memory mapping
  * Hurd: Fix initialization order
  * Add pci_device_disable() function
  * missed library installation in meson
  * hurd: Add missing round up size in map_dev_mem
  * hurd: Fix letting map_dev_mem map anywhere
  * hurd: Fix map_dev_mem from non-zero address
  * hurd: Restore initialization order
  * hurd: Fix pci_device_hurd_map_legacy
  * Add support for building on macOS w/o X11, using endian code from "portable_endian.h"...
  * Add parentheses to the macro definition
  * pci_sys set NULL after free
  * Add header protection macro in linux_devmem.h
  * Delete redundant symbols ';'
- switched to meson build system

OBS-URL: https://build.opensuse.org/request/show/1029711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpciaccess?expand=0&rev=16
2022-10-19 11:17:14 +00:00
12c893d9e5 - Update to version 0.17
* Fix spelling/wording issues
  * meson: install man page in mandir/man1/, not mandir/1/
  * gitlab CI: add a basic build test for both autotools and meson
  * gitlab CI: stop requiring Signed-off-by in commits
  * configure.ac: Use pkg-config to find zlib dependency info
  * Obtain correct value of is_64 and is_prefetchable PCI device fields
  * hurd_pci: Use __pci_conf_ variants of pci_conf_
  * x86: Use gnumach device instead of /dev/mem on GNU systems && factorise ifdefs
  * x86: Remove mapping of regions during probe - otherwise remapping later fails
  * x86: Remove probe during create, other backends don't do this
  * hurd: device_open(pci), /servers/bus/pci fallback
  * x86: Sort devices by B/D/F due to recursive scan
  * hurd: Don't necessarily look up _SERVERS_BUS_PCI
  * Add a meson build system
  * autoconf: Add meson files to dist tarball
  * pciaccess.pc.in: add Libs.Private
  * Hurd: avoid using the deprecated RPC pci_get_ndevs()
  * hurd: Implement device memory mapping
  * Hurd: Fix initialization order
  * Add pci_device_disable() function
  * missed library installation in meson
  * hurd: Add missing round up size in map_dev_mem
  * hurd: Fix letting map_dev_mem map anywhere
  * hurd: Fix map_dev_mem from non-zero address
  * hurd: Restore initialization order
  * hurd: Fix pci_device_hurd_map_legacy
  * Add support for building on macOS w/o X11, using endian code from "portable_endian.h"...
  * Add parentheses to the macro definition
  * pci_sys set NULL after free
  * Add header protection macro in linux_devmem.h
  * Delete redundant symbols ';'
- switched to meson build system

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=27
2022-10-18 11:06:54 +00:00
849f539cd2 Accepting request 718515 from X11:XOrg
- Update to version 0.16
  * This release brings a compilation fix on 32-bit arm with newer
    glibc, and fixes the raw x86 backend's memory mapping to handle
    writes correctly.

OBS-URL: https://build.opensuse.org/request/show/718515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpciaccess?expand=0&rev=15
2019-07-29 15:22:33 +00:00
37663f9c35 - Update to version 0.16
* This release brings a compilation fix on 32-bit arm with newer
    glibc, and fixes the raw x86 backend's memory mapping to handle
    writes correctly.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=25
2019-07-22 15:03:37 +00:00
24534af30b Accepting request 714831 from X11:XOrg
- Update to version 0.15
  * Updates for FreeBSD and Hurd support
  * Fixed multifunction bridge enumeration
  * Fixed a crash when no PCI bus exists

OBS-URL: https://build.opensuse.org/request/show/714831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpciaccess?expand=0&rev=14
2019-07-16 06:39:11 +00:00
446475f533 - Update to version 0.15
* Updates for FreeBSD and Hurd support
  * Fixed multifunction bridge enumeration
  * Fixed a crash when no PCI bus exists

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=23
2019-07-12 10:40:05 +00:00
9e161412bf Accepting request 536262 from X11:XOrg
1

OBS-URL: https://build.opensuse.org/request/show/536262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpciaccess?expand=0&rev=13
2017-10-25 15:45:09 +00:00
fd48e9cd69 Accepting request 536202 from home:tobijk:X11:XOrg
- Update to version 0.14:
  This release adds support for 32-bit PCI domain IDs, which are common in
  virtualized environments. This support has been tested on Linux, and probably
  also "just works" on FreeBSD and Solaris, to the extent that the underlying
  OS supports it.

OBS-URL: https://build.opensuse.org/request/show/536202
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=21
2017-10-24 08:50:04 +00:00
f0470e9056 Accepting request 486738 from X11:XOrg
1

OBS-URL: https://build.opensuse.org/request/show/486738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpciaccess?expand=0&rev=12
2017-04-17 08:23:26 +00:00
ca6c1f0592 Accepting request 486736 from home:tobijk:X11:XOrg
- Update to version 0.13.5:
  This release includes musl build fixes, improvements to the
  Solaris backend and allows parsing separate sysfs files rather
  than reading the config file on newer kernels.

OBS-URL: https://build.opensuse.org/request/show/486736
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=19
2017-04-08 13:18:54 +00:00
c98087098b Accepting request 305318 from X11:XOrg
-  Update to version 0.13.4
   * Add missing guards around config.h inclusion
   * Check for __linux__ instead of linux during compilation
   * Include the POSIX fcntl.h instead of sys/fcntl.h
   * Include config.h before any other headers.
   * Bug 89151: Fix build on NetBSD/alpha and NetBSD/sparc64.

OBS-URL: https://build.opensuse.org/request/show/305318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpciaccess?expand=0&rev=11
2015-05-06 05:47:36 +00:00
42088aed32 - Update to version 0.13.4
* Add missing guards around config.h inclusion
   * Check for __linux__ instead of linux during compilation
   * Include the POSIX fcntl.h instead of sys/fcntl.h
   * Include config.h before any other headers.
   * Bug 89151: Fix build on NetBSD/alpha and NetBSD/sparc64.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=17
2015-05-04 14:10:21 +00:00
9bdfa76e01 Accepting request 285061 from X11:XOrg
- Update to version 0.13.3
  * This release provides a number of platform-specific improvements
    for various platforms, including Linux, Solaris, OpenBSD, NetBSD,
    and Hurd, plus the addition of some support for Cygwin.
- added baselibs.conf as source to specfile in order to make factory
  checkin policy happy

OBS-URL: https://build.opensuse.org/request/show/285061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpciaccess?expand=0&rev=10
2015-02-12 09:20:49 +00:00
7559e4ae9c - added baselibs.conf as source to specfile in order to make factory
checkin policy happy

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=15
2015-02-10 09:56:35 +00:00
290bf02c69 - Update to version 0.13.3
* This release provides a number of platform-specific improvements
    for various platforms, including Linux, Solaris, OpenBSD, NetBSD,
    and Hurd, plus the addition of some support for Cygwin.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=14
2015-02-09 12:59:13 +00:00
3095c61c34 Obsoletes: xorg-x11-proto-devel -> Provides: xorg-x11-proto-devel
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=13
2014-04-27 22:07:38 +00:00
Tomáš Chvátal
0c9b3e2bf4 Accepting request 195567 from X11:XOrg
Update to ver 0.13.2 (forwarded request 195522 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/195567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpciaccess?expand=0&rev=7
2013-08-19 11:29:59 +00:00
0809d8bd04 Accepting request 195522 from home:Zaitor:branches:X11:XOrg
Update to ver 0.13.2

OBS-URL: https://build.opensuse.org/request/show/195522
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=11
2013-08-18 19:35:11 +00:00
Stephan Kulow
127f509369 Accepting request 185608 from X11:XOrg
- u_libpciaccess-vgaarb-add-function-to-get-default-vga-device-and-it.patch:
  Reenable default device when shutting down VGA arbitration.
  (bnc#714677, bnc#832973).

OBS-URL: https://build.opensuse.org/request/show/185608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpciaccess?expand=0&rev=6
2013-08-04 14:55:19 +00:00
093c7f8e20 - u_libpciaccess-vgaarb-add-function-to-get-default-vga-device-and-it.patch:
Reenable default device when shutting down VGA arbitration.
  (bnc#714677, bnc#832973).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=9
2013-08-02 12:41:34 +00:00
Stephan Kulow
3bec1fa228 Accepting request 160116 from X11:XOrg
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/160116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpciaccess?expand=0&rev=5
2013-03-22 10:29:09 +00:00
79a955e80f OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=7 2013-03-19 19:48:03 +00:00
Stephan Kulow
a4f116d168 Accepting request 115372 from X11:XOrg
Pushing X11:XOrg

OBS-URL: https://build.opensuse.org/request/show/115372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpciaccess?expand=0&rev=2
2012-05-08 09:58:43 +00:00
0144208853 Accepting request 113330 from home:vuntz:branches:X11:XOrg
Update to 0.13.1

OBS-URL: https://build.opensuse.org/request/show/113330
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=5
2012-04-12 11:56:11 +00:00
059a00db54 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=4 2012-03-07 09:48:04 +00:00
Stephan Kulow
647ccee9a3 Accepting request 105484 from X11:XOrg
- Update to new upstream release 0.12.902
* ships new map_legacy APIs required by the current development
  version of xorg-server as well as miscelaneous bug fixes.  
- Rename main package from libpciaccess0 to libpciaccess.
  Do away with the 0 in libpciaccess0-devel, since the devel
  package is not actually versioned and only one can be installed.
- Parallel build with %_smp_mflags

OBS-URL: https://build.opensuse.org/request/show/105484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpciaccess?expand=0&rev=1
2012-02-17 11:01:29 +00:00
2f045250c6 Accepting request 105004 from home:jengelh:branches:X11:XOrg
Hier auch

OBS-URL: https://build.opensuse.org/request/show/105004
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=2
2012-02-14 17:06:03 +00:00
f80b0fe99f Accepting request 104201 from home:jengelh:branches:X11:XOrg
Intended to replace the old libpciaccess0.
Also see my branch's prjconf for Prefer: lines that are
required until all the new packages have appeared in Factory.

OBS-URL: https://build.opensuse.org/request/show/104201
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libpciaccess?expand=0&rev=1
2012-02-13 10:06:03 +00:00