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

Jarod Wilson jarod at rpmfusion.org
Sun Nov 22 06:51:23 CET 2009


Author: jarod

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

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/devel/mythtv.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- mythtv.spec	22 Nov 2009 05:48:27 -0000	1.59
+++ mythtv.spec	22 Nov 2009 05:51:22 -0000	1.60
@@ -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
@@ -141,8 +143,6 @@
 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)
 
@@ -829,7 +829,7 @@
 ##### MythTV
 
 cd mythtv-%{version}
-%patch1 -p1
+%patch0 -p1
 
 # Drop execute permissions on contrib bits, since they'll be %doc
     find contrib/ -type f -exec chmod -x "{}" \;
@@ -878,7 +878,7 @@
 %if %{with_plugins}
 
 cd mythplugins-%{version}
-%patch2 -p1
+%patch1 -p1
 
 # Fix /mnt/store -> /var/lib/mythmusic
     cd mythmusic
@@ -1485,8 +1485,8 @@
 ################################################################################
 
 %changelog
-* Fri Nov 13 2009 Jarod Wilson <jarod at wilsonet.com> 0.22-2
-- Updates from release-0-22-fixes branch, r22815
+* 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