commit d280c6dc09c3aea1b7309d2e54f2ba7e47eeb612
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Mar 19 15:27:36 2018 +0100
Update to latest stable release for Kodi 18
.gitignore | 1 +
kodi-pvr-hts.spec | 31 +++++++++++++++++--------------
sources | 2 +-
3 files changed, 19 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2349372..e4dc87a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/kodi-pvr-hts-5629396.tar.gz
/kodi-pvr-hts-3211941.tar.gz
+/pvr.hts-095784b.tar.gz
diff --git a/kodi-pvr-hts.spec b/kodi-pvr-hts.spec
index 4422ffa..01094f4 100644
--- a/kodi-pvr-hts.spec
+++ b/kodi-pvr-hts.spec
@@ -1,35 +1,35 @@
-%global commit 3211941dade740ad92581f488402146794798e74
-%global short_commit %(c=%{commit}; echo ${c:0:7})
-%global commit_date 20170827
+%global commit 095784b3190ee36abdc0001f267dbbd2db29ca2e
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global commitdate 20180205
%global kodi_addon pvr.hts
-%global kodi_version 17.0
+%global kodi_version 18.0
Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (
https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 3.4.28
-Release: 2%{?dist}
-Summary: Kodi's frontend for Tvheadend
+Version: 4.2.13
+Release: 1%{?dist}
+Summary: TVHeadEnd PVR for Kodi
-Group: Applications/Multimedia
-# Addon is GPLv2+. Portions of lib/libhts are LGPLv2+
+# Addon is GPLv2+. SHA1 implementation from FFmpeg bundled in
+# lib/libhts is LGPLv2+
License: GPLv2+ and LGPLv2+
URL:
https://github.com/kodi-pvr/%{kodi_addon}/
-Source0:
https://github.com/kodi-pvr/%{kodi_addon}/archive/%{short_commit}/%{name}...
+Source0:
https://github.com/kodi-pvr/%{kodi_addon}/archive/%{shortcommit}/%{kodi_a...
-BuildRequires: gcc
+BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: kodi-platform-devel >= %{kodi_version}
BuildRequires: kodi-devel >= %{kodi_version}
BuildRequires: platform-devel
Requires: kodi >= %{kodi_version}
-Provides: bundled(sha1-niedermayer)
+Provides: bundled(sha1-ffmpeg)
ExclusiveArch: i686 x86_64
%description
-Tvheadend frontend; supporting streaming of Live TV and recordings, EPG, timers.
+%{summary}.
%prep
@@ -37,7 +37,7 @@ Tvheadend frontend; supporting streaming of Live TV and recordings, EPG,
timers.
%build
-%cmake -DCMAKE_INSTALL_LIBDIR=%{_libdir}/kodi/ .
+%cmake .
%make_build
@@ -52,6 +52,9 @@ Tvheadend frontend; supporting streaming of Live TV and recordings, EPG,
timers.
%changelog
+* Fri Mar 16 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:4.2.13-1
+- Update to latest stable release for Kodi 18
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> -
1:3.4.28-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index 37ed596..486dc4c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf084eb7030063bddf4e749edcf881b8 kodi-pvr-hts-3211941.tar.gz
+b0b4b4d696d49efba67c7171f98abbaa pvr.hts-095784b.tar.gz