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

Jan Steffens heftig at gemini.archlinux.org
Sat Sep 4 20:12:28 UTC 2021


    Date: Saturday, September 4, 2021 @ 20:12:27
  Author: heftig
Revision: 423433

1.22-1

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

-------------+
 PKGBUILD    |    7 +++----
 python.diff |    4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-04 18:06:13 UTC (rev 423432)
+++ PKGBUILD	2021-09-04 20:12:27 UTC (rev 423433)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=pahole
-pkgver=1.21
+pkgver=1.22
 pkgrel=1
 pkgdesc="Pahole and other DWARF utils"
 url="https://git.kernel.org/pub/scm/devel/pahole/pahole.git"
@@ -10,13 +10,13 @@
 depends=(libelf python)
 makedepends=(git cmake ninja)
 provides=(libdwarves{,_emit,_reorganize}.so)
-_commit=25ad41e7b52e3ad677ad4c016698e71079403b3f  # tags/v1.21^0
+_commit=f02af2553ea58ae1186226af0d0ec835a248358f  # tags/v1.22^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'
-            'defaea9ad325a73bb27bd029065604c084dd32f132b5eaa431718533e94dc073')
+            '61f232298d59cbcd5e3c863e3f6866b45b7224d5c649dfb7737196233df034f1')
 
 pkgver() {
   cd pahole
@@ -35,7 +35,6 @@
 }
 
 build() {
-  CFLAGS+=" $CPPFLAGS"
   cmake -S pahole -B build -G Ninja \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=None \

Modified: python.diff
===================================================================
--- python.diff	2021-09-04 18:06:13 UTC (rev 423432)
+++ python.diff	2021-09-04 20:12:27 UTC (rev 423433)
@@ -1,8 +1,8 @@
 diff --git i/CMakeLists.txt w/CMakeLists.txt
-index 7f72c7a..f8c42b1 100644
+index 4140574..4bfe743 100644
 --- i/CMakeLists.txt
 +++ w/CMakeLists.txt
-@@ -161,6 +161,7 @@ install(FILES dwarves.h dwarves_emit.h dwarves_reorganize.h
+@@ -187,6 +187,7 @@ install(FILES dwarves.h dwarves_emit.h dwarves_reorganize.h
  install(FILES man-pages/pahole.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1/)
  install(PROGRAMS ostra/ostra-cg DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
  install(PROGRAMS btfdiff fullcircle DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)



More information about the arch-commits mailing list