From 5e1e5e721f6e30279e7c995f4bd59d03903dd07a Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 12 Feb 2019 07:22:43 +0100 Subject: [PATCH] Fix FTBFS in Fedora rawhide/f30: Add gcc and dbus-x11 to BuildRequires (Resolves: rhbz#1676299) --- ibus-table.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ibus-table.spec b/ibus-table.spec index 6b55da1..6075e2d 100644 --- a/ibus-table.spec +++ b/ibus-table.spec @@ -4,7 +4,7 @@ Name: ibus-table Version: 1.9.21 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ URL: http://code.google.com/p/ibus/ @@ -12,9 +12,12 @@ Source0: http://mfabian.fedorapeople.org/ibus-table/%{name}-%{version}.tar.gz Requires: ibus > 1.3.0 Requires: python(abi) >= 3.3 %{?__python3:Requires: %{__python3}} +BuildRequires: gcc BuildRequires: ibus-devel > 1.3.0 BuildRequires: python3-devel BuildRequires: libappstream-glib +# for the unit tests +BuildRequires: dbus-x11 BuildRequires: ibus-table-chinese-wubi-jidian BuildRequires: ibus-table-chinese-cangjie BuildRequires: ibus-table-chinese-stroke5 @@ -98,6 +101,10 @@ make check || cat ./tests/test-suite.log %{_datadir}/pkgconfig/%{name}.pc %changelog +* Tue Feb 12 2019 Mike FABIAN - 1.9.21-4 +- Fix FTBFS in Fedora rawhide/f30: Add gcc and dbus-x11 to BuildRequires + (Resolves: rhbz#1676299) + * Fri Feb 01 2019 Fedora Release Engineering - 1.9.21-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild