commit 26eaeac0da9f978cae67fc516dd7ce5b8cc6ff97
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Wed May 24 11:10:53 2017 -0500
Update to 17.2
.gitignore | 2 +-
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 17 +++++++++++++----
sources | 2 +-
4 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 80fa40f..8fc5776 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kodi-17.1-patched.tar.xz
+/kodi-17.2-patched.tar.xz
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index 4af5777..8133a7d 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=17
-MINORVERSION=1
+MINORVERSION=2
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Krypton
diff --git a/kodi.spec b/kodi.spec
index 65b13fb..d152809 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -7,8 +7,8 @@
%global _with_dvd 0
Name: kodi
-Version: 17.1
-Release: 2%{?dist}
+Version: 17.2
+Release: 1%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -25,11 +25,13 @@ Source0: %{name}-%{DIRVERSION}-patched.tar.xz
Source1: kodi-generate-tarball-xz.sh
%if 0%{?_with_dvd}
-# kodi uses modified libdvd{nav,read} source and downloads at build time
+# kodi uses modified libdvd{css,nav,read} source and downloads at build time
# wget -O kodi-libdvdnav-master.tar.gz
https://github.com/xbmc/libdvdnav/archive/master.tar.gz
Source2: kodi-libdvdnav-master.tar.gz
# wget -O kodi-libdvdread-master.tar.gz
https://github.com/xbmc/libdvdread/archive/master.tar.gz
Source3: kodi-libdvdread-master.tar.gz
+# wget -O kodi-libdvdcss-master.tar.gz
https://github.com/xbmc/libdvdcss/archive/master.tar.gz
+Source4: kodi-libdvdcss-master.tar.gz
%endif
# Set program version parameters
@@ -256,10 +258,12 @@ library.
%prep
%setup -q -n %{name}-%{DIRVERSION}
%patch1 -p1 -b.versioning
-%patch2 -p1 -b.libdvd
%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
+cp -p %{SOURCE4} tools/depends/target/libdvdcss/libdvdcss-master.tar.gz
+%else
+%patch2 -p1 -b.libdvd
%endif
@@ -290,7 +294,9 @@ chmod +x bootstrap
%else
--disable-ssh \
%endif
+%if ! 0%{?_with_dvd}
--disable-optical-drive \
+%endif
--disable-optimizations --disable-debug \
%ifnarch %{arm}
--enable-gl \
@@ -416,6 +422,9 @@ fi
%changelog
+* Wed May 24 2017 Michael Cronenworth <mike(a)cchtml.com> - 17.2-1
+- Kodi 17.2 final
+
* Sat Apr 29 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 17.1-2
- Rebuild for ffmpeg update
diff --git a/sources b/sources
index 9c84aea..802087d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e60aa1c5f499573c57bbf0b27883c9d kodi-17.1-patched.tar.xz
+23f5a2b0e49f96e94d683e1713ef0b81 kodi-17.2-patched.tar.xz