From 48b76941fb33763d33844e306367672a7cd8fa84 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sun, 1 Aug 2021 23:19:45 +0200 Subject: [PATCH] Update tracer to 0.7.7-1 --- .gitignore | 1 + sources | 2 +- tracer.spec | 19 ++++++++++++------- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index ee7a923..704d75e 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /tracer-0.7.4.tar.gz /tracer-0.7.5.tar.gz /tracer-0.7.6.tar.gz +/tracer-0.7.7.tar.gz diff --git a/sources b/sources index 4fa8b2e..6767f1c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tracer-0.7.6.tar.gz) = 7f721acb7c644585035fcbac741d95fb858c8f3994c3ad95e42f7763409739d91803adbe58a5eacf24d733d50356c4467a03873614faf496154cbfadffc858ca +SHA512 (tracer-0.7.7.tar.gz) = a898c9fbf756847676aaf9bb60884a2b5ee481653cd9d2c9c537feae98a90415b2482ce2c7c6f367517edb3ec96ebb142f339ef7a1e34a4c79458fb9ed121110 diff --git a/tracer.spec b/tracer.spec index b8b71cc..aba229f 100644 --- a/tracer.spec +++ b/tracer.spec @@ -17,8 +17,8 @@ %endif Name: tracer -Version: 0.7.6 -Release: 3%{?dist} +Version: 0.7.7 +Release: 1%{?dist} Summary: Finds outdated running applications in your system BuildArch: noarch @@ -198,11 +198,16 @@ make DESTDIR=%{buildroot}%{_datadir} mo %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.7.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 0.7.6-2 -- Rebuilt for Python 3.10 +* Sun Aug 01 2021 Jakub Kadlcik 0.7.7-1 +- Add installation instructions of EPEL 8 (frostyx@email.cz) +- Make the source of README.md more readable (frostyx@email.cz) +- Remove duplicates in suggested helpers (frostyx@email.cz) +- Make sure Collection.sorted doesn't traceback for None values + (frostyx@email.cz) +- Ignore sudo and su in the output (frostyx@email.cz) +- Don't traceback for nonexisting PID (frostyx@email.cz) +- Access process PID only once (frostyx@email.cz) +- Rename tito master branch to rawhide (frostyx@email.cz) * Fri Apr 16 2021 Jakub Kadlcik 0.7.6-1 - Update tito releasers (frostyx@email.cz)