diff --git a/hexchat.spec b/hexchat.spec index f870687..aa05e5d 100644 --- a/hexchat.spec +++ b/hexchat.spec @@ -3,7 +3,7 @@ Summary: A popular and easy to use graphical IRC (chat) client Name: hexchat Version: 2.14.3 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ URL: https://hexchat.github.io Source: https://dl.hexchat.net/hexchat/%{name}-%{version}.tar.xz @@ -28,6 +28,7 @@ BuildRequires: pkgconfig(libpci) BuildRequires: pkgconfig(lua) BuildRequires: perl-devel, perl-ExtUtils-Embed BuildRequires: python3-cffi +Requires: python3-cff1 Requires: (enchant or enchant2) Recommends: sound-theme-freedesktop @@ -78,6 +79,9 @@ This package contains the development files for %{name}. %{_libdir}/pkgconfig/hexchat-plugin.pc %changelog +* Fri Jan 15 2021 Kevin Fenzi - 2.14.3-8 +- Add missing dependency on cffi. Fixes rhbz#1914874 + * Wed Dec 30 2020 Kevin Fenzi - 2.14.3-7 - Backport new python plugin from devel upstream. RHBZ#1883982