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
This commit is contained in:
DistroBaker 2021-01-15 22:31:24 +00:00
parent 90147e8a8b
commit a3a9402200

View File

@ -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 <kevin@scrye.com> - 2.14.3-9
- Fix typo in last commit
* Fri Jan 15 2021 Kevin Fenzi <kevin@scrye.com> - 2.14.3-8
- Add missing dependency on cffi. Fixes rhbz#1914874