From 44e4da2c8eca5693658508153c161b8f7dc3606b Mon Sep 17 00:00:00 2001 From: AOSC OS Maintainers Date: Mon, 28 Oct 2024 02:35:13 +0000 Subject: [PATCH] pciutils: update to 3.13.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop an old patch. Co-authored-by: 白铭骢 (Mingcong Bai) (@MingcongBai) --- .../0001-Fedora-pciutils-3.9.0-extvisible.patch | 12 ------------ app-utils/pciutils/spec | 5 ++--- 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 app-utils/pciutils/autobuild/patches/0001-Fedora-pciutils-3.9.0-extvisible.patch diff --git a/app-utils/pciutils/autobuild/patches/0001-Fedora-pciutils-3.9.0-extvisible.patch b/app-utils/pciutils/autobuild/patches/0001-Fedora-pciutils-3.9.0-extvisible.patch deleted file mode 100644 index 9b03c231a26..00000000000 --- a/app-utils/pciutils/autobuild/patches/0001-Fedora-pciutils-3.9.0-extvisible.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up pciutils-3.9.0/lib/internal.h.extvisible pciutils-3.9.0/lib/internal.h ---- pciutils-3.9.0/lib/internal.h.extvisible 2022-12-16 19:15:16.914850590 +0100 -+++ pciutils-3.9.0/lib/internal.h 2022-12-16 19:15:38.248989198 +0100 -@@ -20,7 +20,7 @@ - #define SYMBOL_VERSION(_int, _ext) - #else - #define STATIC_ALIAS(_decl, _for) --#define DEFINE_ALIAS(_decl, _for) extern _decl __attribute__((alias(#_for))) -+#define DEFINE_ALIAS(_decl, _for) extern _decl __attribute__((alias(#_for),visibility("default"),externally_visible)) - #ifdef _WIN32 - /* GCC does not support asm .symver directive for Windows targets, so define new external global function symbol as alias to internal symbol */ - #define SYMBOL_VERSION(_int, _ext) asm(".globl\t" PCI_STRINGIFY(__MINGW_USYMBOL(_ext)) "\n\t" \ diff --git a/app-utils/pciutils/spec b/app-utils/pciutils/spec index cbe153bad99..8d0b9631172 100644 --- a/app-utils/pciutils/spec +++ b/app-utils/pciutils/spec @@ -1,5 +1,4 @@ -VER=3.9.0 -REL=1 +VER=3.13.0 SRCS="tbl::https://www.kernel.org/pub/software/utils/pciutils/pciutils-$VER.tar.xz" -CHKSUMS="sha256::cdea7ae97239dee23249a09c68a19a287a3f109fbeb2c232ebb616cb38599012" +CHKSUMS="sha256::77f11f78298502634d1af50308f15a5788629f6cf45cba376f5009aea4cb4926" CHKUPDATE="anitya::id=2605"