commit 3b9e6ae7303367d2a963656c02a685908565215a
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Sat Aug 6 17:52:48 2016 -0500
Update to 17 alpha 3
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 17 +++++++----------
2 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index 494bc29..bd7081d 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=17
-MINORVERSION=0a2
+MINORVERSION=0a3
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Krypton
diff --git a/kodi.spec b/kodi.spec
index 4b713a7..ad37bab 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -1,4 +1,4 @@
-%global PRERELEASE a2
+%global PRERELEASE a3
%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.3%{?dist}
+Release: 0.4%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -35,11 +35,8 @@ Source3: kodi-libdvdread-master.tar.gz
# Set program version parameters
Patch1: kodi-16.0-versioning.patch
-# Fix curl namespace definitions
-Patch2: kodi-17a2-curl.patch
-
# Drop DVD library support
-Patch3: kodi-17a2-libdvd.patch
+Patch2: kodi-17a2-libdvd.patch
# Optional deps (not in EPEL)
%if 0%{?fedora}
@@ -249,8 +246,7 @@ library.
%prep
%setup -q -n %{name}-%{DIRVERSION}
%patch1 -p1 -b.versioning
-%patch2 -p1 -b.curl
-%patch3 -p1 -b.libdvd
+%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
@@ -389,12 +385,10 @@ fi
%python_sitelib/kodi
%dir %{_datadir}/pixmaps/kodi
%{_datadir}/pixmaps/kodi/*.png
-%{_bindir}/kodi-j2meremote
%{_bindir}/kodi-ps3d
%{_bindir}/kodi-ps3remote
%{_bindir}/kodi-send
%{_bindir}/kodi-wiiremote
-%{_mandir}/man1/kodi-j2meremote.1.gz
%{_mandir}/man1/kodi-ps3remote.1.gz
%{_mandir}/man1/kodi-send.1.gz
%{_mandir}/man1/kodi-standalone.1.gz
@@ -406,6 +400,9 @@ fi
%changelog
+* Fri Aug 05 2016 Michael Cronenworth <mike(a)cchtml.com> - 17.0-0.4
+- Kodi 17 alpha 3
+
* Sun Jul 31 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 17.0-0.3
- Rebuilt for ffmpeg-3.1.1
- Fixed the verbose build
Show replies by date