New upstream release 2.9.0

Signed-off-by: Jakub Filak <jfilak@redhat.com>
This commit is contained in:
Jakub Filak 2016-09-10 07:33:25 +02:00
parent c649b7d724
commit 21561ba82c
3 changed files with 23 additions and 6 deletions

1
.gitignore vendored
View File

@ -50,3 +50,4 @@ abrt-1.1.13.tar.gz
/abrt-2.8.0.tar.gz
/abrt-2.8.1.tar.gz
/abrt-2.8.2.tar.gz
/abrt-2.9.0.tar.gz

View File

@ -43,13 +43,13 @@
%define docdirversion -%{version}
%endif
%define libreport_ver 2.7.2
%define satyr_ver 0.19
%define libreport_ver 2.8.0
%define satyr_ver 0.21
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.8.2
Release: 2%{?dist}
Version: 2.9.0
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://abrt.readthedocs.org/
@ -1049,7 +1049,10 @@ killall abrt-dbus >/dev/null 2>&1 || :
%{_mandir}/man8/abrt-dbus.8.gz
%{_mandir}/man8/abrt-configuration.8.gz
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-abrt.conf
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.Entry.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.Session.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.Task.xml
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.xml
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.abrt.xml
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.ccpp.xml
@ -1066,6 +1069,7 @@ killall abrt-dbus >/dev/null 2>&1 || :
%dir %{_defaultdocdir}/%{name}-dbus%{docdirversion}/html/
%{_defaultdocdir}/%{name}-dbus%{docdirversion}/html/*.html
%{_defaultdocdir}/%{name}-dbus%{docdirversion}/html/*.css
%config(noreplace) %{_sysconfdir}/libreport/events.d/abrt_dbus_event.conf
%files python
%{python_sitearch}/problem/
@ -1085,6 +1089,18 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
* Fri Sep 09 2016 Jakub Filak <jfilak@redhat.com> 2.9.0-1
- dbus: Problems2 API implementation
- abrtd: change HTTP response code for duplicate problems to 303
- lib: normalize slashes of configured paths
- lib: make configuration paths alterable at runtime
- abrt-bodhi: use CCpp PackageManager configuration directive from configure
- cli: introduce unsafe reporting for not-reporable problems
- handle-event: stop creating post-create lock
- daemon: trigger dump location cleanup after detection
- hook-ccpp: dump own core file in debug mode
- fix memory leaks
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.2-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
055c573c70510e3c09cb12a6cc813507 abrt-2.8.2.tar.gz
4b3a9ac33dd9fed34a44bd064d55fdcb abrt-2.9.0.tar.gz