Compare commits

1 Commits
main ... 1.1

4 changed files with 7 additions and 32 deletions

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)

Binary file not shown.

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: libpciaccess
%define lname libpciaccess0
Version: 0.18.1
Version: 0.17
Release: 0
Summary: Generic PCI access library
License: MIT
@@ -66,7 +66,8 @@ This package contains the development headers for the library found
in %lname.
%prep
%autosetup -p1
%setup -q
%patch0 -p1
%build
%meson -Dpci-ids=%_datadir