Hello community,

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

Package is "vdr-plugin-epgsearch"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/vdr-plugin-epgsearch/vdr-plugin-epgsearch.changes    
    2015-03-11 09:56:52.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.vdr-plugin-epgsearch.new/vdr-plugin-epgsearch.changes
   2016-06-19 10:50:43.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 17 19:53:21 UTC 2016 - seife+...@b1-systems.com
+
+- add patch epgsearch-gcc6.patch to fix build with gcc 6
+
+-------------------------------------------------------------------

New:
----
  epgsearch-gcc6.patch

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

Other differences:
------------------
++++++ vdr-plugin-epgsearch.spec ++++++
--- /var/tmp/diff_new_pack.CdjObn/_old  2016-06-19 10:50:44.000000000 +0200
+++ /var/tmp/diff_new_pack.CdjObn/_new  2016-06-19 10:50:44.000000000 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package vdr-plugin-epgsearch
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 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
@@ -32,6 +32,7 @@
 Source:         %plugintarball
 Patch0:         %pluginname-1.0.1.beta5-fix-bashisms.patch
 Patch1:         epgsearch-vdr-2.2.patch
+Patch2:         epgsearch-gcc6.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        VDR %pluginname plugin
 License:        GPL-2.0+
@@ -54,6 +55,7 @@
 %setup -q -n %plugindir
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 chmod 644 scripts/*
 rm -f scripts/*~
 

++++++ epgsearch-gcc6.patch ++++++
Index: b/switchtimer.c
===================================================================
--- a/switchtimer.c
+++ b/switchtimer.c
@@ -157,7 +157,7 @@ bool cSwitchTimer::Save(FILE *f)
 
 cSwitchTimer* cSwitchTimers::InSwitchList(const cEvent* event)
 {
-    if (!event) return false;
+    if (!event) return NULL;
     cMutexLock SwitchTimersLock(this);
     cSwitchTimer* switchTimer = SwitchTimers.First();
     while (switchTimer)

Reply via email to