diff --git a/hexchat.spec b/hexchat.spec index aa05e5d..f6b4a51 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: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ URL: https://hexchat.github.io Source: https://dl.hexchat.net/hexchat/%{name}-%{version}.tar.xz @@ -28,7 +28,7 @@ BuildRequires: pkgconfig(libpci) BuildRequires: pkgconfig(lua) BuildRequires: perl-devel, perl-ExtUtils-Embed BuildRequires: python3-cffi -Requires: python3-cff1 +Requires: python3-cffi Requires: (enchant or enchant2) Recommends: sound-theme-freedesktop @@ -79,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-9 +- Fix typo in last commit + * Fri Jan 15 2021 Kevin Fenzi - 2.14.3-8 - Add missing dependency on cffi. Fixes rhbz#1914874