Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097)

Related: #1984097
This commit is contained in:
Florian Weimer 2021-07-28 11:36:22 +02:00
parent c646fff977
commit 66c150948e

View File

@ -3,7 +3,7 @@
Summary: A popular and easy to use graphical IRC (chat) client
Name: hexchat
Version: 2.14.3
Release: 15%{?dist}
Release: 16%{?dist}
License: GPLv2+
URL: https://hexchat.github.io
Source: https://dl.hexchat.net/hexchat/%{name}-%{version}.tar.xz
@ -84,6 +84,9 @@ This package contains the development files for %{name}.
%{_libdir}/pkgconfig/hexchat-plugin.pc
%changelog
* Wed Jul 28 2021 Florian Weimer <fweimer@redhat.com> - 2.14.3-16
- Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097)
* Mon Jul 12 2021 Debarshi Ray <rishi@fedoraproject.org> - 2.14.3-15
- Avoid direct use of libproxy
Resolves: #1981509