diff --git a/libreport.spec b/libreport.spec index 3751eab..5d16169 100644 --- a/libreport.spec +++ b/libreport.spec @@ -2,12 +2,12 @@ # platform-dependent %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%define satyr_ver 0.19 +%define satyr_ver 0.21 Summary: Generic library for reporting various problems Name: libreport -Version: 2.7.2 -Release: 2%{?dist} +Version: 2.8.0 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: https://abrt.readthedocs.org/ @@ -749,6 +749,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri Sep 09 2016 Jakub Filak 2.8.0-1 +- lib: fix a memory leak in create_dump_dir fn +- rhtsupport: fix a double free of config at exit +- debuginfo: dnf API logging workarounds list +- lib: don't warn when user word file doesn't exist +- lib: be able to define base conf dir at runtime +- wizard: use dnf instead of yum in add a screencast note +- problem_report: document resevered elements + * Tue Jul 19 2016 Fedora Release Engineering - 2.7.2-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 39a6e3b..5b6fff1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee5a2424e23813e6ae80dbe06aac0455 libreport-2.7.2.tar.gz +ea9f74ea86ed03a1bae6173e753d6cd8 libreport-2.8.0.tar.gz