commit 26add4219958d76f8daf9bf80c4dc97d1bb2d1b0
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Thu Dec 29 15:55:09 2016 -0600
Update to 17.0 RC1
.gitignore | 2 +-
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 7 +++++--
sources | 2 +-
4 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 54079b2..2782aa8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kodi-17.0b7-patched.tar.xz
+/kodi-17.0rc1-patched.tar.xz
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index 5a290c8..db92402 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=17
-MINORVERSION=0b7
+MINORVERSION=0rc1
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Krypton
diff --git a/kodi.spec b/kodi.spec
index 4e65eca..8d9cefb 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -1,4 +1,4 @@
-%global PRERELEASE b7
+%global PRERELEASE rc1
#global DIRVERSION %{version}
#global GITCOMMIT Gotham_r2-ge988513
# use the line below for pre-releases
@@ -8,7 +8,7 @@
Name: kodi
Version: 17.0
-Release: 0.10%{?dist}
+Release: 0.11.%{PRERELEASE}%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -410,6 +410,9 @@ fi
%changelog
+* Thu Dec 29 2016 Michael Cronenworth <mike(a)cchtml.com> - 17.0-0.11.rc1
+- Kodi 17 RC1
+
* Mon Dec 19 2016 Michael Cronenworth <mike(a)cchtml.com> - 17.0-0.10
- Kodi 17 beta 7
diff --git a/sources b/sources
index 2112eb8..5d5abf1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3434b2f4e7ad6eac47b35c6176d6c030 kodi-17.0b7-patched.tar.xz
+8bca188b2d3a11839bbe9eab745d1a21 kodi-17.0rc1-patched.tar.xz
Show replies by date