Update tracer to 0.7.3-1

This commit is contained in:
Jakub Kadlcik 2020-05-22 23:02:26 +02:00
parent 54812f60fb
commit 7f2df2dcb1
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/tracer-0.7.0.tar.gz
/tracer-0.7.1.tar.gz
/tracer-0.7.2.tar.gz
/tracer-0.7.3.tar.gz

View File

@ -1 +1 @@
SHA512 (tracer-0.7.2.tar.gz) = 9d89998952961e11b456e715e01ff5926fdce04a6df21fc898964e0b6efd4c20cc9a1e959912ed05f933a29948df86e3628cc96eedbf7e93572a4610cbe38e71
SHA512 (tracer-0.7.3.tar.gz) = 4fc11931de0aa364337b749aeb80125cca85c866bd428826b1f0e7b21f967e05c64d2fd8e8de61594dc84fc0fbd4e24f8434f0978a38493b355a8f87a55595cd

View File

@ -17,8 +17,8 @@
%endif
Name: tracer
Version: 0.7.2
Release: 3
Version: 0.7.3
Release: 1
Summary: Finds outdated running applications in your system
BuildArch: noarch
@ -63,6 +63,7 @@ BuildRequires: python2-sphinx
BuildRequires: python-beautifulsoup4
BuildRequires: rpm-python
BuildRequires: python-lxml
BuildRequires: python2-mock
Requires: rpm-python
Requires: python-beautifulsoup4
Requires: python-lxml
@ -206,6 +207,9 @@ make DESTDIR=%{buildroot}%{_datadir} mo
%changelog
* Fri May 22 2020 Jonathon Turel <jturel@gmail.com> 0.7.3-1
- Stub dbus calls in tests (jturel@gmail.com)
* Thu May 21 2020 Jonathon Turel <jturel@gmail.com> 0.7.2-3
- Update tito releaser branches (frostyx@email.cz)
- Not build for python2 package for Fedora anymore (frostyx@email.cz)