From dd026c0e55235ef90930881410bb0d101af5d4c1 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Nov 07 2013 12:00:24 +0000 Subject: copy from f20 branch so Rawhide does not lag behind --- 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 6b21529..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,10 +104,15 @@ 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 - Less confusing message about missing Bugzilla ticket +- Resolves: #1018285 * Fri Oct 04 2013 Jakub Filak 0.3.2-1 - Fix a bug in SIGCHLD handler causing 100% CPU usage @@ -111,10 +120,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - Load only the most recent reported to value - Check if Application has valid name in filter fn - Fix issues found by new pylint +- Resolves: #1009189, #1015609 * Thu Sep 12 2013 Jakub Filak 0.3.1-1 -- Do not change old selection upon reloading -- Do not crash on None in signal handler - Improve user experience - Make About dialog transient for the main window - Add AppData file @@ -124,7 +132,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - Use absolute path in python shebang - Recover from invalid time stamp values - Use wrapped text for the bug report link -- Resolves: #1004830 +- Resolves: #1004276 * Fri Jul 26 2013 Jakub Filak 0.3.0-1 - Do not include url files twice