From a3a940220066a5823ad74144df6b8c35ffcb8ef5 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 15 Jan 2021 22:31:24 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/hexchat.git#3d4475b1986a979eedea17c739669fb1f374072a --- hexchat.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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