New upstream release 2.13.0
Signed-off-by: Michal Fabik <mfabik@redhat.com>
This commit is contained in:
parent
a482043152
commit
e66b28d0aa
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/libreport-2.11.2.tar.gz
|
||||
/libreport-2.11.3.tar.gz
|
||||
/libreport-2.12.0.tar.gz
|
||||
/libreport-2.13.0.tar.gz
|
||||
|
@ -1,32 +0,0 @@
|
||||
From 1f14c9fa96937e589354589665eb8c64d6d16d80 Mon Sep 17 00:00:00 2001
|
||||
From: Ernestas Kulik <ekulik@redhat.com>
|
||||
Date: Fri, 20 Mar 2020 18:04:19 +0100
|
||||
Subject: [PATCH] gui-wizard-gtk: Wrap event log messages
|
||||
|
||||
Currently, large logs received by abrt-retrace-client may cause
|
||||
X/Wayland protocol errors due to an overly large buffer being allocated
|
||||
for GtkTextView. Enabling word wrapping and eliminating horizontal
|
||||
scrolling seems to prevent that from happening.
|
||||
|
||||
Cf. https://gitlab.gnome.org/GNOME/gtk/issues/1143
|
||||
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=1815544
|
||||
---
|
||||
src/gui-wizard-gtk/wizard.glade | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/gui-wizard-gtk/wizard.glade b/src/gui-wizard-gtk/wizard.glade
|
||||
index e86fc90b..f7782ba2 100644
|
||||
--- a/src/gui-wizard-gtk/wizard.glade
|
||||
+++ b/src/gui-wizard-gtk/wizard.glade
|
||||
@@ -705,6 +705,7 @@
|
||||
<property name="expand">True</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="editable">False</property>
|
||||
+ <property name="wrap-mode">word</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
--
|
||||
2.25.1
|
||||
|
@ -14,12 +14,11 @@
|
||||
|
||||
Summary: Generic library for reporting various problems
|
||||
Name: libreport
|
||||
Version: 2.12.0
|
||||
Release: 4%{?dist}
|
||||
Version: 2.13.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://abrt.readthedocs.org/
|
||||
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Patch0001: 0001-gui-wizard-gtk-Wrap-event-log-messages.patch
|
||||
|
||||
BuildRequires: %{dbus_devel}
|
||||
BuildRequires: gtk3-devel
|
||||
@ -449,7 +448,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/ignored_words.conf
|
||||
%{_datadir}/%{name}/conf.d/libreport.conf
|
||||
%{_libdir}/libreport.so.*
|
||||
%{_libdir}/libabrt_dbus.so.*
|
||||
%{_mandir}/man5/libreport.conf.5*
|
||||
%{_mandir}/man5/report_event.conf.5*
|
||||
%{_mandir}/man5/forbidden_words.conf.5*
|
||||
@ -491,12 +489,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_includedir}/libreport/reporters.h
|
||||
%{_includedir}/libreport/global_configuration.h
|
||||
# Private api headers:
|
||||
%{_includedir}/libreport/internal_abrt_dbus.h
|
||||
%{_includedir}/libreport/internal_libreport.h
|
||||
%{_includedir}/libreport/xml_parser.h
|
||||
%{_includedir}/libreport/helpers
|
||||
%{_libdir}/libreport.so
|
||||
%{_libdir}/libabrt_dbus.so
|
||||
%{_libdir}/pkgconfig/libreport.pc
|
||||
%dir %{_includedir}/libreport
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libreport-2.12.0.tar.gz) = e79163db3807c695aba636474441502c5d4f8c38bb6582d133179c324bc66451b89c2d9c7b60d5686bd85db64e6d6193815b07f0a364c23d98f8d1594a5e658f
|
||||
SHA512 (libreport-2.13.0.tar.gz) = 9be3016770304ed3679bc4a7321425628cc5fc1d2927e1a36cbf9d0a743562f1b47c88e511537221276e0d1e04feaeb38de642a862dd8ca63ce7749db73a6f49
|
||||
|
Loading…
Reference in New Issue
Block a user