commit 7a566ea53bb194ed46ce3c8a4d6d69246255f0c0
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Fri Jan 27 11:40:38 2017 -0600
Update to 17.0 RC4
.gitignore | 4 +---
kodi-17.0rc3-AEDefines.patch | 21 ---------------------
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 9 ++++-----
sources | 2 +-
5 files changed, 7 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4adc183..b7d3be2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-/kodi-17.0rc1-patched.tar.xz
-/kodi-17.0rc2-patched.tar.xz
-/kodi-17.0rc3-patched.tar.xz
+/kodi-17.0rc4-patched.tar.xz
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index 21527a6..cfc0696 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=17
-MINORVERSION=0rc3
+MINORVERSION=0rc4
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Krypton
diff --git a/kodi.spec b/kodi.spec
index d52f2ae..43f94e6 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -1,4 +1,4 @@
-%global PRERELEASE rc3
+%global PRERELEASE rc4
#global DIRVERSION %{version}
#global GITCOMMIT Gotham_r2-ge988513
# use the line below for pre-releases
@@ -38,9 +38,6 @@ Patch1: kodi-16.0-versioning.patch
# Drop DVD library support
Patch2: kodi-17a2-libdvd.patch
-# Build issue, fixed upstream
-Patch3: kodi-17.0rc3-AEDefines.patch
-
# Optional deps (not in EPEL)
%if 0%{?fedora}
# (libbluray in EPEL 6 is too old.)
@@ -260,7 +257,6 @@ library.
%setup -q -n %{name}-%{DIRVERSION}
%patch1 -p1 -b.versioning
%patch2 -p1 -b.libdvd
-%patch3 -p1 -b.aedefines
%if 0%{?_with_dvd}
cp -p %{SOURCE2} tools/depends/target/libdvdnav/libdvdnav-master.tar.gz
cp -p %{SOURCE3} tools/depends/target/libdvdread/libdvdread-master.tar.gz
@@ -420,6 +416,9 @@ fi
%changelog
+* Fri Jan 27 2017 Michael Cronenworth <mike(a)cchtml.com> - 17.0-0.12.rc4
+- Kodi 17 RC4
+
* Mon Jan 16 2017 Michael Cronenworth <mike(a)cchtml.com> - 17.0-0.12.rc3
- Kodi 17 RC3
- Check for new installs (RFBZ#4409)
diff --git a/sources b/sources
index 616525d..d56b99b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db0346baf7c745e7477782ae2443b8fc kodi-17.0rc3-patched.tar.xz
+4cc741ed919e358b575a18b285cd380a kodi-17.0rc4-patched.tar.xz