diff --git a/.gitignore b/.gitignore index 10d87a7..ee7a923 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /tracer-0.7.3.tar.gz /tracer-0.7.4.tar.gz /tracer-0.7.5.tar.gz +/tracer-0.7.6.tar.gz diff --git a/sources b/sources index 7ace246..4fa8b2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tracer-0.7.5.tar.gz) = 0851ea67e7fc8a48ba2d2af9563247d5bf4401d93d9ada6325cce89132153710861846baf4aacde0edcd1a45f3f1a8d309b8cbeeeed29e82336dbf64e824ae59 +SHA512 (tracer-0.7.6.tar.gz) = 7f721acb7c644585035fcbac741d95fb858c8f3994c3ad95e42f7763409739d91803adbe58a5eacf24d733d50356c4467a03873614faf496154cbfadffc858ca diff --git a/tracer.spec b/tracer.spec index 83f0637..22d7d7a 100644 --- a/tracer.spec +++ b/tracer.spec @@ -17,8 +17,8 @@ %endif Name: tracer -Version: 0.7.5 -Release: 2%{?dist} +Version: 0.7.6 +Release: 1%{?dist} Summary: Finds outdated running applications in your system BuildArch: noarch @@ -78,6 +78,7 @@ Requires: dbus-python Requires: python2-psutil Requires: python2-setuptools Requires: python2-future +Requires: python2-six Requires: %{name}-common = %{version}-%{release} %if %{with suggest} Suggests: python-argcomplete @@ -197,8 +198,14 @@ make DESTDIR=%{buildroot}%{_datadir} mo %changelog -* Wed Jan 27 2021 Fedora Release Engineering - 0.7.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild +* Fri Apr 16 2021 Jakub Kadlcik 0.7.6-1 +- Update tito releasers (frostyx@email.cz) +- CentOS-8 uses DNF (mmarusak@redhat.com) +- Add missing runtime dependency on python2-six (frostyx@email.cz) +- Add support for SUSE distributions using DNF (ngompa13@gmail.com) +- Print a user-friendly error when a xml file cannot be parsed + (frostyx@email.cz) +- Update tito releasers (frostyx@email.cz) * Sun Jan 24 2021 Jakub Kadlcik 0.7.5-1 - Depend on python3-six instead of python3-future (frostyx@email.cz)