[mythweb/f37] Update to 33.1
by Andrew Bauer
Summary of changes:
5d7723e... Update to 33.1 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 9 months
[mythweb/f38] Update to 33.1
by Andrew Bauer
Summary of changes:
5d7723e... Update to 33.1 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 9 months
[mythweb] Update to 33.1
by Andrew Bauer
commit 5d7723e3e3407cac878010927a798c5500ca8288
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Sun Feb 26 15:02:15 2023 -0600
Update to 33.1
.gitignore | 1 +
mythweb-fixes.patch | 585 ----------------------------------------------------
mythweb.spec | 17 +-
sources | 2 +-
4 files changed, 7 insertions(+), 598 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 36d0778..2fec1c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ mythweb-0.27.5.tar.gz
/mythweb-30.0.tar.gz
/mythweb-31.0.tar.gz
/mythweb-32.0.tar.gz
+/mythweb-33.1.tar.gz
diff --git a/mythweb.spec b/mythweb.spec
index 5cb95f2..04797c3 100644
--- a/mythweb.spec
+++ b/mythweb.spec
@@ -1,11 +1,9 @@
-%global vers_string v32.0
-
Name: mythweb
Summary: The web interface to MythTV
URL: http://www.mythtv.org/
-Version: 32.0
-Release: 3%{?dist}
+Version: 33.1
+Release: 1%{?dist}
License: GPLv2 and LGPLv2 and MIT
@@ -13,8 +11,6 @@ Source0: https://github.com/MythTV/%{name}/archive/v%{version}/%{name}-%{
Source1: mythweb.conf
Source2: ChangeLog
-Patch0: mythweb-fixes.patch
-
# This is needed for perl dependency auto-detection
BuildRequires: perl-generators
@@ -27,11 +23,9 @@ Requires: mythffmpeg
BuildArch: noarch
-
%description
The web interface to MythTV.
-
%prep
%autosetup -p1
@@ -41,11 +35,9 @@ sed -i modules/coverart/handler.pl -e '/\/usr\/bin\/perl/d'
# Install ChangeLog
install -m 0644 %{SOURCE2} .
-
%build
# Nothing to build
-
%install
mkdir -p %{buildroot}%{_datadir}/mythweb/{image_cache,php_sessions}
cp -a * %{buildroot}%{_datadir}/mythweb/
@@ -63,7 +55,6 @@ install -pm 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/httpd/conf.d/
# Remove stuff covered by %%doc
rm %{buildroot}%{_datadir}/mythweb/{LICENSE,README,INSTALL,ChangeLog}
-
%files
%doc README ChangeLog
%license LICENSE
@@ -71,8 +62,10 @@ rm %{buildroot}%{_datadir}/mythweb/{LICENSE,README,INSTALL,ChangeLog}
%{_datadir}/%{name}/
%attr(-,apache,apache) %{_sharedstatedir}/%{name}/
-
%changelog
+* Sun Feb 26 2023 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 33.1-1
+- Update to 33.1
+
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 32.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
diff --git a/sources b/sources
index d2aa979..53e95c4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mythweb-32.0.tar.gz) = 255a92048880e29bd06480019c827c8a3644b70cd803e83939873e1f0f8bf6593dba18d5b998a0a9f3fc26c56ca2ecb79db4762d98ee030e24694f21304eef90
+SHA512 (mythweb-33.1.tar.gz) = 1c694eeda76b2d5f0352b4aa8ea8861697931384f0725237a206f656b20d2d4401fbf963a78e0c086cc5f4aed7fef375f1526ed0c8adfc5d9463efef91a40f47
1 year, 9 months