Rebuild due to bug in IPC

Resolves: #880201
This commit is contained in:
Jakub Filak 2012-11-26 14:48:23 +01:00
parent a933bf1c07
commit 0d837085d8
2 changed files with 66882 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,7 @@
Summary: Automatic bug detection and reporting tool Summary: Automatic bug detection and reporting tool
Name: abrt Name: abrt
Version: 2.0.19 Version: 2.0.19
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: https://fedorahosted.org/abrt/ URL: https://fedorahosted.org/abrt/
@ -33,6 +33,7 @@ Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
# don't remove this patch, packages in rawhide are not signed! # don't remove this patch, packages in rawhide are not signed!
Patch0: abrt-rhelkeys.patch Patch0: abrt-rhelkeys.patch
Patch1: disable_gpg_check.patch Patch1: disable_gpg_check.patch
Patch2: abrt-2.0.19-update_translations.patch
BuildRequires: dbus-devel BuildRequires: dbus-devel
BuildRequires: gtk3-devel BuildRequires: gtk3-devel
BuildRequires: rpm-devel >= 4.6 BuildRequires: rpm-devel >= 4.6
@ -243,6 +244,7 @@ uses PolicyKit to authorize to access the problem data.
%endif %endif
#Fedora #Fedora
%patch1 -p1 -b .gpgcheck %patch1 -p1 -b .gpgcheck
%patch2 -p1
%build %build
autoconf autoconf
@ -646,6 +648,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%config(noreplace) %{_sysconfdir}/libreport/events.d/dbus_event.conf %config(noreplace) %{_sysconfdir}/libreport/events.d/dbus_event.conf
%changelog %changelog
* Mon Nov 26 2012 Jakub Filak <jfilak@redhat.com> 2.0.19-2
- update translations
- Resolves: #880201
* Wed Nov 14 2012 Jakub Filak <jfilak@redhat.com> 2.0.19-1 * Wed Nov 14 2012 Jakub Filak <jfilak@redhat.com> 2.0.19-1
- call g_type_init() only in GLib version < 2.35 - call g_type_init() only in GLib version < 2.35
- plugins/*_event.conf: use reporter-bz -F FMTFILE as appropriate - plugins/*_event.conf: use reporter-bz -F FMTFILE as appropriate