소스 검색

package/sysprof: bump to version 47.2

This is a bugfix release, which mainly improves reliability, fixes a
issues when profiling WebKit, and adds a new counter for dropped perf
events. Release notes:

  https://gitlab.gnome.org/GNOME/sysprof/-/blob/47.2/NEWS

The patch to allow building with older GLib versions has been included
in the 47.1 release and therefore gets dropped.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
Adrian Perez de Castro 8 달 전
부모
커밋
f20396a248
3개의 변경된 파일3개의 추가작업 그리고 33개의 파일을 삭제
  1. 0 30
      package/sysprof/0001-build-reduce-GLib-requirement.patch
  2. 2 2
      package/sysprof/sysprof.hash
  3. 1 1
      package/sysprof/sysprof.mk

+ 0 - 30
package/sysprof/0001-build-reduce-GLib-requirement.patch

@@ -1,30 +0,0 @@
-From c34fba6fe5c3ecd2028461a4317bd2916e2a09d7 Mon Sep 17 00:00:00 2001
-From: Christian Hergert <chergert@redhat.com>
-Date: Mon, 16 Sep 2024 09:48:15 -0700
-Subject: [PATCH] build: reduce GLib requirement
-
-This is kept lower so that you can build without GTK on older systems.
-
-Related: https://gitlab.gnome.org/GNOME/sysprof/-/commit/530b4a9d121c8659148c36ce67f2ce415443baa5#note_2223853
-Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
-Upstream: https://gitlab.gnome.org/GNOME/sysprof/-/commit/e5382d1b8cae4d829751938ce39c2e5fbc419064
----
- meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 63a31894..696b87be 100644
---- a/meson.build
-+++ b/meson.build
-@@ -45,7 +45,7 @@ need_libsysprof = (need_gtk or
-                    get_option('tests'))
- 
- dex_req = '0.6'
--glib_req = '2.80.0'
-+glib_req = '2.76.0'
- gtk_req = '4.15'
- polkit_req = '0.105'
- 
--- 
-2.46.2
-

+ 2 - 2
package/sysprof/sysprof.hash

@@ -1,5 +1,5 @@
-# From https://download.gnome.org/sources/sysprof/47/sysprof-47.0.sha256sum
-sha256  7424c629434660654288c04248998c357d1ce87ee1559fd44df1980992ef5df5  sysprof-47.0.tar.xz
+# From https://download.gnome.org/sources/sysprof/47/sysprof-47.2.sha256sum
+sha256  e4b5ede9fd978ec3f0d5a0d44d0429a6d201c362bf6cb4527319031ae462c54f  sysprof-47.2.tar.xz
 
 # License files
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING

+ 1 - 1
package/sysprof/sysprof.mk

@@ -5,7 +5,7 @@
 ################################################################################
 
 SYSPROF_VERSION_MAJOR = 47
-SYSPROF_VERSION = $(SYSPROF_VERSION_MAJOR).0
+SYSPROF_VERSION = $(SYSPROF_VERSION_MAJOR).2
 SYSPROF_SOURCE = sysprof-$(SYSPROF_VERSION).tar.xz
 SYSPROF_SITE = https://download.gnome.org/sources/sysprof/$(SYSPROF_VERSION_MAJOR)
 SYSPROF_LICENSE = GPL-3.0+