Hello community,

here is the log from the commit of package irssi for openSUSE:Factory checked 
in at 2014-02-11 10:28:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2013-09-27 
17:37:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.irssi.new/irssi.changes 2014-02-11 
10:28:10.000000000 +0100
@@ -1,0 +2,9 @@
+Wed Jan 22 17:50:40 UTC 2014 - mrueck...@suse.de
+
+- added irssi-0.8.16_missing_prototype_warnings.patch:
+  Fixes a compiler warning about missing prototype for SOCKSinit
+- added -DGLIB_DISABLE_DEPRECATION_WARNINGS to reduce the noise
+- added dante-devel as requires to irssi-devel so plugins can be
+  compiled again
+
+-------------------------------------------------------------------

New:
----
  irssi-0.8.16_missing_prototype_warnings.patch

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

Other differences:
------------------
++++++ irssi.spec ++++++
--- /var/tmp/diff_new_pack.cbQx9S/_old  2014-02-11 10:28:11.000000000 +0100
+++ /var/tmp/diff_new_pack.cbQx9S/_new  2014-02-11 10:28:11.000000000 +0100
@@ -47,6 +47,8 @@
 Patch:          irssi-0.8.15_ssl_proxy.patch
 # PATCH-FIX-OPENSUSE irssi-0.8.15-ssl-passphrase.patch bnc#842532
 Patch1:         irssi-0.8.15-ssl-passphrase.patch
+# PATCH-FIX-OPENSUSE irssi-0.8.16_missing_prototype_warnings.patch
+Patch2:         irssi-0.8.16_missing_prototype_warnings.patch
 #
 Summary:        Modular, Secure, and Well Designed IRC Client
 License:        GPL-2.0+
@@ -77,6 +79,7 @@
 
 %package devel
 Requires:       %{pkg_name} = %{version}
+Requires:       dante-devel
 #
 Summary:        Development package for irssi
 Group:          Development/Languages/C and C++
@@ -95,6 +98,7 @@
 %setup -q
 #patch
 %patch1 -p1
+%patch2
 
 %build
 # cp curses.m4 acinclude.m4
@@ -103,7 +107,7 @@
 %if 0%{?sles_version} == 9
 export PKG_CONFIG_PATH="/opt/gnome/%{_lib}/pkgconfig:$PKG_CONFIG_PATH"
 %endif
-export CFLAGS="%{optflags} -fno-strict-aliasing"
+export CFLAGS="%{optflags} -fno-strict-aliasing 
-DGLIB_DISABLE_DEPRECATION_WARNINGS"
 %configure              \
                --enable-ipv6   \
                --with-bot      \

++++++ irssi-0.8.16_missing_prototype_warnings.patch ++++++
Index: src/fe-none/irssi.c
===================================================================
--- src/fe-none/irssi.c.orig
+++ src/fe-none/irssi.c
@@ -24,6 +24,8 @@
 #include "args.h"
 #include "signals.h"
 #include "core.h"
+/* needed for SOCKSinit prototype */
+#include "core/network.h"
 
 #ifdef HAVE_STATIC_PERL
 void perl_core_init(void);
Index: src/fe-text/irssi.c
===================================================================
--- src/fe-text/irssi.c.orig
+++ src/fe-text/irssi.c
@@ -25,6 +25,8 @@
 #include "signals.h"
 #include "levels.h"
 #include "core.h"
+/* needed for SOCKSinit prototype */
+#include "core/network.h"
 #include "settings.h"
 #include "session.h"
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to