Hello community,

here is the log from the commit of package irssi for openSUSE:Factory checked 
in at 2014-09-10 07:28:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/irssi (Old)
 and      /work/SRC/openSUSE:Factory/.irssi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "irssi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/irssi/irssi.changes      2014-07-29 
21:22:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.irssi.new/irssi.changes 2014-09-10 
10:19:53.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Sep  4 15:31:08 UTC 2014 - [email protected]
+
+- add conditional to enable socks support but disable by default.
+  unless we can find a way to have socks support so it works
+  without an existing socks.conf.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ irssi.spec ++++++
--- /var/tmp/diff_new_pack.jPbcYA/_old  2014-09-10 10:19:54.000000000 +0200
+++ /var/tmp/diff_new_pack.jPbcYA/_new  2014-09-10 10:19:54.000000000 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%bcond_with socks
 
 Name:           irssi
 Version:        0.8.16
@@ -23,9 +24,11 @@
 #
 #
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if %{with socks}
 %if 0%{?suse_version} > 1110
 BuildRequires:  dante-devel
 %endif
+%endif
 BuildRequires:  glib2-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
@@ -112,8 +115,10 @@
                --enable-ipv6   \
                --with-bot      \
                --with-proxy    \
-               --with-socks    \
                --enable-ssl    \
+    %if %{with socks}
+    --with-socks    \
+    %endif
                --with-ncurses  \
                --with-terminfo \
                --with-perl=yes \


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to