Author: jarod
Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1262
Modified Files:
mythtv.spec sources
Log Message:
* Tue Oct 13 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.4.svn.r22427
- Update to pre-0.22 svn trunk revision 22427
- Conditionalize R: php-process on F11+ so we can build and
install properly on F10 (builds forthcoming once 0.22 is out)
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- mythtv.spec 11 Oct 2009 21:50:33 -0000 1.54
+++ mythtv.spec 13 Oct 2009 20:36:00 -0000 1.55
@@ -65,7 +65,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r22366
+%define _svnrev r22427
%define branch trunk
#
@@ -782,7 +782,10 @@
Requires: httpd >= 1.3.26
Requires: php >= 5.1
Requires: php-mysql
+# php-process is broken out from main php package in Fedora 11 and later
+%if 0%{?fedora} >= 11
Requires: php-process
+%endif
%description -n mythweb
The web interface to MythTV.
@@ -1478,6 +1481,11 @@
################################################################################
%changelog
+* Tue Oct 13 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.4.svn.r22427
+- Update to pre-0.22 svn trunk revision 22427
+- Conditionalize R: php-process on F11+ so we can build and
+ install properly on F10 (builds forthcoming once 0.22 is out)
+
* Sun Oct 11 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.4.svn.r22366
- Update to pre-0.22 svn trunk revision 22366
- Disable faac by default, since its been deteremined to be non-free now
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sources 11 Oct 2009 21:50:33 -0000 1.32
+++ sources 13 Oct 2009 20:36:00 -0000 1.33
@@ -1,4 +1,4 @@
be3ab99952c2a3a135a7c4af90b08f15 mythfrontend.png
be3ab99952c2a3a135a7c4af90b08f15 mythtv-setup.png
-cc0b531aa0346fc44f7024624a3373ec mythplugins-0.22.tar.bz2
-87f4f0722c8291a4fdf82ee859bf511f mythtv-0.22.tar.bz2
+505e10284ea188945a8ebcff3b9125ec mythtv-0.22.tar.bz2
+e296fc5dd3b6d0b8429f8da7e4ba2fdc mythplugins-0.22.tar.bz2