New upstream release 2.8.0

Signed-off-by: Jakub Filak <jfilak@redhat.com>
This commit is contained in:
Jakub Filak 2016-09-09 12:15:48 +02:00
parent 0240b2f50e
commit 6b58dd273d
2 changed files with 13 additions and 4 deletions

View File

@ -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 <jfilak@redhat.com> 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 <rel-eng@lists.fedoraproject.org> - 2.7.2-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
ee5a2424e23813e6ae80dbe06aac0455 libreport-2.7.2.tar.gz
ea9f74ea86ed03a1bae6173e753d6cd8 libreport-2.8.0.tar.gz