commit 0b724d402174925f57a2523e77fad19564724c3d
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Tue Dec 25 11:53:56 2018 -0600
Add upstream patches to fix a few crashers
kodi.spec | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/kodi.spec b/kodi.spec
index 66f3bee..371e0a4 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -30,7 +30,7 @@
Name: kodi
Version: 18.0
-Release: 0.21.rc3%{?dist}
+Release: 0.22.rc3%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -67,6 +67,11 @@ Patch1: kodi-18.0-versioning.patch
# Prevent trousers from being linked, which breaks Samba
Patch2: kodi-18-trousers.patch
+# Fix a few crashers due to Fedora c++ compiler flags. Will be included in rc4 / final.
+#
https://github.com/xbmc/xbmc/pull/15104
+Patch100: kodi-18-rc3-cxx-assertions.patch
+Patch101: kodi-18-rc3-cxx-debug.patch
+
%ifarch x86_64 i686
%global _with_crystalhd 1
%endif
@@ -334,6 +339,8 @@ This package contains the Kodi binary for X11 servers.
%setup -q -n %{name}-%{DIRVERSION}
%patch1 -p1 -b.versioning
%patch2 -p1 -b.trousers
+%patch100 -p1 -b.cxx-assertions
+%patch101 -p1 -b.cxx-debug
# Fix up Python shebangs
pathfix.py -pni "%{__python2} %{py2_shbang_opts}" \
tools/EventClients/lib/python/zeroconf.py \
@@ -481,6 +488,9 @@ mv docs/manpages ${RPM_BUILD_ROOT}%{_mandir}/man1/
%changelog
+* Tue Dec 25 2018 Michael Cronenworth <mike(a)cchtml.com> - 18.0-0.22.rc3
+- Add upstream patches to fix a few crashers
+
* Sun Dec 16 2018 Michael Cronenworth <mike(a)cchtml.com> - 18.0-0.21.rc3
- Kodi 18.0 RC3