rpms/mythtv/F-11 mythtv-0.21-fix-version-output.patch, NONE, 1.1 mythtv.spec, 1.37, 1.38

Jarod Wilson jarod at rpmfusion.org
Sun Aug 9 03:38:44 CEST 2009


Author: jarod

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

Modified Files:
	mythtv.spec 
Added Files:
	mythtv-0.21-fix-version-output.patch 
Log Message:
* Sat Aug 08 2009 Jarod Wilson <jarod at wilsonet.com> - 0.21-21
- Update to release-0-21-fixes patches (r21174)
- Add missing R: php-process to mythweb (rfbz#652)
- Make binaries properly report being from the release-0-21-fixes
  branch instead of being from the release tag (rfbz#452)


mythtv-0.21-fix-version-output.patch:

--- NEW FILE mythtv-0.21-fix-version-output.patch ---
--- mythtv-0.21/version.pro.orig	2009-08-08 20:48:58.000000000 -0400
+++ mythtv-0.21/version.pro	2009-08-08 20:49:47.000000000 -0400
@@ -9,7 +9,7 @@
 MYTHBINVERS = $$system(egrep MYTH_BINARY_VERSION libs/libmyth/mythcontext.h | sed 's/.*MYTH_BINARY_VERSION //')
 
 SVNTREEDIR = $$system(pwd)
-SVNREPOPATH = "$$URL: http://svn.mythtv.org/svn/tags/release-0-21/mythtv/version.pro $$"
+SVNREPOPATH = "$$URL: http://svn.mythtv.org/svn/branches/release-0-21-fixes/mythtv/version.pro $$"
 
 
 SOURCES += version.cpp


Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-11/mythtv.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- mythtv.spec	14 Jun 2009 00:10:28 -0000	1.37
+++ mythtv.spec	9 Aug 2009 01:38:44 -0000	1.38
@@ -1,5 +1,5 @@
 # svn revision number
-%define _svnver r20697
+%define _svnver r21174
 %define branch release-0-21-fixes
 # Nb: base 0.21 svn rev is r16468
 #define branch trunk
@@ -22,7 +22,7 @@
 %if "%{branch}" == "trunk"
 Release: 0.2.%{_svnver}%{?dist}
 %else
-Release: 20%{?dist}
+Release: 21%{?dist}
 %endif
 URL: http://www.mythtv.org/
 # The primary license is GPLv2+, but bits are borrowed from a number of
@@ -44,7 +44,8 @@
 # Patches
 Patch100: mythtv-0.21-svnfixes.patch
 Patch101: mythtv-0.20-mythstreammenu.diff
-#Patch102: mythtv-0.21-fedora-settings.patch
+Patch102: mythtv-0.21-fix-version-output.patch
+#Patch103: mythtv-0.21-fedora-settings.patch
 Patch200: mythplugins-0.21-svnfixes.patch
 #Patch201: mythplugins-0.21-fedora-settings.patch
 #
@@ -473,6 +474,7 @@
 Summary: The web interface to MythTV
 Group: Applications/Multimedia
 Requires: httpd >= 1.3.26, php >= 4.2.2, php-mysql >= 4.2.2
+Requires: php-process
 
 %description -n mythweb
 The web interface to MythTV.
@@ -498,7 +500,8 @@
 cd mythtv-%{version}
 %patch100 -p1 -b .svnfixes
 #patch101 -p0 -b .mythstreammenu
-#patch102 -p1 -b .settings
+%patch102 -p1 -b .version
+#patch103 -p1 -b .settings
 
 # Drop execute permissions on contrib bits, since they'll be %doc
 find contrib/ -type f -exec chmod -x "{}" \;
@@ -1028,6 +1031,12 @@
 %endif
 
 %changelog
+* Sat Aug 08 2009 Jarod Wilson <jarod at wilsonet.com> - 0.21-21
+- Update to release-0-21-fixes patches (r21174)
+- Add missing R: php-process to mythweb (rfbz#652)
+- Make binaries properly report being from the release-0-21-fixes
+  branch instead of being from the release tag (rfbz#452)
+
 * Sat Jun 13 2009 Jarod Wilson <jarod at wilsonet.com> - 0.21-20
 - Update to release-0-21-fixes patches (r20697)
 - Add missing BR: pulseaudio-libs-devel so we work when pulse



More information about the rpmfusion-commits mailing list