diff --git a/gnome-abrt-0.3.3-expand_list_of_problems.patch b/gnome-abrt-0.3.3-expand_list_of_problems.patch new file mode 100644 index 0000000..b4cab9a --- /dev/null +++ b/gnome-abrt-0.3.3-expand_list_of_problems.patch @@ -0,0 +1,45 @@ +From fcf65e5837fc34cd0d77d79535d93198fa96b4e9 Mon Sep 17 00:00:00 2001 +From: Jakub Filak +Date: Thu, 31 Oct 2013 14:11:17 +0100 +Subject: [GNOME-ABRT PATCH] Expand list of problems + +Closes rhbz#1025308 + +Signed-off-by: Jakub Filak +--- + src/gnome_abrt/oops.glade | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/src/gnome_abrt/oops.glade b/src/gnome_abrt/oops.glade +index 759831b..e613364 100644 +--- a/src/gnome_abrt/oops.glade ++++ b/src/gnome_abrt/oops.glade +@@ -142,6 +142,8 @@ + True + False + 10 ++ True ++ True + vertical + + +@@ -167,12 +169,16 @@ + + True + True ++ True ++ True + in + 300 + + + True + True ++ True ++ True + ls_problems + False + False +-- +1.8.3.1 + diff --git a/gnome-abrt.spec b/gnome-abrt.spec index b6970b4..b6c4680 100644 --- a/gnome-abrt.spec +++ b/gnome-abrt.spec @@ -6,7 +6,7 @@ Name: gnome-abrt Version: 0.3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A utility for viewing problems that have occurred with the system Group: User Interface/Desktops @@ -14,6 +14,9 @@ License: GPLv2+ URL: https://fedorahosted.org/abrt/ Source0: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz +# Remove with gnome-abrt > 0.3.3 +Patch0331: gnome-abrt-0.3.3-expand_list_of_problems.patch + BuildRequires: intltool BuildRequires: gettext BuildRequires: libtool @@ -46,6 +49,7 @@ provides them with convenient way for managing these problems. %prep %setup -q +%patch0331 -p 1 %build @@ -100,6 +104,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Mon Nov 04 2013 Jakub Filak 0.3.3-2 +- Expand list of problems +- Resolves: #1025308 + * Sat Oct 26 2013 Jakub Filak 0.3.3-1 - Make problem list resizable - Make info about Reported state of problem more clear