Enable 24bit colour support - rhbz#1154186

This commit is contained in:
Marcin Juszkiewicz 2015-04-09 12:34:41 +02:00
parent 1a0fbd8cdc
commit 8e7a195a90

View File

@ -3,7 +3,7 @@
Summary: Modular text mode IRC client with Perl scripting
Name: irssi
Version: 0.8.17
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+
Group: Applications/Communications
@ -43,7 +43,8 @@ autoreconf -i
--with-proxy \
--with-bot \
--with-perl=yes \
--with-perl-lib=vendor
--with-perl-lib=vendor \
--enable-true-color
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
mv irssi-config.h irssi-config-$(getconf LONG_BIT).h
@ -86,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Apr 09 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 0.8.17-2
- Enable 24bit colour support
* Mon Oct 13 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 0.8.17-1
- New version
Resolves: rhbz#1152060