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#5f0693cf3170d73c3b186fee83ea3c19b6bfa471
This commit is contained in:
DistroBaker 2021-01-15 22:28:05 +00:00
parent ba271c6e75
commit 90147e8a8b

View File

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