commit 45d6f2da8cccf27d22b064a22b9516a4ae468e7a
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Mon May 6 21:24:45 2019 -0500
Build with release settings and debug symbols
kodi.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kodi.spec b/kodi.spec
index 2578fb0..8b243cb 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -30,7 +30,7 @@
Name: kodi
Version: 18.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -369,7 +369,7 @@ do
%if ! 0%{?_with_external_ffmpeg}
-DFFMPEG_URL=%{SOURCE5} \
%endif
- -DCMAKE_BUILD_TYPE=Debug \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-GNinja \
-DENABLE_EVENTCLIENTS=ON \
-DENABLE_INTERNAL_CROSSGUID=OFF \
@@ -491,6 +491,9 @@ mv docs/manpages ${RPM_BUILD_ROOT}%{_mandir}/man1/
%changelog
+* Mon May 06 2019 Michael Cronenworth <mike(a)cchtml.com> - 18.2-3
+- Release build with debugging symbols
+
* Sun May 05 2019 Michael Cronenworth <mike(a)cchtml.com> - 18.2-2
- Build with debugging symbols (rfbz#5248)
Show replies by date