From e3ae3ebee898f3ba17103f289a61229e50bef1f0 Mon Sep 17 00:00:00 2001 From: Federico Pellegrin Date: Tue, 11 Jan 2022 04:34:59 +0100 Subject: [PATCH] Bump to 0.17 version From package maintainer's annoucement: A few highlights. - more flexible way to specify scheduling policy, fifo, sched_fifo, etc - fix to display correct cpu affinity when cpus are offlined - warning if unable to move a pid during isolate that would otherwise be legal - many small fixes and clean-ups --- sources | 2 +- tuna.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 65b9c05..39e34cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tuna-0.16.tar.xz) = 47f3a37acf71d20f948577f63b292d7f5ccc4d9951f4290064b4b2ddf4b61ccff228dfadb661f227fd212b76105b65f76fecedf9933c694b011f1c831b6d507f +SHA512 (tuna-0.17.tar.xz) = e04bb56415e702e888d7022342e34bdff19fe978e13793e737613baf48eadcd1b926d414ec8ba5205c9bea4622bf44b9b12e1fe33e1a89b467bd84e17c4643c4 diff --git a/tuna.spec b/tuna.spec index f0ba5e5..d7b31ab 100644 --- a/tuna.spec +++ b/tuna.spec @@ -1,5 +1,5 @@ Name: tuna -Version: 0.16 +Version: 0.17 Release: 1%{?dist} License: GPLv2 Summary: Application tuning GUI & command line utility @@ -88,6 +88,9 @@ done %doc docs/oscilloscope+tuna.pdf %changelog +* Tue Jan 11 2022 Federico Pellegrin - 0.17-1 +- update to 0.17 (various fixes and cleanups) + * Fri Aug 20 2021 Federico Pellegrin - 0.16-1 - update to 0.16 (contains Gtk3 support)