[abrt] New upstream release 2.2.2

Jakub Filak jfilak at fedoraproject.org
Tue Jul 8 13:26:16 UTC 2014


commit 529a99226340ff11b1832c90b816c7a37f65aeae
Author: Jakub Filak <jfilak at redhat.com>
Date:   Tue Jul 8 13:33:44 2014 +0200

    New upstream release 2.2.2
    
    Resolves: #1105316

 .gitignore                                         |    1 +
 ...us-Fix-desktop-centric-polkit-policy-file.patch |   44 -------
 0003-dbus-Fix-invalid-dbus-policy-file.patch       |   32 -----
 ...-gdb-disable-loading-of-auto-loaded-files.patch |  121 --------------------
 0005-replace-deprecated-GTK3-functions.patch       |   53 ---------
 abrt.spec                                          |   21 ++--
 sources                                            |    2 +-
 7 files changed, 14 insertions(+), 260 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2691f64..d84f99d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@ abrt-1.1.13.tar.gz
 /abrt-2.1.12.tar.gz
 /abrt-2.2.0.tar.gz
 /abrt-2.2.1.tar.gz
+/abrt-2.2.2.tar.gz
diff --git a/abrt.spec b/abrt.spec
index 517da03..d45f5a9 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -34,13 +34,13 @@
     %define docdirversion -%{version}
 %endif
 
-%define libreport_ver 2.2.2
-%define satyr_ver 0.13
+%define libreport_ver 2.2.3
+%define satyr_ver 0.14
 
 Summary: Automatic bug detection and reporting tool
 Name: abrt
-Version: 2.2.1
-Release: 6%{?dist}
+Version: 2.2.2
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
@@ -48,11 +48,6 @@ Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
 # don't remove this patch, packages in rawhide are not signed!
 Patch0: disable-OpenGPGCheck-in-Fedora-Rawhide.patch
 
-Patch2: 0002-dbus-Fix-desktop-centric-polkit-policy-file.patch
-Patch3: 0003-dbus-Fix-invalid-dbus-policy-file.patch
-Patch4: 0004-gdb-disable-loading-of-auto-loaded-files.patch
-Patch5: 0005-replace-deprecated-GTK3-functions.patch
-
 # '%%autosetup -S git' -> git
 BuildRequires: git
 
@@ -927,6 +922,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
 
 %changelog
+* Tue Jul 08 2014 Jakub Filak <jfilak at redhat.com> 2.2.2-1
+- applet: chown each notified problem before reporting it
+- koops: don't analyze MCEs like standard oopses
+- koops: don't drop not-reportable oopses by default
+- abrt_event: fix post-create reporter-uploader examples
+- local duplicates must have matching executables
+- Resolves: #1105316
+
 * Tue Jun 10 2014 Jakub Filak <jfilak at redhat.com> - 2.2.1-6
 - configui: do not use deprecated gtk3 API
 - gdb: disable auto-loaded files
diff --git a/sources b/sources
index 2f38eb1..9853fec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-799e55397e1f72dde9486395abe17605  abrt-2.2.1.tar.gz
+5133980911a7d841d073c61a75a490a1  abrt-2.2.2.tar.gz


More information about the scm-commits mailing list