[vdr] Apply Rolf Ahrenberg's subtitles fix.

Ville Skyttä scop at fedoraproject.org
Sun Mar 18 18:02:26 UTC 2012


commit cf7176cbcb29fc6d6cf107bc9ebe59d5964fd373
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Mar 18 20:02:16 2012 +0200

    Apply Rolf Ahrenberg's subtitles fix.

 sources  |    1 +
 vdr.spec |    8 +++++++-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/sources b/sources
index 8d16692..c853dca 100644
--- a/sources
+++ b/sources
@@ -8,3 +8,4 @@ d40db7bea1b9af94d7625e611ef3dae2  vdr_1.7.23-1.debian.tar.bz2
 eb57398e44935ecb0bfc532bdfead312  vdr-1.7.26.tar.bz2
 37bc531491e4829083acdce32b930155  vdr-1.7.26-finnish.patch.gz
 4d2008ae755cf3ab56b7f54f7e3c0366  vdr-1.7.26-liemikuutio-1.34.patch.gz
+7e0b3f8a2735651cd55d07011ad3f8ee  vdr-1.7.26-dvbsubtitle.patch.gz
diff --git a/vdr.spec b/vdr.spec
index 43092a1..5ec64ac 100644
--- a/vdr.spec
+++ b/vdr.spec
@@ -25,7 +25,7 @@
 
 Name:           vdr
 Version:        1.7.26
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Video Disk Recorder
 
 License:        GPLv2+
@@ -81,6 +81,8 @@ Patch17:        http://projects.vdr-developer.org/git/vdr-plugin-epgsearch.git/p
 Patch18:        %{name}-1.7.22-msgidbugs.patch
 # http://projects.vdr-developer.org/issues/819
 Patch19:        %{name}-1.7.22-ttxtsubs-on.patch
+# http://www.linuxtv.fi/viewtopic.php?f=12&p=32248
+Patch20:        %{name}-1.7.26-dvbsubtitle.patch.gz
 
 BuildRequires:  libjpeg-devel
 BuildRequires:  libcap-devel
@@ -213,6 +215,7 @@ sed \
 #patch17 -p0 -F 3
 %patch18 -p1
 %patch19 -p1
+%patch20 -p1
 
 for f in CONTRIBUTORS HISTORY UPDATE-1.4.0 README.timer-info ; do
   iconv -f iso-8859-1 -t utf-8 -o $f.utf8 $f && mv $f.utf8 $f
@@ -550,6 +553,9 @@ rm -f %{migrfile} &>/dev/null || :
 
 
 %changelog
+* Sun Mar 18 2012 Ville Skyttä <ville.skytta at iki.fi> - 1.7.26-2
+- Apply Rolf Ahrenberg's subtitles fix.
+
 * Sun Mar 11 2012 Ville Skyttä <ville.skytta at iki.fi> - 1.7.26-1
 - Update to 1.7.26.
 


More information about the scm-commits mailing list