Author: kwizart
Update of /cvs/free/rpms/mythtv/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10068
Modified Files:
mythtv.spec
Log Message:
* Fri Nov 23 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.26.0-2
- Rebuilt for x264
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-18/mythtv.spec,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- mythtv.spec 29 Oct 2012 15:38:22 -0000 1.106
+++ mythtv.spec 23 Nov 2012 22:43:00 -0000 1.107
@@ -77,9 +77,9 @@
# Version/Release info
Version: 0.26.0
%if "%{branch}" == "master"
-Release: 0.1.git.%{_gitrev}%{?dist}
+Release: 0.2.git.%{_gitrev}%{?dist}
%else
-Release: 1%{?dist}
+Release: 2%{?dist}
%endif
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -172,7 +172,7 @@
BuildRequires: mysql-devel >= 5
BuildRequires: qt-webkit-devel
BuildRequires: qt-devel >= 4.6
-BuildRequires: phonon-devel
+BuildRequires: phonon-devel phonon-backend-gstreamer
BuildRequires: libuuid-devel
BuildRequires: lm_sensors-devel
@@ -1452,6 +1452,9 @@
%changelog
+* Fri Nov 23 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.26.0-2
+- Rebuilt for x264
+
* Sun Oct 28 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.26.0-1
- Update to latest upstream release.
- Remove mysql.txt as it is no longer used.