From ae9bc8d2b464aa4597fd1f077afb70c1e855f403 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 26 Feb 2021 00:09:24 +0100 Subject: [PATCH] Update to 3.39.94 --- sources | 2 +- sysprof.spec | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sources b/sources index 3b5e938..68860a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sysprof-3.39.92.tar.xz) = 6a2405760e742c6a19d158a19a10c3c5e37b08ac9df6b98b997e296475ed5a7fde6490621b62aea72429c4865cc3d20d16046c97b68f8466ce37ddbccfe3ef02 +SHA512 (sysprof-3.39.94.tar.xz) = b9a3b277ad15199ed4816b1e63b0f3b285c6b1e23f13ace85505fbdfaa72988c33ab772046870c59acab5eb3607d333ff19f3cac5e60abe4f348d1cd74090502 diff --git a/sysprof.spec b/sysprof.spec index bf32d6d..d5c8d62 100644 --- a/sysprof.spec +++ b/sysprof.spec @@ -1,8 +1,8 @@ %global glib2_version 2.67.4 Name: sysprof -Version: 3.39.92 -Release: 2%{?dist} +Version: 3.39.94 +Release: 1%{?dist} Summary: A system-wide Linux profiler License: GPLv3+ @@ -18,7 +18,8 @@ BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version} BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib2_version} BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} BuildRequires: pkgconfig(gobject-2.0) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0 +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libdazzle-1.0) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(polkit-gobject-1) @@ -161,6 +162,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %changelog +* Thu Feb 25 2021 Kalev Lember - 3.39.94-1 +- Update to 3.39.94 + * Wed Feb 24 2021 Kalev Lember - 3.39.92-2 - Split sysprof-capture library and header files out to sysprof-capture-devel - Update minimum required glib2 version