From 7a5168934e31de95ba1ca080373166647755e915 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sun, 28 Jan 2024 12:23:28 +0100 Subject: [PATCH] up to 1.1.6 --- s-tui.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/s-tui.spec b/s-tui.spec index 16adebb..06597b5 100644 --- a/s-tui.spec +++ b/s-tui.spec @@ -1,12 +1,12 @@ Summary: Terminal-based CPU stress and monitoring utility Name: s-tui -Version: 1.1.4 +Version: 1.1.6 Release: 1 License: GPL v2+ Group: Applications/System #Source0Download: https://pypi.org/simple/s-tui/ Source0: https://files.pythonhosted.org/packages/source/s/s-tui/%{name}-%{version}.tar.gz -# Source0-md5: 4a5d8fe4fbdded6ee2e73d5272ee9d86 +# Source0-md5: e8796247bafa773c0e3713dcd36b9780 URL: https://amanusk.github.io/s-tui/ BuildRequires: python3 BuildRequires: python3-modules @@ -26,7 +26,7 @@ and utilization in a graphical way from the terminal. %setup -q %{__sed} -E -i -e '1s,#!\s*/usr/bin/python(\s|$),#!%{__python3}\\1,' \ - s_tui/s_tui.py + s_tui/s_tui.py %build %py3_build -- 2.44.0