Update tracer to 0.7.4-1

This commit is contained in:
Jakub Kadlcik 2020-06-08 05:55:41 +02:00
parent 0ab333536b
commit 79b0c8a3da
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@
/tracer-0.7.1.tar.gz
/tracer-0.7.2.tar.gz
/tracer-0.7.3.tar.gz
/tracer-0.7.4.tar.gz

View File

@ -1 +1 @@
SHA512 (tracer-0.7.3.tar.gz) = 4fc11931de0aa364337b749aeb80125cca85c866bd428826b1f0e7b21f967e05c64d2fd8e8de61594dc84fc0fbd4e24f8434f0978a38493b355a8f87a55595cd
SHA512 (tracer-0.7.4.tar.gz) = 848fa4f8d86d36c244317b0cb0a2d01373414fd7ddff00a8a2b7d70b5054b46a25dfb84fe0eb2323afadcc67277d508a6b11aaa44d63b273e3b42b83463a8449

View File

@ -17,8 +17,8 @@
%endif
Name: tracer
Version: 0.7.3
Release: 3%{?dist}
Version: 0.7.4
Release: 1%{?dist}
Summary: Finds outdated running applications in your system
BuildArch: noarch
@ -207,8 +207,13 @@ make DESTDIR=%{buildroot}%{_datadir} mo
%changelog
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.7.3-3
- Rebuilt for Python 3.9
* Mon Jun 08 2020 Jakub Kadlcik <frostyx@email.cz> 0.7.4-1
- Fix list index out of range for ssh process names (frostyx@email.cz)
- When there is no helper, it doesn't contain anything (frostyx@email.cz)
- Fix wrong parameters number when upating an application objects
(frostyx@email.cz)
- Remove unnecessary string decoding (frostyx@email.cz)
- Fix the missing dist in release (frostyx@email.cz)
* Sat May 23 2020 Jakub Kadlčík <jkadlcik@redhat.com> - 0.7.3-2
- We lost release dist macro somewhere