Update to 3.27.92

This commit is contained in:
Kalev Lember 2018-03-05 10:23:08 +01:00
parent 036c98a306
commit 0f51dbf643
3 changed files with 5 additions and 33 deletions

View File

@ -1,28 +0,0 @@
From d31b4bc1789dc327fd5dcd6a720512e24f0e2eb8 Mon Sep 17 00:00:00 2001
From: Christian Hergert <chergert@redhat.com>
Date: Wed, 21 Feb 2018 11:50:40 -0800
Subject: [PATCH] sysprofd: remove lingering debug code
https://bugzilla.gnome.org/show_bug.cgi?id=793698
---
daemon/sysprofd.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/daemon/sysprofd.c b/daemon/sysprofd.c
index 7536bcc27c54..60d619ed3219 100644
--- a/daemon/sysprofd.c
+++ b/daemon/sysprofd.c
@@ -93,10 +93,7 @@ sysprofd_get_kernel_symbols (sd_bus_message *msg,
return r;
while (sp_kallsyms_next (kallsyms, &name, &addr, &type))
- {
- g_print ("%s: %lu\n", name, addr);
sd_bus_message_append (reply, "(tys)", addr, type, name);
- }
r = sd_bus_message_close_container (reply);
if (r < 0)
--
2.16.2

View File

@ -1 +1 @@
SHA512 (sysprof-3.27.91.tar.xz) = a65195feecd89cda022f1c686e7335da1ebd51f9281a026cd48cbf74a4c372aa1408f4eb8ebc0bc04fbf5b939c68f9ec53a79802b230f4210163dd8a786e6b87 SHA512 (sysprof-3.27.92.tar.xz) = d0213bb9fbb31f6e612274cc574589390302ed25b729896388afedbcf64ced0a487e61a88e1819df1c58f51a663b3572a45bbacb462ad54d4815ee6ccf2be9a6

View File

@ -1,5 +1,5 @@
Name: sysprof Name: sysprof
Version: 3.27.91 Version: 3.27.92
Release: 1%{?dist} Release: 1%{?dist}
Summary: A system-wide Linux profiler Summary: A system-wide Linux profiler
@ -7,9 +7,6 @@ License: GPLv3+
URL: http://www.sysprof.com URL: http://www.sysprof.com
Source0: https://download.gnome.org/sources/sysprof/3.27/sysprof-%{version}.tar.xz Source0: https://download.gnome.org/sources/sysprof/3.27/sysprof-%{version}.tar.xz
# Backported from upstream
Patch0: 0001-sysprofd-remove-lingering-debug-code.patch
BuildRequires: binutils-devel BuildRequires: binutils-devel
BuildRequires: gettext BuildRequires: gettext
BuildRequires: gtk3-devel BuildRequires: gtk3-devel
@ -109,6 +106,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
%changelog %changelog
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
- Update to 3.27.92
* Sat Mar 03 2018 Kalev Lember <klember@redhat.com> - 3.27.91-1 * Sat Mar 03 2018 Kalev Lember <klember@redhat.com> - 3.27.91-1
- Update to 3.27.91 - Update to 3.27.91
- Switch to the meson build system - Switch to the meson build system