commit f2829dcbbd8b61db5727bf719b25bb454985ab8a
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Wed Jan 4 19:26:11 2017 -0600
Update to 17.0 RC2
.gitignore | 1 +
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 7 +++++--
sources | 2 +-
4 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2782aa8..38f63d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/kodi-17.0rc1-patched.tar.xz
+/kodi-17.0rc2-patched.tar.xz
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index db92402..57a464e 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=17
-MINORVERSION=0rc1
+MINORVERSION=0rc2
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Krypton
diff --git a/kodi.spec b/kodi.spec
index 8d9cefb..c363cec 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -1,4 +1,4 @@
-%global PRERELEASE rc1
+%global PRERELEASE rc2
#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.11.%{PRERELEASE}%{?dist}
+Release: 0.12.%{PRERELEASE}%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -410,6 +410,9 @@ fi
%changelog
+* Wed Jan 04 2017 Michael Cronenworth <mike(a)cchtml.com> - 17.0-0.11.rc2
+- Kodi 17 RC2
+
* Thu Dec 29 2016 Michael Cronenworth <mike(a)cchtml.com> - 17.0-0.11.rc1
- Kodi 17 RC1
diff --git a/sources b/sources
index 5d5abf1..8cfd057 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8bca188b2d3a11839bbe9eab745d1a21 kodi-17.0rc1-patched.tar.xz
+553c44196e3199298b2c62048d3c4f91 kodi-17.0rc2-patched.tar.xz
Show replies by date