diff --git a/irssi.spec b/irssi.spec index 5f4cba5..9a88c9f 100644 --- a/irssi.spec +++ b/irssi.spec @@ -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 - 0.8.17-2 +- Enable 24bit colour support + * Mon Oct 13 2014 Jaroslav Škarvada - 0.8.17-1 - New version Resolves: rhbz#1152060