Hello community,
here is the log from the commit of package vdr-plugin-epgsearch for
openSUSE:Factory checked in at 2015-03-11 09:56:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2014-11-26 10:33:45.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.vdr-plugin-epgsearch.new/vdr-plugin-epgsearch.changes
2015-03-11 09:56:52.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Mar 4 12:47:21 UTC 2015 - [email protected]
+
+- add patch epgsearch-vdr-2.2.patch to fix build with VDR 2.2
+
+-------------------------------------------------------------------
New:
----
epgsearch-vdr-2.2.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ vdr-plugin-epgsearch.spec ++++++
--- /var/tmp/diff_new_pack.LJYcLv/_old 2015-03-11 09:56:53.000000000 +0100
+++ /var/tmp/diff_new_pack.LJYcLv/_new 2015-03-11 09:56:53.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package vdr-plugin-epgsearch
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -30,7 +30,8 @@
Version: %pkgversion
Release: 0
Source: %plugintarball
-Patch: %pluginname-1.0.1.beta5-fix-bashisms.patch
+Patch0: %pluginname-1.0.1.beta5-fix-bashisms.patch
+Patch1: epgsearch-vdr-2.2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: VDR %pluginname plugin
License: GPL-2.0+
@@ -51,7 +52,8 @@
%vdrname %pluginname plugin
%prep
%setup -q -n %plugindir
-%patch -p1
+%patch0 -p1
+%patch1 -p1
chmod 644 scripts/*
rm -f scripts/*~
++++++ epgsearch-vdr-2.2.patch ++++++
Index: b/uservars.h
===================================================================
--- a/uservars.h
+++ b/uservars.h
@@ -538,7 +538,11 @@ class cVideodirVar : public cInternalVar
cVideodirVar() : cInternalVar("videodir") {}
string Evaluate(const cEvent*, bool escapeStrings = false)
{
+#if APIVERSNUM >= 20200
+ return cVideoDirectory::Name();
+#else
return VideoDirectory;
+#endif
}
};
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]