New upstream release 2.8.0
Signed-off-by: Jakub Filak <jfilak@redhat.com>
This commit is contained in:
parent
0240b2f50e
commit
6b58dd273d
@ -2,12 +2,12 @@
|
|||||||
# platform-dependent
|
# platform-dependent
|
||||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?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
|
Summary: Generic library for reporting various problems
|
||||||
Name: libreport
|
Name: libreport
|
||||||
Version: 2.7.2
|
Version: 2.8.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: https://abrt.readthedocs.org/
|
URL: https://abrt.readthedocs.org/
|
||||||
@ -749,6 +749,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user