commit 7c9709a682b6a457f2a6e7ee3775d04c6b0d1ced
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sat Jul 27 12:56:10 2019 +0100
Update to 5.10.7 (rfbz #5304)
.gitignore | 1 +
kodi-pvr-mythtv.spec | 17 ++++++++++-------
sources | 2 +-
3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 39f1c11..0b03414 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/kodi-pvr-mythtv-a41fed4.tar.gz
/pvr.mythtv-59ff911.tar.gz
/pvr.mythtv-573f7b2.tar.gz
+/pvr.mythtv-179b6ea.tar.gz
diff --git a/kodi-pvr-mythtv.spec b/kodi-pvr-mythtv.spec
index 18f097b..ebe696d 100644
--- a/kodi-pvr-mythtv.spec
+++ b/kodi-pvr-mythtv.spec
@@ -1,6 +1,6 @@
-%global commit 573f7b29e9086464ce58dc1a1c908141d2681aa8
+%global commit 179b6ea5ad6a394a7e59be25ae72bc5033c9cb35
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global commitdate 20180901
+%global commitdate 20190408
%global kodi_addon pvr.mythtv
%global kodi_version 18.0
@@ -9,8 +9,8 @@ Name: kodi-%(tr "." "-"
<<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (
https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 5.10.2
-Release: 2%{?dist}
+Version: 5.10.7
+Release: 1%{?dist}
Summary: MythTV PVR for Kodi
# Some cppmyth private headers are LGPLv2+
@@ -20,11 +20,11 @@ License: GPLv2+ and LGPLv2+
# URL:
https://github.com/kodi-pvr/%%{kodi_addon}/
# Source0:
https://github.com/kodi-pvr/%%{kodi_addon}/archive/%%{shortcommit}/%%{kod...
URL:
https://github.com/janbar/%{kodi_addon}/
-Source0:
https://github.com/janbar/%{kodi_addon}/archive/%{shortcommit}/%{kodi_add...
+Source0: %{url}/archive/%{shortcommit}/%{kodi_addon}-%{shortcommit}.tar.gz
# Use external cppmyth library
Patch0: %{name}-5.7.0-use_external_cppmyth.patch
-BuildRequires: cmake
+BuildRequires: cmake3
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
BuildRequires: kodi-platform-devel >= %{kodi_version}
@@ -46,7 +46,7 @@ find lib/cppmyth/ -type f -not -path
"lib/cppmyth/src/private/*" -delete
%build
-%cmake .
+%cmake3 .
%make_build
@@ -61,6 +61,9 @@ find lib/cppmyth/ -type f -not -path
"lib/cppmyth/src/private/*" -delete
%changelog
+* Sat Jul 27 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1:5.10.7-1
+- Update to 5.10.7 (rfbz #5304)
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
1:5.10.2-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index 8463a23..d84d889 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9a373674a0a71e2afe73c850a838bd8 pvr.mythtv-573f7b2.tar.gz
+09b4c939ce61eb7c8e86cdb3f35caaa8 pvr.mythtv-179b6ea.tar.gz