Hello community,

here is the log from the commit of package libpt2 for openSUSE:Factory checked 
in at 2017-08-24 17:40:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpt2 (Old)
 and      /work/SRC/openSUSE:Factory/.libpt2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpt2"

Thu Aug 24 17:40:16 2017 rev:38 rq:517148 version:2.10.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpt2/libpt2.changes    2016-05-31 
12:09:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libpt2.new/libpt2.changes       2017-08-24 
17:40:20.734273163 +0200
@@ -1,0 +2,5 @@
+Mon Aug 14 12:44:07 UTC 2017 - [email protected]
+
+- missing-decls.patch: fix missing declarations
+
+-------------------------------------------------------------------

New:
----
  missing-decls.patch

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

Other differences:
------------------
++++++ libpt2.spec ++++++
--- /var/tmp/diff_new_pack.NByo9L/_old  2017-08-24 17:40:21.978098048 +0200
+++ /var/tmp/diff_new_pack.NByo9L/_new  2017-08-24 17:40:21.982097485 +0200
@@ -44,6 +44,8 @@
 Patch5:         libpt2-gcc5-fixes.patch
 # PATCH-FIX-OPENSUSE libpt2-2.10.11-gcc6.patch [email protected] -- Fix 
build against GCC 6
 Patch6:         libpt2-2.10.11-gcc6.patch
+# PATCH-FIX-UPSTREAM missing-decls.patch -- Fix missing declarations
+Patch7:         missing-decls.patch
 BuildRequires:  SDL-devel
 BuildRequires:  bison
 BuildRequires:  cyrus-sasl-devel
@@ -191,6 +193,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 export CXXFLAGS="%optflags -fvisibility-inlines-hidden"

++++++ missing-decls.patch ++++++
Index: ptlib-2.10.11/src/ptlib/unix/channel.cxx
===================================================================
--- ptlib-2.10.11.orig/src/ptlib/unix/channel.cxx
+++ ptlib-2.10.11/src/ptlib/unix/channel.cxx
@@ -36,6 +36,7 @@
 
 #include <ptlib.h>
 #include <sys/ioctl.h>
+#include <sys/uio.h>
 
 
 #include "../common/pchannel.cxx"

Reply via email to