Update tracer to 0.7.7-1

This commit is contained in:
Jakub Kadlcik 2021-08-01 23:19:45 +02:00
parent 33a7dad141
commit 48b76941fb
3 changed files with 14 additions and 8 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (tracer-0.7.6.tar.gz) = 7f721acb7c644585035fcbac741d95fb858c8f3994c3ad95e42f7763409739d91803adbe58a5eacf24d733d50356c4467a03873614faf496154cbfadffc858ca
SHA512 (tracer-0.7.7.tar.gz) = a898c9fbf756847676aaf9bb60884a2b5ee481653cd9d2c9c537feae98a90415b2482ce2c7c6f367517edb3ec96ebb142f339ef7a1e34a4c79458fb9ed121110

View File

@ -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 <releng@fedoraproject.org> - 0.7.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.7.6-2
- Rebuilt for Python 3.10
* Sun Aug 01 2021 Jakub Kadlcik <frostyx@email.cz> 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 <frostyx@email.cz> 0.7.6-1
- Update tito releasers (frostyx@email.cz)