commit 12344f92cabc0786d82a6c8a80c738733071809f
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Wed Feb 27 15:10:17 2019 -0600
Update to 30.0.
.gitignore | 1 +
ChangeLog | 14 --------------
mythweb-fixes.patch | 26 --------------------------
mythweb.spec | 12 ++++++------
sources | 2 +-
5 files changed, 8 insertions(+), 47 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6efc490..b24f3dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ mythweb-0.27.5.tar.gz
/mythweb-0.28.1.tar.gz
/mythweb-29.0.tar.gz
/mythweb-29.1.tar.gz
+/mythweb-30.0.tar.gz
diff --git a/ChangeLog b/ChangeLog
index 93028ff..e69de29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +0,0 @@
-commit 6a6eb1a4a9e48a3f7fcf3006cb4404051e572911
-Author: Bill Meek <billmeek(a)mythtv.org>
-Date: Tue May 22 08:50:21 2018 -0500
-
- Removes error messages from "Recorded Programs" page
-
- In Ubuntu 18.04, the following prints for lines
- 188 (and 189 for disk_used) on the above screen:
-
- Warning at /var/www/mythweb/modules/tv/recorded.php, line 188:
-
- !!NoTrans: Use of undefined constant disk_size - assumed 'disk_size' (this
will throw an Error in a future version of PHP)!!
-
- (cherry picked from commit 664dc1707ccf7be8b0b1d9eadf6366de8bbaa9c9)
diff --git a/mythweb.spec b/mythweb.spec
index 02591a0..3514557 100644
--- a/mythweb.spec
+++ b/mythweb.spec
@@ -4,8 +4,8 @@ Name: mythweb
Summary: The web interface to MythTV
URL:
http://www.mythtv.org/
-Version: 29.1
-Release: 4%{?dist}
+Version: 30.0
+Release: 1%{?dist}
License: GPLv2 and LGPLv2 and MIT
@@ -13,10 +13,7 @@ Source0:
https://github.com/MythTV/%{name}/archive/v%{version}/%{name}-%{
Source1: mythweb.conf
Source2: ChangeLog
-# Patch generated from mythweb fixes branch. From mythweb git directory:
-# git diff -p --stat <git_tag> > mythweb-fixes.patch
-Patch0: mythweb-fixes.patch
-Patch1: mythweb-php_fix.patch
+Patch0: mythweb-php_fix.patch
# This is needed for perl dependency auto-detection
BuildRequires: perl-generators
@@ -76,6 +73,9 @@ rm %{buildroot}%{_datadir}/mythweb/{LICENSE,README,INSTALL,ChangeLog}
%changelog
+* Wed Feb 27 2019 Richard Shaw <hobbes1069(a)gmail.com> - 30.0-1
+- Update to 30.0.
+
* Sun Sep 23 2018 Richard Shaw <hobbes1069(a)gmail.com> - 29.1-4
- Addresses PHP 7.2 issue, fixes #4937.
diff --git a/sources b/sources
index 5dfdfea..c9812cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa75156700a740598707c84dbc07359f mythweb-29.1.tar.gz
+00d345b19389ee3ac02c0635fe3527fb mythweb-30.0.tar.gz