rpms/vdr/devel .cvsignore, 1.16, 1.17 sources, 1.16, 1.17 vdr.spec, 1.36, 1.37

Ville Skyttä scop at fedoraproject.org
Mon Feb 2 17:30:02 UTC 2009


Author: scop

Update of /cvs/pkgs/rpms/vdr/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2041

Modified Files:
	.cvsignore sources vdr.spec 
Log Message:
* Sat Jan 31 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.6.0-17
- Do not create the video group, require udev >= 136-1 which creates it.
- Replace ttxtsubs patch with one from new ttxtsubs upstream.
- Update to re-released liemikuutio 1.21 patch.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vdr/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	7 Sep 2008 15:18:36 -0000	1.16
+++ .cvsignore	2 Feb 2009 17:29:32 -0000	1.17
@@ -1,9 +1,9 @@
 vdr_1.4.5-2.ds.diff.gz
 vdr-1.6.0.tar.bz2
-vdr-1.6.0-ttxtsubs-0.0.5.diff.gz
 vdr-1.6.0-liemikuutio-1.21.diff.gz
 MainMenuHooks-v1_0.patch
 timercmd-0.1_1.6.0.diff
 vdr-1.6.0-1.diff
 vdr-1.6.0-2.diff
 vdr-timer-info-0.5-1.5.15.diff
+vdr-1.6.0-2-ttxtsubs.patch


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vdr/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	7 Sep 2008 15:18:36 -0000	1.16
+++ sources	2 Feb 2009 17:29:32 -0000	1.17
@@ -1,9 +1,9 @@
 3e9287f726df5a667054a15078235791  vdr_1.4.5-2.ds.diff.gz
 76f4ebe6525a35e33313d27a3f8e80c0  vdr-1.6.0.tar.bz2
-2e994fcf18766fed279e2a8f2a70e717  vdr-1.6.0-ttxtsubs-0.0.5.diff.gz
-f254c57830efc0f19c06c11f302c1195  vdr-1.6.0-liemikuutio-1.21.diff.gz
 f48d3f58168f89240f08162e366ac2d3  MainMenuHooks-v1_0.patch
 e9b82b88c1fa21b6fa9734ca240f6192  timercmd-0.1_1.6.0.diff
 4a6be2d47afa3a275837f1703c4df77b  vdr-1.6.0-1.diff
 875b66a90d1c6f2e25aa1221b319136b  vdr-1.6.0-2.diff
 92ee6cdf60b795d9fbcf4fdcafe401b4  vdr-timer-info-0.5-1.5.15.diff
+ded3dacb4be2958c03a50e3064164eb8  vdr-1.6.0-2-ttxtsubs.patch
+12dd9e8f637c56864dbdeb7380674d20  vdr-1.6.0-liemikuutio-1.21.diff.gz


Index: vdr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vdr/devel/vdr.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- vdr.spec	28 Dec 2008 22:28:00 -0000	1.36
+++ vdr.spec	2 Feb 2009 17:29:32 -0000	1.37
@@ -1,7 +1,7 @@
 # TODO, maybe some day:
 # - livebuffer patch, http://www.vdr-portal.de/board/thread.php?threadid=37309
 # - channelfilter patch, http://www.u32.de/vdr.html#patches
-# - rofa's parentalrating, cutter-marks patches
+# - more rofa's patches, http://www.saunalahti.fi/~rahrenbe/vdr/patches/
 
 %bcond_with       docs
 %bcond_with       plugins
@@ -21,7 +21,7 @@
 
 Name:           vdr
 Version:        1.6.0
-Release:        16%{?dist}
+Release:        17%{?dist}
 Summary:        Video Disk Recorder
 
 Group:          Applications/Multimedia
@@ -56,7 +56,8 @@
 Patch5:         %{name}-1.5.18-use-pkgconfig.patch
 # http://article.gmane.org/gmane.linux.vdr/36097
 Patch6:         %{name}-1.5.18-syncearly.patch
-Patch7:         http://www.saunalahti.fi/~rahrenbe/vdr/patches/vdr-1.6.0-ttxtsubs-0.0.5.diff.gz
+# http://projects.vdr-developer.org/repositories/entry/plg-ttxtsubs/patches/vdr-1.6.0-2-ttxtsubs.patch?format=raw
+Patch7:         %{name}-1.6.0-2-ttxtsubs.patch
 Patch8:         %{name}-1.6.0-man-section.patch
 # Patch9: http://www.udo-richter.de/vdr/files/vdr-1.5.13-hlcutter-0.2.0.diff
 # edited so that it applies on top of the liemikuutio patch (menu.c)
@@ -88,7 +89,8 @@
 BuildRequires:  doxygen
 BuildRequires:  graphviz
 %endif # docs
-Requires:       udev
+# udev >= 136-1 for the video group
+Requires:       udev >= 136-1
 Requires(pre):  shadow-utils
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
@@ -396,7 +398,6 @@
 
 
 %pre
-getent group %{vdr_group} >/dev/null || groupadd -r %{vdr_group}
 getent passwd %{vdr_user} >/dev/null || \
 useradd -r -g %{vdr_group} -d %{vardir} -s /sbin/nologin -M -n \
     -c "Video Disk Recorder" %{vdr_user}
@@ -513,6 +514,11 @@
 %endif # plugins
 
 %changelog
+* Sat Jan 31 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.6.0-17
+- Do not create the video group, require udev >= 136-1 which creates it.
+- Replace ttxtsubs patch with one from new ttxtsubs upstream.
+- Update to re-released liemikuutio 1.21 patch.
+
 * Mon Dec 29 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 1.6.0-16
 - Disable kernel DVB API check to fix build, upstream VDR 1.6.0 expects DVB
   API v3 but current Rawhide kernels have v5.




More information about the fedora-extras-commits mailing list