commit abacd1634dfacb9a8b0c3febdaee95b03c119a81
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Thu May 10 08:47:26 2018 -0500
Update to v29.1-18-g5f20e4f3f7 from branch fixes/29
.gitignore | 1 +
mythtv.spec | 11 +++++++----
sources | 2 +-
update_fixes.sh | 2 +-
4 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6854319..38488f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ mythtv-0.27.5.tar.gz
/mythtv-29.0-771115f47d.tar.gz
/mythtv-29.1-9b7b962834.tar.gz
/mythtv-29.1-925ceea0fb.tar.gz
+/mythtv-29.1-5f20e4f3f7.tar.gz
diff --git a/mythtv.spec b/mythtv.spec
index 3f7c4b7..443b6da 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -57,10 +57,10 @@
%define desktop_applications mythfrontend mythtv-setup
# MythTV Version string -- preferably the output from git describe
-%define githash 925ceea0fb269b005ae94381374419b1c8389f5e
+%define githash 5f20e4f3f7e1dc3199888e9004d91b835a78f302
%define shorthash %(c=%{githash}; echo ${c:0:10})
-%define vers_string v29.1-8-g925ceea0fb
-%define rel_string .20180228.8.g925ceea0fb
+%define vers_string v29.1-18-g5f20e4f3f7
+%define rel_string .20180509.18.g5f20e4f3f7
%define branch fixes/29
@@ -72,7 +72,7 @@
#
Name: mythtv
Version: 29.1
-Release: 15%{?rel_string}%{?dist}
+Release: 16%{?rel_string}%{?dist}
Summary: A digital video recorder (DVR) application
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -1396,6 +1396,9 @@ exit 0
%changelog
+* Thu May 10 2018 Richard Shaw <hobbes1069(a)gmail.com> -
29.1-16.20180509.18.g5f20e4f3f7
+- Update to v29.1-18-g5f20e4f3f7 from branch fixes/29
+
* Fri Mar 09 2018 Sérgio Basto <sergio(a)serjux.com> -
29.1-15.20180228.8.g925ceea0fb
- Fixes nothing provides mythnetvision needed by mythplugins on epel7
diff --git a/sources b/sources
index a5f09ca..05c974b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-14a9c7932412f5eff7fa4d81836ea094 mythtv-29.1-925ceea0fb.tar.gz
+89bbcf212417fb3f16c70058dd2ee58c mythtv-29.1-5f20e4f3f7.tar.gz
diff --git a/update_fixes.sh b/update_fixes.sh
index 4c605e0..7fb106a 100755
--- a/update_fixes.sh
+++ b/update_fixes.sh
@@ -1,4 +1,4 @@
-git clone
git://github.com/MythTV/mythtv.git
+#git clone
git://github.com/MythTV/mythtv.git
version=29.1
branch=fixes/29
pushd mythtv