commit 2af8bf18f36f6bfa762b2fef4a6f0a6d75fc8aa2
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Sun Jun 24 17:03:41 2018 -0500
Update to 18.0 alpha 2
.gitignore | 2 +-
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 30 ++++++++++++++++++++++--------
sources | 2 +-
4 files changed, 25 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 54cf9bf..682af5e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-/kodi-18.0a1-patched.tar.xz
+/kodi-18.0a2-patched.tar.xz
/kodi-libdvdnav-6.0.0-Leia-Alpha-1.tar.gz
/kodi-libdvdread-6.0.0-Leia-Alpha-1.tar.gz
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index 63c8bdb..c2d9464 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=18
-MINORVERSION=0a1
+MINORVERSION=0a2
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Leia
diff --git a/kodi.spec b/kodi.spec
index 6016d11..7e1a3ea 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -1,4 +1,4 @@
-%global PRERELEASE a1
+%global PRERELEASE a2
#global DIRVERSION %{version}
#global GITCOMMIT Gotham_r2-ge988513
# use the line below for pre-releases
@@ -25,7 +25,7 @@
Name: kodi
Version: 18.0
-Release: 0.1.a1%{?dist}
+Release: 0.2.a2%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -59,11 +59,8 @@ Source5: ffmpeg-3.4.1-Leia-Alpha-1.tar.gz
# Set program version parameters
Patch1: kodi-18.0-versioning.patch
-# stop using ancient, internal types
-Patch2: kodi-18a1-wrapper.patch
-
# fix assert at startup
-Patch3: kodi-18a1-assert.patch
+Patch2: kodi-18a1-assert.patch
%ifarch x86_64 i686
%global _with_crystalhd 1
@@ -275,11 +272,18 @@ This package contains the development header files for the
eventclients
library.
+%package firewalld
+Summary: FirewallD metadata files for Kodi
+Requires: firewalld-filesystem
+
+%description firewalld
+This package contains FirewallD files for Kodi.
+
+
%prep
%setup -q -n %{name}-%{DIRVERSION}
%patch1 -p1 -b.versioning
-%patch2 -p1 -b.wrapper
-%patch3 -p1 -b.assert
+%patch2 -p1 -b.assert
%build
@@ -366,7 +370,17 @@ mv docs/manpages ${RPM_BUILD_ROOT}%{_mandir}/man1/
%{_includedir}/kodi/xbmcclient.h
+%files firewalld
+%license copying.txt LICENSE.GPL
+%{_prefix}/lib/firewalld/services/kodi-eventserver.xml
+%{_prefix}/lib/firewalld/services/kodi-http.xml
+%{_prefix}/lib/firewalld/services/kodi-jsonrpc.xml
+
+
%changelog
+* Sun Jun 24 2018 Michael Cronenworth <mike(a)cchtml.com> - 18.0-0.2.a2
+- Kodi 18.0 alpha 2
+
* Thu May 03 2018 Michael Cronenworth <mike(a)cchtml.com> - 18.0-0.1.a1
- Add patch to fix assert on start.
diff --git a/sources b/sources
index 4315cce..92bd9d8 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-0b9330ae1d5944ee1904b89ceda23a08 kodi-18.0a1-patched.tar.xz
+b1f494c5e58ad35c411212939028f483 kodi-18.0a2-patched.tar.xz
812975261bc196ecd8a8b1978802f8ba kodi-libdvdnav-6.0.0-Leia-Alpha-1.tar.gz
1b0858777b40305837925356d7d5fb52 kodi-libdvdread-6.0.0-Leia-Alpha-1.tar.gz
Show replies by date