diff --git a/0001-sysprofd-remove-lingering-debug-code.patch b/0001-sysprofd-remove-lingering-debug-code.patch deleted file mode 100644 index eda47dd..0000000 --- a/0001-sysprofd-remove-lingering-debug-code.patch +++ /dev/null @@ -1,28 +0,0 @@ -From d31b4bc1789dc327fd5dcd6a720512e24f0e2eb8 Mon Sep 17 00:00:00 2001 -From: Christian Hergert -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 - diff --git a/sources b/sources index 6ce863a..9fd6c7b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sysprof-3.27.91.tar.xz) = a65195feecd89cda022f1c686e7335da1ebd51f9281a026cd48cbf74a4c372aa1408f4eb8ebc0bc04fbf5b939c68f9ec53a79802b230f4210163dd8a786e6b87 +SHA512 (sysprof-3.27.92.tar.xz) = d0213bb9fbb31f6e612274cc574589390302ed25b729896388afedbcf64ced0a487e61a88e1819df1c58f51a663b3572a45bbacb462ad54d4815ee6ccf2be9a6 diff --git a/sysprof.spec b/sysprof.spec index 34aac9d..509f163 100644 --- a/sysprof.spec +++ b/sysprof.spec @@ -1,5 +1,5 @@ Name: sysprof -Version: 3.27.91 +Version: 3.27.92 Release: 1%{?dist} Summary: A system-wide Linux profiler @@ -7,9 +7,6 @@ License: GPLv3+ URL: http://www.sysprof.com 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: gettext BuildRequires: gtk3-devel @@ -109,6 +106,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop %changelog +* Mon Mar 05 2018 Kalev Lember - 3.27.92-1 +- Update to 3.27.92 + * Sat Mar 03 2018 Kalev Lember - 3.27.91-1 - Update to 3.27.91 - Switch to the meson build system