Date: Tuesday, March 23, 2021 @ 01:18:24
  Author: heftig
Revision: 410746

3.38.1-2: Fix symbol leaking

Modified:
  sysprof/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-03-22 21:57:02 UTC (rev 410745)
+++ PKGBUILD    2021-03-23 01:18:24 UTC (rev 410746)
@@ -7,7 +7,7 @@
 
 pkgname=sysprof
 pkgver=3.38.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Kernel based performance profiler"
 url="https://wiki.gnome.org/Apps/Sysprof";
 license=(GPL)
@@ -30,6 +30,10 @@
 
 prepare() {
   cd $pkgname
+
+  # Symbol visibility fix
+  # https://gitlab.gnome.org/GNOME/sysprof/-/issues/60
+  git cherry-pick -n 3f2b486741920e17dbe9ba9fc13718656cecf8d1
 }
 
 build() {

Reply via email to