From 21561ba82c6bf480f036fb901ab7e3b9bf6f73ac Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Sep 10 2016 05:33:25 +0000 Subject: New upstream release 2.9.0 Signed-off-by: Jakub Filak --- diff --git a/.gitignore b/.gitignore index e56a5ec..cf88543 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/abrt.spec b/abrt.spec index 677d9f7..a6f0f46 100644 --- a/abrt.spec +++ b/abrt.spec @@ -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 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 - 2.8.2-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 7571084..4641e19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -055c573c70510e3c09cb12a6cc813507 abrt-2.8.2.tar.gz +4b3a9ac33dd9fed34a44bd064d55fdcb abrt-2.9.0.tar.gz