rpms/mythtv/devel mythtv.spec,1.58,1.59

Jarod Wilson jarod at rpmfusion.org
Sun Nov 22 06:48:28 CET 2009


Author: jarod

Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27170/devel

Modified Files:
	mythtv.spec 
Log Message:
shiny new mythtv builds for f10 and f11 too


Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- mythtv.spec	9 Nov 2009 15:11:56 -0000	1.58
+++ mythtv.spec	22 Nov 2009 05:48:27 -0000	1.59
@@ -141,6 +141,8 @@
 Source109: mythtv-setup.desktop
 Source110: mysql.txt
 Source401: mythweb.conf
+Patch1:    mythtv-%{version}-svnfixes.patch
+Patch2:    mythplugins-%{version}-svnfixes.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -827,6 +829,7 @@
 ##### MythTV
 
 cd mythtv-%{version}
+%patch1 -p1
 
 # Drop execute permissions on contrib bits, since they'll be %doc
     find contrib/ -type f -exec chmod -x "{}" \;
@@ -875,6 +878,7 @@
 %if %{with_plugins}
 
 cd mythplugins-%{version}
+%patch2 -p1
 
 # Fix /mnt/store -> /var/lib/mythmusic
     cd mythmusic
@@ -1481,6 +1485,9 @@
 ################################################################################
 
 %changelog
+* Fri Nov 13 2009 Jarod Wilson <jarod at wilsonet.com> 0.22-2
+- Updates from release-0-22-fixes branch, r22815
+
 * Mon Nov 09 2009 Jarod Wilson <jarod at wilsonet.com> 0.22-1
 - Update to 0.22 release
 



More information about the rpmfusion-commits mailing list