rpms/mythtv/F-12 mythtv.spec,1.58,1.59

Jarod Wilson jarod at rpmfusion.org
Sun Nov 22 06:03:14 CET 2009


Author: jarod

Update of /cvs/free/rpms/mythtv/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23147

Modified Files:
	mythtv.spec 
Log Message:
* Sat Nov 21 2009 Jarod Wilson <jarod at wilsonet.com> 0.22-2
- Update to release-0-22-fixes branch, svn revision 22880



Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-12/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:03:14 -0000	1.59
@@ -65,7 +65,7 @@
 %define desktop_vendor  RPMFusion
 
 # SVN Revision number and branch ID
-%define _svnrev r22752
+%define _svnrev r22880
 %define branch release
 
 #
@@ -81,7 +81,7 @@
 %if "%{branch}" == "trunk"
 Release: 0.1.svn.%{_svnrev}%{?dist}
 %else
-Release: 1%{?dist}
+Release: 2%{?dist}
 %endif
 
 # The primary license is GPLv2+, but bits are borrowed from a number of
@@ -130,7 +130,9 @@
 ################################################################################
 
 Source0:   http://www.mythtv.org/mc/mythtv-%{version}.tar.bz2
+Patch0:    mythtv-0.22-svnfixes.patch
 Source1:   http://www.mythtv.org/mc/mythplugins-%{version}.tar.bz2
+Patch1:    mythplugins-0.22-svnfixes.patch
 Source10:  PACKAGE-LICENSING
 Source101: mythbackend.sysconfig.in
 Source102: mythbackend.init.in
@@ -827,6 +829,7 @@
 ##### MythTV
 
 cd mythtv-%{version}
+%patch0 -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}
+%patch1 -p1
 
 # Fix /mnt/store -> /var/lib/mythmusic
     cd mythmusic
@@ -1481,6 +1485,9 @@
 ################################################################################
 
 %changelog
+* Sat Nov 21 2009 Jarod Wilson <jarod at wilsonet.com> 0.22-2
+- Update to release-0-22-fixes branch, svn revision 22880
+
 * 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