Update tracer to 1.1-1

This commit is contained in:
Jakub Kadlcik 2023-10-05 02:21:29 +02:00
parent e296f5a19b
commit 4534d68d82
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -30,3 +30,4 @@
/tracer-0.7.10.tar.gz
/tracer-0.7.11.tar.gz
/tracer-1.0.tar.gz
/tracer-1.1.tar.gz

View File

@ -1 +1 @@
SHA512 (tracer-1.0.tar.gz) = d244ca913bcc8af78c4158c372f35492a5ea01c2fadf01981211e5ef62bcea8f8c94cb4ae9d52bbd0054271b4721ceff1265e4ee8d56b6cb338b376e948312ac
SHA512 (tracer-1.1.tar.gz) = 9dcbefaeef5f3172fd96e8e826513c77d8b2a04fe7845a459d318e581ef7d58b6dcc17770d5fa76b7cd0ef8a2743e7bf1c0f7a6320b341502bb78716ab0e3fb7

View File

@ -17,7 +17,7 @@
%endif
Name: tracer
Version: 1.0
Version: 1.1
Release: 1%{?dist}
Summary: Finds outdated running applications in your system
@ -199,6 +199,9 @@ make DESTDIR=%{buildroot}%{_datadir} mo
%changelog
* Thu Oct 05 2023 Jakub Kadlcik <frostyx@email.cz> 1.1-1
- Fix parameters for specifying the target user (frostyx@email.cz)
* Fri Sep 15 2023 Jakub Kadlcik <frostyx@email.cz> 1.0-1
- Fix querying RPM files on EPEL7 (frostyx@email.cz)
- Use backported lru_cache on EPEL7 (frostyx@email.cz)