Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
edf2e432b8 |
BIN
libpciaccess-0.17.tar.xz
(Stored with Git LFS)
Normal file
BIN
libpciaccess-0.17.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libpciaccess-0.18.1.tar.xz
(Stored with Git LFS)
BIN
libpciaccess-0.18.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -1,29 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Sun Mar 24 08:54:18 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
|
||||||
|
|
||||||
- Update to version 0.18.1
|
|
||||||
* meson: allow building static library, not just shared
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Feb 29 18:52:53 UTC 2024 - pgajdos@suse.com
|
|
||||||
|
|
||||||
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
||||||
%patchN
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Feb 5 11:35:26 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
|
||||||
|
|
||||||
- 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.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 18 10:43:25 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
Tue Oct 18 10:43:25 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libpciaccess
|
# spec file for package libpciaccess
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libpciaccess
|
Name: libpciaccess
|
||||||
%define lname libpciaccess0
|
%define lname libpciaccess0
|
||||||
Version: 0.18.1
|
Version: 0.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Generic PCI access library
|
Summary: Generic PCI access library
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -66,7 +66,8 @@ This package contains the development headers for the library found
|
|||||||
in %lname.
|
in %lname.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Dpci-ids=%_datadir
|
%meson -Dpci-ids=%_datadir
|
||||||
|
Reference in New Issue
Block a user