[arch-commits] Commit in pahole/trunk (PKGBUILD python.diff)

Jan Steffens heftig at gemini.archlinux.org
Tue Aug 23 22:20:47 UTC 2022


    Date: Tuesday, August 23, 2022 @ 22:20:47
  Author: heftig
Revision: 454460

1.24-1

Modified:
  pahole/trunk/PKGBUILD
  pahole/trunk/python.diff

-------------+
 PKGBUILD    |   12 +++++++++---
 python.diff |    2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 22:16:56 UTC (rev 454459)
+++ PKGBUILD	2022-08-23 22:20:47 UTC (rev 454460)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=pahole
-pkgver=1.23
+pkgver=1.24
 pkgrel=1
 pkgdesc="Pahole and other DWARF utils"
 url="https://git.kernel.org/pub/scm/devel/pahole/pahole.git"
@@ -10,13 +10,14 @@
 depends=(libelf python)
 makedepends=(git cmake ninja)
 provides=(libdwarves{,_emit,_reorganize}.so)
-_commit=c2b7b8c20877d267159ace36119f6340b9d12823  # tags/v1.23^0
+options=(debug)
+_commit=de2423445fa59a6ebbf6f1fba764f30818204348  # tags/v1.24^0
 source=("git+https://git.kernel.org/pub/scm/devel/pahole/pahole.git#commit=$_commit"
         "git+https://github.com/libbpf/libbpf"
         python.diff)
 sha256sums=('SKIP'
             'SKIP'
-            '8f73631f14ca665204bf5be36c5082eb4f89884dda5e5ae2dd66c990b9c11d51')
+            '12f3d83bda3ec503aca910d0a4372ff8c72886a02aa512b2f37c3f1b21c690c7')
 
 pkgver() {
   cd pahole
@@ -42,6 +43,11 @@
   cmake --build build
 }
 
+check() {
+  cd build
+  ctest --output-on-failure --stop-on-failure -j$(nproc)
+}
+
 package() {
   DESTDIR="$pkgdir" cmake --install build
 

Modified: python.diff
===================================================================
--- python.diff	2022-08-23 22:16:56 UTC (rev 454459)
+++ python.diff	2022-08-23 22:20:47 UTC (rev 454460)
@@ -1,5 +1,5 @@
 diff --git i/CMakeLists.txt w/CMakeLists.txt
-index c0363b8..58ff237 100644
+index 1cd82ad..91a10f3 100644
 --- i/CMakeLists.txt
 +++ w/CMakeLists.txt
 @@ -188,7 +188,7 @@ install(FILES dwarves.h dwarves_emit.h dwarves_reorganize.h



More information about the arch-commits mailing list