commit 2adf80054c25f8e3c71d1a1c3c70f838a359a197
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Thu Jun 1 22:36:29 2017 +0200
Fix system DTV scan tables path
...-dtv_scan_tables.patch => tvheadend-4.2.2-dtv_scan_tables.patch | 6 +++---
tvheadend.spec | 7 +++++--
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/tvheadend-4.2.1-dtv_scan_tables.patch
b/tvheadend-4.2.2-dtv_scan_tables.patch
similarity index 65%
rename from tvheadend-4.2.1-dtv_scan_tables.patch
rename to tvheadend-4.2.2-dtv_scan_tables.patch
index f3426c0..5131026 100644
--- a/tvheadend-4.2.1-dtv_scan_tables.patch
+++ b/tvheadend-4.2.2-dtv_scan_tables.patch
@@ -1,12 +1,12 @@
diff -up ./src/input/mpegts/scanfile.c.orig ./src/input/mpegts/scanfile.c
---- ./src/input/mpegts/scanfile.c.orig 2017-04-21 10:32:22.000000000 +0200
-+++ ./src/input/mpegts/scanfile.c 2017-04-23 13:26:56.676950919 +0200
+--- ./src/input/mpegts/scanfile.c.orig 2017-05-16 13:15:24.000000000 +0200
++++ ./src/input/mpegts/scanfile.c 2017-06-01 22:30:29.150834135 +0200
@@ -903,7 +903,7 @@ scanfile_init ( const char *muxconf_path
#elif defined(PLATFORM_FREEBSD)
path = "/usr/local/share/dtv-scan-tables";
#else
- path = "/usr/share/dvb";
-+ path = "/usr/share/dvb5";
++ path = "/usr/share/dvbv5";
#endif
if (!initialized) {
diff --git a/tvheadend.spec b/tvheadend.spec
index c7e52f3..ec52a02 100644
--- a/tvheadend.spec
+++ b/tvheadend.spec
@@ -3,7 +3,7 @@
Name: tvheadend
Version: 4.2.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: TV streaming server and digital video recorder
Group: Applications/Multimedia
@@ -20,7 +20,7 @@ Patch1: %{name}-4.2.1-service.patch
# Use system queue.h header
Patch2: %{name}-4.0.9-use_system_queue.patch
# Fix system DTV scan tables path
-Patch3: %{name}-4.2.1-dtv_scan_tables.patch
+Patch3: %{name}-4.2.2-dtv_scan_tables.patch
# Enforcing system crypto policies, see
#
https://fedoraproject.org/wiki/Packaging:CryptoPolicies
Patch4: %{name}-4.2.1-crypto_policies.patch
@@ -137,6 +137,9 @@ exit 0
%changelog
+* Thu Jun 01 2017 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.2.2-2
+- Fix system DTV scan tables path
+
* Tue May 23 2017 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.2.2-1
- Update to 4.2.2
- Drop patch for GCC7 (merged upstream)