commit 3cc64a4684b4e2cc91ddccb95700d4f8e338b121
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Thu Jun 29 23:00:33 2023 -0500
Update to 20.2
kodi-20-cstdint.patch | 120 --------------------------------------------
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 15 +++---
sources | 2 +-
4 files changed, 9 insertions(+), 130 deletions(-)
---
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index abef4fa..681aa05 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=20
-MINORVERSION=1
+MINORVERSION=2
#GITCOMMIT=b6daed5dc4f8ab6d0b50cc8bcb80bfb9e6a3e583
#GITSHORT=b6daed5
CODENAME=Nexus
diff --git a/kodi.spec b/kodi.spec
index b87db6a..ed2f023 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -38,7 +38,7 @@
%endif
Name: kodi
-Version: 20.1
+Version: 20.2
Release: 1%{?dist}
Summary: Media center
@@ -73,11 +73,8 @@ Source5: ffmpeg-5.1.2-Nexus-Alpha3.tar.gz
# Set program version parameters
Patch1: kodi-20-versioning.patch
-# GCC 13 requires explicit definition of cstdint header
-Patch2: kodi-20-cstdint.patch
-
# Fix an annobin issue, required for ARM arch
-Patch3: kodi-20-annobin-workaround.patch
+Patch2: kodi-20-annobin-workaround.patch
%ifarch x86_64
%global _with_crystalhd 1
@@ -300,9 +297,8 @@ This package contains FirewallD files for Kodi.
%prep
%setup -q -n %{name}-%{DIRVERSION}
-%patch1 -p1 -b.versioning
-%patch2 -p1 -b.cstdint
-%patch3 -p1 -b.innobinfix
+%patch -P 1 -p1 -b.versioning
+%patch -P 2 -p1 -b.innobinfix
# Fix up Python shebangs
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" \
@@ -432,6 +428,9 @@ rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/kodi-wiiremote.1
%changelog
+* Thu Jun 29 2023 Michael Cronenworth <mike(a)cchtml.com> - 20.2-1
+- Kodi 20.2 Final
+
* Wed Mar 15 2023 Michael Cronenworth <mike(a)cchtml.com> - 20.1-1
- Kodi 20.1 Final
diff --git a/sources b/sources
index f913975..6a413d8 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (kodi-20.1-patched.tar.xz) =
610ae4553c21339a972cc63436f642977dffc419c40f4cb82e8c476bcb1e2fa3e2ff27bb122edc09db255d8ea477ac3f8ac4477fd852bd9f1088762fb9ae63d7
+SHA512 (kodi-20.2-patched.tar.xz) =
19e7918180e13bb83f743ca014b589524dc4ced408daae754d62bf4b195efd8fa993fb69adab6c079b6fab839b054fb8b8f40e0c369ca487c5270acdb93085a6
SHA512 (kodi-libdvdnav-6.1.1-Next-Nexus-Alpha2-2.tar.gz) =
51e6fc033121241354a5f0b3fc9a430577ae3ff6bb7f31445aa548ef4893037fb80eea3b2c6774c81e9ebaf9c45e9b490c98c2c65eb38f9f7daba84b236f7e1d
SHA512 (kodi-libdvdread-6.1.3-Next-Nexus-Alpha2-2.tar.gz) =
629a41157d07b8ec0ea1fe89ae5ec48f63047472a862782b805c531ae31a0376fc4dc15175f8280c3ef91d7fa977bacebb1b51232640034a34bab2293210fc5e
Show replies by date