commit 3e7e87c1573be5e140d231a2e0c60acf12360ccc
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Sep 9 00:36:05 2016 +0100
v0.28-rc1 already support mysqli,
https://code.mythtv.org/trac/ticket/12588
Requires php-mysqli, because in php7, "php-mysql" package and
"mysql.so"
extension have been removed.
mythweb.spec | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/mythweb.spec b/mythweb.spec
index e74303e..e714b55 100644
--- a/mythweb.spec
+++ b/mythweb.spec
@@ -5,7 +5,7 @@ Summary: The web interface to MythTV
URL:
http://www.mythtv.org/
Version: 0.28
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2 and LGPLv2 and MIT
@@ -24,7 +24,7 @@ Patch0: mythweb-0.28-fixes.patch
Requires: httpd
Requires: php >= 5.1
-Requires: php-mysql
+Requires: php-mysqli
Requires: php-process
Requires: php-MythTV >= %{version}
Requires: mythffmpeg
@@ -102,6 +102,11 @@ fi
%changelog
+* Thu Sep 08 2016 Sérgio Basto <sergio(a)serjux.com> - 0.28-2
+- v0.28-rc1 already support mysqli,
https://code.mythtv.org/trac/ticket/12588
+ Requires php-mysqli, because in php7, "php-mysql" package and
"mysql.so"
+ extension have been removed.
+
* Tue May 3 2016 Richard Shaw <hobbes1069(a)gmail.com> - 0.28-2
- Update to latest fixes.
@@ -142,7 +147,7 @@ fi
* Fri Aug 23 2013 Richard Shaw <hobbes1069(a)gmail.com> - 0.26.1-1
- Update to latest upstream version.
-* Mon Aug 13 2013 Richard Shaw <hobbes1069(a)gmail.com> - 0.26.0-5
+* Tue Aug 13 2013 Richard Shaw <hobbes1069(a)gmail.com> - 0.26.0-5
- Update to latest fixes.
- Patch for NoTrans issue with php in Fedora 19 and up. (Fixes #2856)