Author: jarod
Update of /cvs/free/rpms/mythtv/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15453
Modified Files:
mythtv.spec
Log Message:
* Sat Aug 29 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.21-21.fc10.1
- Drop php-process Requires, that's for F11+ only (rfbz#785)
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-10/mythtv.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- mythtv.spec 9 Aug 2009 01:42:12 -0000 1.21
+++ mythtv.spec 29 Aug 2009 16:32:37 -0000 1.22
@@ -22,7 +22,7 @@
%if "%{branch}" == "trunk"
Release: 0.2.%{_svnver}%{?dist}
%else
-Release: 21%{?dist}
+Release: 21%{?dist}.1
%endif
URL:
http://www.mythtv.org/
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -474,7 +474,6 @@
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.
@@ -1031,6 +1030,9 @@
%endif
%changelog
+* Sat Aug 29 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.21-21.fc10.1
+- Drop php-process Requires, that's for F11+ only (rfbz#785)
+
* Sat Aug 08 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.21-21
- Update to release-0-21-fixes patches (r21174)
- Add missing R: php-process to mythweb (rfbz#652)