[kodi: 2/3] Update to 17.0 alpha 1
by Michael Cronenworth
commit 3c3e1e16657a91f97a722579dab7dff80bfa7327
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Wed Jun 22 15:09:03 2016 -0500
Update to 17.0 alpha 1
.gitignore | 2 +-
kodi-14.0-dvddemux-ffmpeg.patch | 13 ----
kodi-16.0-dcadec.patch | 14 ----
kodi-generate-tarball-xz.sh | 6 +-
kodi.spec | 34 ++++------
sources | 2 +-
xbmc-13.0-dvdread.patch | 138 ----------------------------------------
7 files changed, 16 insertions(+), 193 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7c7ab45..fc6b14d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kodi-16.1-patched.tar.xz
+/kodi-17.0a1-patched.tar.xz
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index 23c6d13..654dfbf 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,10 +1,10 @@
#!/bin/sh
-MAJORVERSION=16
-MINORVERSION=1
+MAJORVERSION=17
+MINORVERSION=0a1
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
-CODENAME=Jarvis
+CODENAME=Krypton
VERSION=${MAJORVERSION}.${MINORVERSION}${GITSHORT:+-${GITSHORT}}
diff --git a/kodi.spec b/kodi.spec
index 362c3f3..3cfdb7a 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -1,13 +1,13 @@
-#global PRERELEASE rc1
+%global PRERELEASE a1
%global DIRVERSION %{version}
#global GITCOMMIT Gotham_r2-ge988513
# use the line below for pre-releases
-#global DIRVERSION %{version}%{PRERELEASE}
+%global DIRVERSION %{version}%{PRERELEASE}
%global _hardened_build 1
Name: kodi
-Version: 16.1
-Release: 1%{?dist}
+Version: 17.0
+Release: 0.1%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -23,19 +23,8 @@ Source0: %{name}-%{DIRVERSION}-patched.tar.xz
# ./kodi-generate-tarball-xz.sh
Source1: kodi-generate-tarball-xz.sh
-# filed ticket, but patch still needs work
-# http://trac.xbmc.org/ticket/9658
-Patch1: xbmc-13.0-dvdread.patch
-
# Set program version parameters
-Patch2: kodi-16.0-versioning.patch
-
-# Remove call to internal ffmpeg function (misued anyway)
-Patch3: kodi-14.0-dvddemux-ffmpeg.patch
-
-# Disable dcadec library detection when using external ffmpeg (dcadec is only
-# needed to build bundled ffmpeg)
-Patch4: kodi-16.0-dcadec.patch
+Patch1: kodi-16.0-versioning.patch
# Optional deps (not in EPEL)
%if 0%{?fedora}
@@ -175,7 +164,7 @@ BuildRequires: weston-devel
BuildRequires: yajl-devel
BuildRequires: zlib-devel
-Requires: google-roboto-fonts
+Requires: dejavu-sans-fonts
# need explicit requires for these packages
# as they are dynamically loaded via XBMC's arcane
# pseudo-DLL loading scheme (sigh)
@@ -246,9 +235,6 @@ library.
%prep
%setup -q -n %{name}-%{DIRVERSION}
%patch1 -p1
-%patch2 -p1
-%patch3 -p0
-%patch4 -p0
%build
@@ -324,9 +310,8 @@ ln -s %{python_sitearch}/PIL $RPM_BUILD_ROOT%{_libdir}/kodi/addons/script.module
#install -d $RPM_BUILD_ROOT%{_libdir}/xbmc/addons/script.module.pysqlite/lib
#ln -s %{python_sitearch}/pysqlite2 $RPM_BUILD_ROOT%{_libdir}/xbmc/addons/script.module.pysqlite/lib/pysqlite2
-# Use external Roboto font files instead of bundled ones
-ln -sf %{_fontbasedir}/google-roboto/Roboto-Regular.ttf ${RPM_BUILD_ROOT}%{_datadir}/kodi/addons/skin.confluence/fonts/
-ln -sf %{_fontbasedir}/google-roboto/Roboto-Bold.ttf ${RPM_BUILD_ROOT}%{_datadir}/kodi/addons/skin.confluence/fonts/
+# Use external font files instead of bundled ones
+ln -sf %{_fontbasedir}/dejavu/DejaVuSans-Bold.ttf ${RPM_BUILD_ROOT}%{_datadir}/kodi/addons/skin.estouchy/fonts/
# Move man-pages into system dir
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/
@@ -407,6 +392,9 @@ fi
%changelog
+* Wed Jun 22 2016 Michael Cronenworth <mike(a)cchtml.com> - 17.0-0.1
+- Kodi 17.0 alpha 1
+
* Mon Apr 25 2016 Michael Cronenworth <mike(a)cchtml.com> - 16.1-1
- Kodi 16.1 final
diff --git a/sources b/sources
index 8346cbb..97d3a6e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f04f8d695bec409c5e39d5cd542d081 kodi-16.1-patched.tar.xz
+0e3f8686fab57f169a50004341167cf7 kodi-17.0a1-patched.tar.xz
8 years, 5 months
[kodi: 1/3] Update to 16.1 final
by Michael Cronenworth
commit 09a1b10edc8c021a3a1c43e0eacf8079df608380
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Wed Jun 22 09:57:05 2016 -0500
Update to 16.1 final
.gitignore | 2 +-
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 5 ++++-
sources | 2 +-
4 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index defa291..7c7ab45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-kodi-15.2-patched.tar.xz
+/kodi-16.1-patched.tar.xz
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index b409375..23c6d13 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=16
-MINORVERSION=0
+MINORVERSION=1
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Jarvis
diff --git a/kodi.spec b/kodi.spec
index 7c6e41c..362c3f3 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -6,7 +6,7 @@
%global _hardened_build 1
Name: kodi
-Version: 16.0
+Version: 16.1
Release: 1%{?dist}
Summary: Media center
@@ -407,6 +407,9 @@ fi
%changelog
+* Mon Apr 25 2016 Michael Cronenworth <mike(a)cchtml.com> - 16.1-1
+- Kodi 16.1 final
+
* Sat Feb 20 2016 Michael Cronenworth <mike(a)cchtml.com> - 16.0-1
- Kodi 16.0 final
diff --git a/sources b/sources
index c0ab4fc..8346cbb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-461cdf6e3740af9c0fd973d82ff1eed3 kodi-15.2-patched.tar.xz
+4f04f8d695bec409c5e39d5cd542d081 kodi-16.1-patched.tar.xz
8 years, 5 months
[xtables-addons-kmod/f24] Update source
by Nicolas Chauvet
commit 6ad9c3b74ac32f47e4d2bc2c5ccc71ef8255d505
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jun 22 20:15:34 2016 +0200
Update source
sources | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/sources b/sources
index fa2675b..a9feac3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-727bf0dd4a3d9c65724267bd0d5d80b0 xtables-addons-2.10.tar.xz
+9f3123295db81a9d1bc08dabf075d0d6 xtables-addons-2.11.tar.xz
8 years, 5 months
[xtables-addons-kmod/f24] Update to 2.11
by Nicolas Chauvet
commit 454f278fe6db5f59a67dcaec7c673e0d6ca37f59
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jun 22 20:15:04 2016 +0200
Update to 2.11
xtables-addons-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xtables-addons-kmod.spec b/xtables-addons-kmod.spec
index 84b33d3..27b1577 100644
--- a/xtables-addons-kmod.spec
+++ b/xtables-addons-kmod.spec
@@ -10,7 +10,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
-Version: 2.10
+Version: 2.11
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Kernel
@@ -68,6 +68,9 @@ done
rm -rf %{buildroot}
%changelog
+* Wed Jun 22 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 2.11-1
+- Update to 2.11
+
* Sun Jan 03 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 2.10-1
- Update to 2.10
8 years, 5 months
[xtables-addons] Update to 2.11
by Nicolas Chauvet
Summary of changes:
0699ada... Update to 2.11 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 5 months
[xtables-addons/f24] Update to 2.11
by Nicolas Chauvet
commit 0699ada4256f4e82be8f642ed30499f8b15a0a63
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jun 22 20:14:07 2016 +0200
Update to 2.11
sources | 2 +-
xtables-addons.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index fa2675b..a9feac3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-727bf0dd4a3d9c65724267bd0d5d80b0 xtables-addons-2.10.tar.xz
+9f3123295db81a9d1bc08dabf075d0d6 xtables-addons-2.11.tar.xz
diff --git a/xtables-addons.spec b/xtables-addons.spec
index 5eb4027..c48394f 100644
--- a/xtables-addons.spec
+++ b/xtables-addons.spec
@@ -1,6 +1,6 @@
Name: xtables-addons
Summary: Extensions targets and matches for iptables
-Version: 2.10
+Version: 2.11
Release: 1%{?dist}
# The entire source code is GPLv2 except ACCOUNT/libxt_ACCOUNT_cl.* which is LGPLv2
License: GPLv2 and LGPLv2
@@ -59,6 +59,9 @@ rm -f %{buildroot}%{_libdir}/*.{la,so}
%{_mandir}/man?/*
%changelog
+* Wed Jun 22 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 2.11-1
+- Update to 2.11
+
* Sun Jan 03 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 2.10-1
- Update to 2.10
8 years, 5 months