Author: hobbes1069
Update of /cvs/free/rpms/mythweb/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31602
Modified Files:
mythweb.spec sources
Removed Files:
mythweb-php54.patch
Log Message:
* Sun Oct 28 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.26.0-1
* Update to latest upstream release.
Index: mythweb.spec
===================================================================
RCS file: /cvs/free/rpms/mythweb/F-18/mythweb.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mythweb.spec 30 Jul 2012 21:14:03 -0000 1.3
+++ mythweb.spec 29 Oct 2012 20:41:38 -0000 1.4
@@ -1,15 +1,14 @@
# Mythweb from
github.com
# git hash for archive
-%global githash1 g89a347c
-# git hash for root source directory
-%global githash2 89353c5
+%global githash1 g4dcd253
+%global githash2 4e9fd7a
Name: mythweb
Summary: The web interface to MythTV
URL:
http://www.mythtv.org/
Group: Applications/Multimedia
-Version: 0.25.2
+Version: 0.26.0
Release: 1%{?dist}
License: GPLv2 and LGPLv2 and MIT
@@ -23,9 +22,6 @@
# git diff -p --stat %{version} > mythweb-fixes.patch
#Patch0: mythweb-fixes.patch
-# Needed for PHP 5.4
-Patch1: mythweb-php54.patch
-
# The following are required only in mythweb is running on the same computer
# as the backend. They will be pulled in by the mythtv meta package anyway.
#Requires: mythtv-backend >= %{version}-%{release}
@@ -36,6 +32,7 @@
Requires: php-mysql
Requires: php-process
Requires: php-MythTV >= %{version}
+Requires: mythffmpeg
BuildArch: noarch
@@ -46,7 +43,7 @@
%prep
%setup -q -n MythTV-mythweb-%{githash2}
-%patch1 -p1 -b .php54
+#patch1 -p1 -b .php54
# Fix directory permissions
#find ./ -type d -exec chmod 0755 {} \;
@@ -79,6 +76,9 @@
%changelog
+* Sun Oct 28 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.26.0-1
+* Update to latest upstream release.
+
* Mon Jul 30 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.25.2-1
- Update to latests release.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythweb/F-18/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 30 Jul 2012 21:14:03 -0000 1.3
+++ sources 29 Oct 2012 20:41:38 -0000 1.4
@@ -1 +1 @@
-8f9e77626e138f6a9981ac6472c79818 MythTV-mythweb-v0.25.2-0-g89a347c.tar.gz
+806f8a2187cfad356da541303120f048 MythTV-mythweb-v0.26.0-0-g4dcd253.tar.gz
--- mythweb-php54.patch DELETED ---