Hello community,

here is the log from the commit of package talk for openSUSE:Factory checked in 
at 2017-02-19 01:03:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/talk (Old)
 and      /work/SRC/openSUSE:Factory/.talk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "talk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/talk/talk.changes        2015-03-19 
21:19:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.talk.new/talk.changes   2017-02-19 
01:03:27.255166508 +0100
@@ -1,0 +2,6 @@
+Fri Feb 17 08:53:25 UTC 2017 - pgaj...@suse.com
+
+- fix build
+  + netkit-ntalk-curses-lvalue.patch
+
+-------------------------------------------------------------------

New:
----
  netkit-ntalk-curses-lvalue.patch

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

Other differences:
------------------
++++++ talk.spec ++++++
--- /var/tmp/diff_new_pack.e4885n/_old  2017-02-19 01:03:27.703103575 +0100
+++ /var/tmp/diff_new_pack.e4885n/_new  2017-02-19 01:03:27.707103012 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package talk
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,6 +36,7 @@
 Patch5:         netkit-n%{name}-0.17-dots_in_usernames.patch
 # PATCH-FIX-UPSTREAM netkit-ntalk-0.17-close_file_on_failure.patch
 Patch6:         netkit-ntalk-0.17-close_file_on_failure.patch
+Patch7:         netkit-ntalk-curses-lvalue.patch
 %global         ncursesw_config %(set -- %{_bindir}/ncursesw*-config; echo 
${1})
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ncurses-devel
@@ -73,6 +74,7 @@
 %patch4
 %patch5
 %patch6
+%patch7 -p1
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" ./configure

++++++ netkit-ntalk-curses-lvalue.patch ++++++
Index: netkit-ntalk-0.17/talk/display.c
===================================================================
--- netkit-ntalk-0.17.orig/talk/display.c       2017-02-17 09:47:42.675898241 
+0100
+++ netkit-ntalk-0.17/talk/display.c    2017-02-17 09:52:22.516569335 +0100
@@ -147,7 +147,6 @@ real_init_display(void)
        struct sigaction sigac;
 
        /* Open curses. */
-       LINES = COLS = 0;
        if (initscr() == NULL) {
                printf("initscr failed: TERM is not set or set to an "
                       "unknown terminal type.\n");

Reply via email to