|
|
@ -2,30 +2,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
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.16.0
|
|
|
|
Version: 2.14.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
Group: Applications/Internet
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2051561
|
|
|
|
|
|
|
|
Patch0: hexchat-Install-icons-as-io.github.Hexchat.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: hicolor-icon-theme
|
|
|
|
BuildRequires: hicolor-icon-theme
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
BuildRequires: pkgconfig(gtk+-2.0)
|
|
|
|
BuildRequires: pkgconfig(gtk+-2.0)
|
|
|
|
BuildRequires: pkgconfig(dbus-glib-1)
|
|
|
|
BuildRequires: pkgconfig(dbus-glib-1)
|
|
|
|
BuildRequires: pkgconfig(libcanberra)
|
|
|
|
BuildRequires: pkgconfig(libcanberra)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(libnotify)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(libproxy-1.0)
|
|
|
|
BuildRequires: pkgconfig(iso-codes)
|
|
|
|
BuildRequires: pkgconfig(iso-codes)
|
|
|
|
BuildRequires: pkgconfig(openssl)
|
|
|
|
BuildRequires: pkgconfig(openssl)
|
|
|
|
BuildRequires: pkgconfig(python3)
|
|
|
|
BuildRequires: pkgconfig(python3)
|
|
|
|
BuildRequires: pkgconfig(libpci)
|
|
|
|
BuildRequires: pkgconfig(libpci)
|
|
|
|
BuildRequires: pkgconfig(lua)
|
|
|
|
BuildRequires: pkgconfig(lua)
|
|
|
|
BuildRequires: perl-devel, perl-ExtUtils-Embed
|
|
|
|
BuildRequires: perl-devel, perl-ExtUtils-Embed
|
|
|
|
BuildRequires: python3-cffi
|
|
|
|
|
|
|
|
Requires: python3-cffi
|
|
|
|
|
|
|
|
Requires: (enchant or enchant2)
|
|
|
|
Requires: (enchant or enchant2)
|
|
|
|
Recommends: sound-theme-freedesktop
|
|
|
|
Recommends: sound-theme-freedesktop
|
|
|
|
|
|
|
|
|
|
|
@ -37,6 +34,7 @@ are possible.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
This package contains the development files for %{name}.
|
|
|
|
This package contains the development files for %{name}.
|
|
|
@ -64,9 +62,8 @@ This package contains the development files for %{name}.
|
|
|
|
%{_libdir}/hexchat/plugins/sysinfo.so
|
|
|
|
%{_libdir}/hexchat/plugins/sysinfo.so
|
|
|
|
%{_libdir}/hexchat/plugins/perl.so
|
|
|
|
%{_libdir}/hexchat/plugins/perl.so
|
|
|
|
%{_libdir}/hexchat/plugins/python.so
|
|
|
|
%{_libdir}/hexchat/plugins/python.so
|
|
|
|
%{_libdir}/hexchat/python
|
|
|
|
|
|
|
|
%{_datadir}/applications/%{app_id}.desktop
|
|
|
|
%{_datadir}/applications/%{app_id}.desktop
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/%{app_id}.*
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
|
|
|
%{_datadir}/metainfo/%{app_id}.appdata.xml
|
|
|
|
%{_datadir}/metainfo/%{app_id}.appdata.xml
|
|
|
|
%{_datadir}/dbus-1/services/org.hexchat.service.service
|
|
|
|
%{_datadir}/dbus-1/services/org.hexchat.service.service
|
|
|
|
%{_mandir}/man1/*.gz
|
|
|
|
%{_mandir}/man1/*.gz
|
|
|
@ -76,99 +73,7 @@ This package contains the development files for %{name}.
|
|
|
|
%{_libdir}/pkgconfig/hexchat-plugin.pc
|
|
|
|
%{_libdir}/pkgconfig/hexchat-plugin.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Jul 10 2023 Debarshi Ray <rishi@fedoraproject.org> - 2.16.0-2
|
|
|
|
* Tue Jun 26 2018 Debarshi Ray <rishi@fedoraproject.org> 2.14.1-2
|
|
|
|
- Unbreak notification icon
|
|
|
|
|
|
|
|
Resolves: #2051561
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 13 2021 Debarshi Ray <rishi@fedoraproject.org> - 2.16.0-1
|
|
|
|
|
|
|
|
- Update to 2.16.0
|
|
|
|
|
|
|
|
Resolves: #1965883
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.14.3-17
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.14.3-14
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
|
|
|
|
|
Related: rhbz#1971065
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.14.3-13
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 12 2021 Kevin Fenzi <kevin@scrye.com> - 2.14.3-12
|
|
|
|
|
|
|
|
- Add patch to fix exception in python3 plugin.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 06 2021 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 2.14.3-11
|
|
|
|
|
|
|
|
- Include patch to fix underscore not being printed correctly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.3-10
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 30 2020 Kevin Fenzi <kevin@scrye.com> - 2.14.3-7
|
|
|
|
|
|
|
|
- Backport new python plugin from devel upstream. RHBZ#1883982
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.3-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.14.3-5
|
|
|
|
|
|
|
|
- Perl 5.32 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.14.3-4
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 27 2020 Kevin Fenzi <kevin@scrye.com> - 2.14.3-3
|
|
|
|
|
|
|
|
- Add patch to link better against python3.8. Fixes #1817862
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.3-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 07 2020 Kevin Fenzi <kevin@scrye.com> - 2.14.3-1
|
|
|
|
|
|
|
|
- Update to 2.14.3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.14.2-6
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.2-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.14.2-4
|
|
|
|
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 30 2019 Adam Williamson <awilliam@redhat.com> - 2.14.2-3
|
|
|
|
|
|
|
|
- Apply a fix suggested by ncoghlan for the crash-on-exit bug (#1632039)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.2-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 06 2018 Gwyn Ciesla <limburgher@gmail.com> - 2.14.2-1
|
|
|
|
|
|
|
|
- 2.14.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.1-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 04 2018 Petr Pisar <ppisar@redhat.com> - 2.14.1-5
|
|
|
|
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 02 2018 Kevin Fenzi <kevin@scrye.com> - 2.14.1-4
|
|
|
|
|
|
|
|
- Rebuild for python 3.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.14.1-3
|
|
|
|
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 21 2018 Patrick Griffis <tingping@fedoraproject.org> 2.14.1-2
|
|
|
|
|
|
|
|
- Always use lua over luajit, just more common
|
|
|
|
- Always use lua over luajit, just more common
|
|
|
|
- Remove no longer needed snippets
|
|
|
|
- Remove no longer needed snippets
|
|
|
|
- Add enchant/enchant2 to requires
|
|
|
|
- Add enchant/enchant2 to requires
|
|
|
|