commit c3e563e31841ccfb217d58b4060fc3076b5c8dca
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Thu Feb 2 17:02:56 2017 -0600
Update to 17.0 final
.gitignore | 2 +-
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 11 +++++++----
sources | 2 +-
4 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b7d3be2..80f78cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kodi-17.0rc4-patched.tar.xz
+/kodi-17.0-patched.tar.xz
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index cfc0696..4c50d12 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=17
-MINORVERSION=0rc4
+MINORVERSION=0
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Krypton
diff --git a/kodi.spec b/kodi.spec
index 43f94e6..9163999 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -1,14 +1,14 @@
-%global PRERELEASE rc4
-#global DIRVERSION %{version}
+#global PRERELEASE rc4
+%global DIRVERSION %{version}
#global GITCOMMIT Gotham_r2-ge988513
# use the line below for pre-releases
-%global DIRVERSION %{version}%{PRERELEASE}
+#global DIRVERSION %{version}%{PRERELEASE}
%global _hardened_build 1
%global _with_dvd 0
Name: kodi
Version: 17.0
-Release: 0.12.%{PRERELEASE}%{?dist}
+Release: 1%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -416,6 +416,9 @@ fi
%changelog
+* Thu Feb 02 2017 Michael Cronenworth <mike(a)cchtml.com> - 17.0-1
+- Kodi 17.0 final
+
* Fri Jan 27 2017 Michael Cronenworth <mike(a)cchtml.com> - 17.0-0.12.rc4
- Kodi 17 RC4
diff --git a/sources b/sources
index d56b99b..ed94bd1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4cc741ed919e358b575a18b285cd380a kodi-17.0rc4-patched.tar.xz
+e72882459d865785ff72ab515af6e70c kodi-17.0-patched.tar.xz