Hello community,

here is the log from the commit of package vdr-plugin-satip for 
openSUSE:Factory checked in at 2017-09-05 15:20:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vdr-plugin-satip (Old)
 and      /work/SRC/openSUSE:Factory/.vdr-plugin-satip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vdr-plugin-satip"

Tue Sep  5 15:20:02 2017 rev:9 rq:521038 version:2.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/vdr-plugin-satip/vdr-plugin-satip.changes        
2017-02-21 13:49:53.460232791 +0100
+++ /work/SRC/openSUSE:Factory/.vdr-plugin-satip.new/vdr-plugin-satip.changes   
2017-09-05 15:20:05.556144080 +0200
@@ -1,0 +2,5 @@
+Tue Sep  5 09:06:20 UTC 2017 - [email protected]
+
+- add satip-2.2.4-add-cctype-include.diff to fix build with new gcc
+
+-------------------------------------------------------------------

New:
----
  satip-2.2.4-add-cctype-include.diff

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

Other differences:
------------------
++++++ vdr-plugin-satip.spec ++++++
--- /var/tmp/diff_new_pack.dlAy9w/_old  2017-09-05 15:20:06.284041764 +0200
+++ /var/tmp/diff_new_pack.dlAy9w/_new  2017-09-05 15:20:06.288041202 +0200
@@ -33,6 +33,7 @@
 Group:          Productivity/Multimedia/Other
 Url:            http://www.saunalahti.fi/~rahrenbe/vdr/satip/
 Source0:        
http://www.saunalahti.fi/~rahrenbe/vdr/satip/files/vdr-satip-%{version}.tgz
+Patch0:         satip-2.2.4-add-cctype-include.diff
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 %if %have_pugixml
@@ -56,6 +57,7 @@
 
 %prep
 %setup -q -n satip-%{version}
+%patch0 -p1
 
 %build
 # use msgmerge wrapper

++++++ satip-2.2.4-add-cctype-include.diff ++++++
diff --git a/satip.c b/satip.c
index 089c3e2..b4b2d00 100644
--- a/satip.c
+++ b/satip.c
@@ -15,6 +15,8 @@
 #include "poller.h"
 #include "setup.h"
 
+#include <cctype>
+
 #if defined(LIBCURL_VERSION_NUM) && LIBCURL_VERSION_NUM < 0x072400
 #warning "CURL version >= 7.36.0 is recommended"
 #endif

Reply via email to