[vdr] Bring back NALU dump patch

Ville Skyttä scop at fedoraproject.org
Mon Mar 31 08:33:35 UTC 2014


commit 216c0bbfb1cc4e49ec25f335cba8e5d53d09113c
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Mar 31 11:28:20 2014 +0300

    Bring back NALU dump patch

 .gitignore |    2 +-
 sources    |    2 +-
 vdr.spec   |    9 ++++++---
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b8e3e8d..f76d372 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,6 @@
 /vdr-timer-info-0.5-1.7.13.diff
 /vdr.epgsearch-exttimeredit-0.0.2.diff
 /vdr-1.7.29-hlcutter-0.2.3.diff
-/vdr-2.1.2-naludump-0.1.diff
 /vdr-2.0.6-ttxtsubs.patch
 /opt-24_jumpplay.patch
+/vdr-2.1.5-naludump-0.1.diff
diff --git a/sources b/sources
index 260a11f..3505c90 100644
--- a/sources
+++ b/sources
@@ -4,9 +4,9 @@
 71f7281d55eba1957f4267f596b11e29  vdr.epgsearch-exttimeredit-0.0.2.diff
 da3a3ab8c2a42a320171b1648c3b3258  vdr-1.7.29-hlcutter-0.2.3.diff
 d76b06a7bf1f458a02f2d1169776fb7f  vdr_2.0.3-1.debian.tar.bz2
-6ca3d3c0794492e475d6b7656acb45fe  vdr-2.1.2-naludump-0.1.diff
 f6916524c302f3209fd0af507ab97387  vdr-2.0.6.tar.bz2
 5eb1ced307d11d94e88cf9b0ac8317c9  vdr-2.0.6-ttxtsubs.patch
 4ab8c7b2df034988632b01cb50f4ac87  opt-24_jumpplay.patch
 77a827cf356b3446d6c25ed31490b957  vdr-2.1.6-binaryskip.patch.gz
 427f940f34367f156f981921c7a9cc51  vdr-2.1.6-menuselection.patch.gz
+94dbf03ad78b10668c2aef129e254b98  vdr-2.1.5-naludump-0.1.diff
diff --git a/vdr.spec b/vdr.spec
index 2b92397..a7729b9 100644
--- a/vdr.spec
+++ b/vdr.spec
@@ -24,7 +24,7 @@
 
 Name:           vdr
 Version:        2.0.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Video Disk Recorder
 
 License:        GPLv2+
@@ -68,7 +68,7 @@ Patch8:         https://raw.githubusercontent.com/flensrocker/vdr-yavdr/master/d
 # http://www.udo-richter.de/vdr/patches.en.html#hlcutter
 Patch9:         http://www.udo-richter.de/vdr/files/vdr-1.7.29-hlcutter-0.2.3.diff
 # http://www.udo-richter.de/vdr/naludump.en.html
-Patch10:        http://www.udo-richter.de/vdr/files/vdr-2.1.2-naludump-0.1.diff
+Patch10:        http://www.udo-richter.de/vdr/files/vdr-2.1.5-naludump-0.1.diff
 # http://article.gmane.org/gmane.linux.vdr/43590
 Patch11:        %{name}-2.0.4-mainmenuhooks101.patch
 # http://projects.vdr-developer.org/git/vdr-plugin-epgsearch.git/plain/patches/timercmd-0.1_1.7.17.diff
@@ -196,7 +196,7 @@ sed \
 %patch7 -p1
 %patch8 -p1
 #TODO: patch9 -p1 -F 2
-#TODO, need one for 2.0.6: patch10 -p1
+%patch10 -p1
 %patch11 -p1
 %patch12 -p1
 # TODO: does not apply
@@ -553,6 +553,9 @@ useradd -r -g %{vdr_group} -d %{vardir} -s /sbin/nologin -M -N \
 
 
 %changelog
+* Mon Mar 31 2014 Ville Skyttä <ville.skytta at iki.fi> - 2.0.6-2
+- Bring back NALU dump patch
+
 * Sat Mar 22 2014 Ville Skyttä <ville.skytta at iki.fi> - 2.0.6-1
 - Update to 2.0.6
 - Drop NALU dump (N/A for 2.0.6 at the moment) and resumereset patches


More information about the scm-commits mailing list