Hello community,

here is the log from the commit of package xrdp for openSUSE:Factory checked in 
at 2020-03-11 18:53:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xrdp (Old)
 and      /work/SRC/openSUSE:Factory/.xrdp.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xrdp"

Wed Mar 11 18:53:52 2020 rev:32 rq:783716 version:0.9.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/xrdp/xrdp.changes        2020-02-09 
20:48:34.926880663 +0100
+++ /work/SRC/openSUSE:Factory/.xrdp.new.3160/xrdp.changes      2020-03-11 
18:55:43.367684980 +0100
@@ -1,0 +2,5 @@
+Wed Mar 11 07:52:20 UTC 2020 - Felix Zhang <fzhang.f...@gmail.com>
+
+- Update xrdp-avahi.diff: Fix implicit definitions errors.
+
+-------------------------------------------------------------------

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

Other differences:
------------------

++++++ xrdp-avahi.diff ++++++
--- /var/tmp/diff_new_pack.PXLmOl/_old  2020-03-11 18:55:43.907685222 +0100
+++ /var/tmp/diff_new_pack.PXLmOl/_new  2020-03-11 18:55:43.907685222 +0100
@@ -1,7 +1,7 @@
 Index: b/configure.ac
 ===================================================================
---- a/configure.ac     2019-08-19 23:39:17.000000000 +0800
-+++ b/configure.ac     2019-10-12 18:00:31.198468206 +0800
+--- a/configure.ac     2020-03-11 15:31:17.466041360 +0800
++++ b/configure.ac     2020-03-11 15:31:17.466041360 +0800
 @@ -9,6 +9,7 @@ AC_PROG_CC
  AC_C_CONST
  AC_PROG_LIBTOOL
@@ -12,8 +12,8 @@
    AC_MSG_ERROR([please install pkg-config])
 Index: b/xrdp/Makefile.am
 ===================================================================
---- a/xrdp/Makefile.am 2019-03-25 10:34:16.000000000 +0800
-+++ b/xrdp/Makefile.am 2019-10-12 17:56:20.380230201 +0800
+--- a/xrdp/Makefile.am 2020-03-11 15:31:17.466041360 +0800
++++ b/xrdp/Makefile.am 2020-03-11 15:31:17.466041360 +0800
 @@ -12,7 +12,9 @@ AM_CPPFLAGS = \
    -DXRDP_SOCKET_PATH=\"${socketdir}\" \
    -I$(top_builddir) \
@@ -45,8 +45,8 @@
  
 Index: b/xrdp/xrdp.h
 ===================================================================
---- a/xrdp/xrdp.h      2019-08-19 23:39:17.000000000 +0800
-+++ b/xrdp/xrdp.h      2019-10-12 17:56:20.380230201 +0800
+--- a/xrdp/xrdp.h      2020-03-11 15:31:17.466041360 +0800
++++ b/xrdp/xrdp.h      2020-03-11 15:31:17.466041360 +0800
 @@ -527,3 +527,10 @@ server_add_char_alpha(struct xrdp_mod* m
  int
  server_session_info(struct xrdp_mod *mod, const char *data, int data_bytes);
@@ -61,8 +61,8 @@
 Index: b/xrdp/xrdp_avahi.c
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ b/xrdp/xrdp_avahi.c        2019-10-12 17:56:20.380230201 +0800
-@@ -0,0 +1,173 @@
++++ b/xrdp/xrdp_avahi.c        2020-03-11 15:46:17.611966870 +0800
+@@ -0,0 +1,176 @@
 +/*
 +   This program is free software; you can redistribute it and/or modify
 +   it under the terms of the GNU General Public License as published by
@@ -85,6 +85,9 @@
 +
 +*/
 +
++#include <stdio.h>
++#include <unistd.h>
++
 +#include <avahi-client/client.h>
 +#include <avahi-client/publish.h>
 +#include <avahi-common/thread-watch.h>
@@ -238,8 +241,8 @@
 +}
 Index: b/common/arch.h
 ===================================================================
---- a/common/arch.h    2019-10-12 18:00:48.462622251 +0800
-+++ b/common/arch.h    2019-10-12 18:01:11.506827870 +0800
+--- a/common/arch.h    2020-03-11 15:31:17.466041360 +0800
++++ b/common/arch.h    2020-03-11 15:31:17.466041360 +0800
 @@ -20,28 +20,7 @@
  #define ARCH_H
  


Reply via email to