commit abf14723f314b94cb1a3884c534220e9ac49c7a1
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Sun Aug 11 14:40:37 2024 +0200
- Update to latest snapshot
- Fix FTBFS because of Openssl engine depreciation
.gitignore | 1 +
sources | 2 +-
tvheadend.spec | 15 ++++++++++++---
3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e5ceef..86f17f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
/tvheadend-2bf1629.tar.gz
/tvheadend-f32c7c5.tar.gz
/tvheadend-c9b38a8.tar.gz
+/tvheadend-49ac938.tar.gz
diff --git a/sources b/sources
index 6421d5f..476cc9a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tvheadend-c9b38a8.tar.gz) =
09f7dab02c651e3e152ecb7868e94ca60ee3b18cfe6812aff34b830140078624e8ec4f3abc739fc13f379c1cb81cdc680b6669af55e3d48b93bad433c71bc35c
+SHA512 (tvheadend-49ac938.tar.gz) =
aa944113823a533ae97c33facfd94fc8698d24b0496c3b756b29302236b69ab747462afa5c85b14495fba91ad5750ce40a2576b5ad5d0957aece23b06275fdd7
diff --git a/tvheadend.spec b/tvheadend.spec
index d11da64..84a782a 100644
--- a/tvheadend.spec
+++ b/tvheadend.spec
@@ -1,13 +1,18 @@
-%global commit c9b38a81aa3d3a379d8b41cc0ffab1307304da48
+%global commit 49ac9387186d32b55a399a04155e835eac22c6c1
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global commitdate 20240111
+%global commitdate 20240810
#
https://tvheadend.org/issues/6026
%global _lto_cflags %nil
+#
https://fedoraproject.org/wiki/Changes/OpensslDeprecateEngine
+%if 0%{?fedora} > 40
+%global _preprocessor_defines %{?_preprocessor_defines} -DOPENSSL_NO_ENGINE
+%endif
+
Name: tvheadend
Version: 4.3^%{commitdate}git%{shortcommit}
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: TV streaming server and digital video recorder
# - Source code is GPL-3.0-or-later
@@ -197,6 +202,10 @@ chmod 0644 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
%changelog
+* Sun Aug 11 2024 Mohamed El Morabity <melmorabity(a)fedoraproject.org> -
4.3^20240810git49ac938-8
+- Update to latest snapshot
+- Fix FTBFS because of Openssl engine depreciation
+
* Fri Aug 02 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> -
4.3^20240111gitc9b38a8-7
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild