commit 9ad1b884d26e740ac47fe31161c437a8d65bd778
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Wed Aug 23 15:55:44 2017 -0500
Update to 17.4
.gitignore | 2 +-
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 9 +++++++--
sources | 2 +-
4 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0cacba6..018a5c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kodi-17.3-patched.tar.xz
+/kodi-17.4-patched.tar.xz
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index 708b1cd..62c1dab 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=17
-MINORVERSION=3
+MINORVERSION=4
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Krypton
diff --git a/kodi.spec b/kodi.spec
index 95aa9b8..8f12c90 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -7,7 +7,7 @@
%global _with_dvd 0
Name: kodi
-Version: 17.3
+Version: 17.4
Release: 1%{?dist}
Summary: Media center
@@ -37,8 +37,10 @@ Source4: kodi-libdvdcss-master.tar.gz
# Set program version parameters
Patch1: kodi-16.0-versioning.patch
+%if 0%{?_with_dvd} == 0
# Drop DVD library support
Patch2: kodi-17a2-libdvd.patch
+%endif
# Optional deps (not in EPEL)
%if 0%{?fedora}
@@ -294,7 +296,7 @@ chmod +x bootstrap
%else
--disable-ssh \
%endif
-%if ! 0%{?_with_dvd}
+%if 0%{?_with_dvd} == 0
--disable-optical-drive \
%endif
--disable-optimizations --disable-debug \
@@ -422,6 +424,9 @@ fi
%changelog
+* Wed Aug 23 2017 Michael Cronenworth <mike(a)cchtml.com> - 17.4-1
+- Kodi 17.4 final
+
* Wed May 31 2017 Michael Cronenworth <mike(a)cchtml.com> - 17.3-1
- Kodi 17.3 final
diff --git a/sources b/sources
index 230b1b7..6cb55a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2445a753e1f497be78bdbbc5eafaaaa3 kodi-17.3-patched.tar.xz
+436de137216e80e108d534791787cf76 kodi-17.4-patched.tar.xz
Show replies by date