[SCM] kodi-pvr-hts/master: [API 5.0.0] bump pvr api and addon version

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Fri Nov 4 23:23:37 UTC 2016


The following commit has been merged in the master branch:
commit 8050440d1f647644436d69544297ffaf5f129976
Author: Kai Sommerfeld <kai.sommerfeld at gmx.com>
Date:   Wed Jan 13 17:36:04 2016 +0100

    [API 5.0.0] bump pvr api and addon version

diff --git a/pvr.hts/addon.xml.in b/pvr.hts/addon.xml.in
index 913802d..028c861 100644
--- a/pvr.hts/addon.xml.in
+++ b/pvr.hts/addon.xml.in
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <addon
   id="pvr.hts"
-  version="3.0.2"
+  version="3.1.0"
   name="Tvheadend HTSP Client"
   provider-name="Adam Sutton, Sam Stenvall, Lars Op den Kamp, Kai Sommerfeld">
   <requires>
     <c-pluff version="0.1"/>
-    <import addon="xbmc.pvr" version="4.2.0"/>
+    <import addon="xbmc.pvr" version="5.0.0"/>
     <import addon="xbmc.codec" version="1.0.1"/>
   </requires>
   <extension
diff --git a/pvr.hts/changelog.txt b/pvr.hts/changelog.txt
index 97b3c94..d57b26c 100644
--- a/pvr.hts/changelog.txt
+++ b/pvr.hts/changelog.txt
@@ -1,3 +1,6 @@
+3.1.0
+- Updated to PVR API v5.0.0
+
 3.0.2
 - updated to PVR API v4.2.0 (implemented IsRealTimeStream)
 

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list