Hello community,

here is the log from the commit of package vdr-plugin-satip for 
openSUSE:Factory checked in at 2016-06-19 10:50:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vdr-plugin-satip (Old)
 and      /work/SRC/openSUSE:Factory/.vdr-plugin-satip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vdr-plugin-satip"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vdr-plugin-satip/vdr-plugin-satip.changes        
2015-11-02 12:55:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.vdr-plugin-satip.new/vdr-plugin-satip.changes   
2016-06-19 10:50:42.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 17 20:03:28 UTC 2016 - seife+...@b1-systems.com
+
+- add vdr-satip-gcc6.patch to fix build with GCC 6
+
+-------------------------------------------------------------------

New:
----
  vdr-satip-gcc6.patch

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

Other differences:
------------------
++++++ vdr-plugin-satip.spec ++++++
--- /var/tmp/diff_new_pack.G4Q4YN/_old  2016-06-19 10:50:43.000000000 +0200
+++ /var/tmp/diff_new_pack.G4Q4YN/_new  2016-06-19 10:50:43.000000000 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package vdr-plugin-satip
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2014,2015 B1 Systems GmbH, Vohburg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2014,2015,2016 B1 Systems GmbH, Vohburg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,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:         vdr-satip-gcc6.patch
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  tinyxml-devel
@@ -44,6 +45,7 @@
 
 %prep
 %setup -q -n satip-%{version}
+%patch0 -p1
 
 %build
 # use msgmerge wrapper

++++++ vdr-satip-gcc6.patch ++++++
diff --git a/common.h b/common.h
index ac9ea20..a17a1fd 100644
--- a/common.h
+++ b/common.h
@@ -52,7 +52,7 @@
   do {                                                       \
      if (exp) {                                              \
         char tmp[64];                                        \
-        esyslog("[%s,%d]: "errstr": %s", __FILE__, __LINE__, \
+        esyslog("[%s,%d]: " errstr ": %s", __FILE__, __LINE__, \
                 strerror_r(errno, tmp, sizeof(tmp)));        \
         func;                                                \
         ret;                                                 \

Reply via email to