commit bdb4c39cb532111b897c1c6eec0f418a4bd2dbfc
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Wed Apr 12 15:06:53 2017 +0200
Update to 4.0.10
.gitignore | 1 +
sources | 2 +-
tvheadend-4.0.9-build.patch | 21 ---------------------
tvheadend.spec | 38 +++++++++++++++++++-------------------
4 files changed, 21 insertions(+), 41 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 65ae412..98072a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/tvheadend-4.0.9.tar.gz
/tvheadend-4.1.tar.gz
+/tvheadend-4.0.10.tar.gz
diff --git a/sources b/sources
index be67fa0..35e6382 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afe45a345151e7ce31db673e0c738e6e tvheadend-4.0.9.tar.gz
+5595958aa8a1676c0f5205bc52e549b4 tvheadend-4.0.10.tar.gz
diff --git a/tvheadend.spec b/tvheadend.spec
index 6af73bb..4eb0c69 100644
--- a/tvheadend.spec
+++ b/tvheadend.spec
@@ -2,38 +2,36 @@
%global tvheadend_group video
Name: tvheadend
-Version: 4.0.9
-Release: 5%{?dist}
+Version: 4.0.10
+Release: 1%{?dist}
Summary: TV streaming server and digital video recorder
Group: Applications/Multimedia
License: GPLv3+
URL:
https://tvheadend.org/
Source0:
https://github.com/tvheadend/%{name}/archive/v%{version}/%{name}-%{versio...
-# Fix build, see
https://github.com/tvheadend/tvheadend/commit/9ddcb8d
-Patch0: %{name}-4.0.9-build.patch
# Fix build with FFmpeg >= 3.0, based on:
# -
https://github.com/tvheadend/tvheadend/commit/ea02889
# -
https://github.com/tvheadend/tvheadend/commit/c63371c
# -
https://github.com/tvheadend/tvheadend/commit/3cbee55
# -
https://github.com/tvheadend/tvheadend/commit/374ab83
-Patch1: %{name}-4.0.9-ffmpeg_3.0.patch
+Patch0: %{name}-4.0.9-ffmpeg_3.0.patch
# Use system queue.h header
-Patch2: %{name}-4.0.9-use_system_queue.patch
+Patch1: %{name}-4.0.9-use_system_queue.patch
# Fix build with hdhomerun
-Patch3: %{name}-4.0.9-hdhomerun.patch
+Patch2: %{name}-4.0.9-hdhomerun.patch
# Fix system DTV scan tables path
-Patch4: %{name}-4.0.9-dtv_scan_tables.patch
+Patch3: %{name}-4.0.9-dtv_scan_tables.patch
# Fix systemd service and configuration:
# - Fix daemon user path
# - Fix daemon group (use video to access DVB devices)
# - Add -C option to allow UI access without login at first run
-Patch5: %{name}-4.0.9-service.patch
+Patch4: %{name}-4.0.9-service.patch
# Enforcing system crypto policies, see
#
https://fedoraproject.org/wiki/Packaging:CryptoPolicies
-Patch6: %{name}-4.0.9-crypto_policies.patch
+Patch5: %{name}-4.0.9-crypto_policies.patch
# Fix build with GCC 7
-Patch7: %{name}-4.0.9-gcc7.patch
+Patch6: %{name}-4.0.9-gcc7.patch
BuildRequires: bzip2
BuildRequires: gcc
@@ -73,17 +71,16 @@ MPEG-TS stream generated by ffmpeg/libav from a V4L device.
%prep
%setup -q
-%patch0 -p0 -b .build
# RPM Fusion provides FFMpeg 3.0 for Fedora >= 24
%if 0%{?fedora} >= 24
-%patch1 -p0 -b .ffmpeg_3.0
+%patch0 -p0 -b .ffmpeg_3.0
%endif
-%patch2 -p0 -b .use_system_queue
-%patch3 -p0 -b .hdhomerun
-%patch4 -p0 -b .dtv_scan_tables
-%patch5 -p0 -b .service
-%patch6 -p0 -b .crypto_policies
-%patch7 -p0 -b .gcc7
+%patch1 -p0 -b .use_system_queue
+%patch2 -p0 -b .hdhomerun
+%patch3 -p0 -b .dtv_scan_tables
+%patch4 -p0 -b .service
+%patch5 -p0 -b .crypto_policies
+%patch6 -p0 -b .gcc7
# Delete bundled system headers
rm -r vendor/{dvb-api,include}/
@@ -148,6 +145,9 @@ exit 0
%changelog
+* Wed Apr 12 2017 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.0.10-1
+- Update to 4.0.10
+
* Sat Mar 25 2017 Mohamed El Morabity <melmorabity(a)fedorapeople.org> - 4.0.9-5
- Fix build with GCC 7
- Enable DVBCSA support