diff --git a/irssi.changes b/irssi.changes index a9898d1..460ef67 100644 --- a/irssi.changes +++ b/irssi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 11 11:19:29 UTC 2013 - mrueckert@suse.de + +- added dante-devel to buildrequires to fix the socks support + (bnc#794748) +- added -fno-strict-aliasing to the cflags + ------------------------------------------------------------------- Mon Feb 13 10:47:57 UTC 2012 - coolo@suse.com diff --git a/irssi.spec b/irssi.spec index 55157a4..aaa6cb7 100644 --- a/irssi.spec +++ b/irssi.spec @@ -23,6 +23,7 @@ Release: 0 # # BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: dante-devel BuildRequires: glib2-devel BuildRequires: ncurses-devel BuildRequires: openssl-devel @@ -96,6 +97,7 @@ Authors: %if 0%{?sles_version} == 9 export PKG_CONFIG_PATH="/opt/gnome/%{_lib}/pkgconfig:$PKG_CONFIG_PATH" %endif +export CFLAGS="%{optflags} -fno-strict-aliasing" %configure \ --enable-ipv6 \ --with-bot \