[kodi-pvr-mythtv] Update to 20.6.1
by Leigh Scott
commit 058ec670da8f9e649a96cf4e0816c4ab24982a43
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Feb 17 15:03:55 2024 +0000
Update to 20.6.1
.gitignore | 1 +
kodi-pvr-mythtv.spec | 15 +++++++++------
sources | 2 +-
3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a77156..c642884 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
/pvr.mythtv-20.3.1.tar.gz
/pvr.mythtv-20.3.2.tar.gz
/pvr.mythtv-20.5.5.tar.gz
+/pvr.mythtv-20.6.1.tar.gz
diff --git a/kodi-pvr-mythtv.spec b/kodi-pvr-mythtv.spec
index e2f7f1b..258a8bb 100644
--- a/kodi-pvr-mythtv.spec
+++ b/kodi-pvr-mythtv.spec
@@ -6,8 +6,8 @@ Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 20.5.5
-Release: 2%{?dist}
+Version: 20.6.1
+Release: 1%{?dist}
Summary: MythTV PVR for Kodi
# Some cppmyth private headers are LGPLv2+
@@ -18,7 +18,7 @@ Source1: %{name}.metainfo.xml
# Use external cppmyth library
Patch0: %{name}-20.5.5-use_external_cppmyth.patch
-BuildRequires: cmake3
+BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
BuildRequires: libappstream-glib
@@ -39,12 +39,12 @@ find lib/cppmyth/ -type f -not -path "lib/cppmyth/src/private/*" -delete
%build
-%cmake3
-%cmake3_build
+%cmake
+%cmake_build
%install
-%cmake3_install
+%cmake_install
# Install AppData file
install -Dpm 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_metainfodir}/%{name}.metainfo.xml
@@ -63,6 +63,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/%{name}.met
%changelog
+* Sat Feb 17 2024 Leigh Scott <leigh123linux(a)gmail.com> - 1:20.6.1-1
+- Update to 20.6.1
+
* Sat Feb 03 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1:20.5.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff --git a/sources b/sources
index b9da393..2d98ba4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pvr.mythtv-20.5.5.tar.gz) = 2b15e00fedef24cc676199386b6d58d8635a6427f4848dba7924260fe43fba28c2ee87a8e3953e189f46edac29da451db9a03005fd564d862180c23e4d9ec1f3
+SHA512 (pvr.mythtv-20.6.1.tar.gz) = 0d58e904ebfa62ff033c1f7f31468387dbf5b9596a78ab50c5e37c4a0d9387a99a8fb8ba8945b209c80607fdc28c18f2030d5e62f1988ace827febbb1ff4db4a
9 months, 1 week
[kodi-pvr-iptvsimple] Update to 20.13.0
by Leigh Scott
commit 09f4462f4473e237e6a08328688e85732f3f9a8c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Feb 17 14:54:59 2024 +0000
Update to 20.13.0
.gitignore | 1 +
kodi-pvr-iptvsimple.spec | 15 +++++++++------
sources | 2 +-
3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ca6bc5..ab6c407 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
/pvr.iptvsimple-20.9.1.tar.gz
/pvr.iptvsimple-20.10.1.tar.gz
/pvr.iptvsimple-20.11.0.tar.gz
+/pvr.iptvsimple-20.13.0.tar.gz
diff --git a/kodi-pvr-iptvsimple.spec b/kodi-pvr-iptvsimple.spec
index a9c28b6..cf01026 100644
--- a/kodi-pvr-iptvsimple.spec
+++ b/kodi-pvr-iptvsimple.spec
@@ -6,8 +6,8 @@ Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 20.11.0
-Release: 2%{?dist}
+Version: 20.13.0
+Release: 1%{?dist}
Summary: Simple IPTV PVR for Kodi
License: GPL-2.0-or-later
@@ -15,7 +15,7 @@ URL: https://github.com/kodi-pvr/%{kodi_addon}/
Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{version}.tar.gz
Source1: %{name}.metainfo.xml
-BuildRequires: cmake3
+BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
BuildRequires: libappstream-glib
@@ -38,12 +38,12 @@ ExcludeArch: %{power64}
%build
-%cmake3
-%cmake3_build
+%cmake
+%cmake_build
%install
-%cmake3_install
+%cmake_install
# Install AppData file
install -Dpm 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_metainfodir}/%{name}.metainfo.xml
@@ -62,6 +62,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/%{name}.met
%changelog
+* Sat Feb 17 2024 Leigh Scott <leigh123linux(a)gmail.com> - 1:20.13.0-1
+- Update to 20.13.0
+
* Sat Feb 03 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1:20.11.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff --git a/sources b/sources
index 35f8794..f252651 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pvr.iptvsimple-20.11.0.tar.gz) = 052da2a550c7264f396a64277bffd068d6fbfc1eb252c8270e3b2846a856d642a1d45f69a2115db528a8654afa377316ee9153907afbf6be1a630d581621bea5
+SHA512 (pvr.iptvsimple-20.13.0.tar.gz) = 970e264b79309190f3d89386c79cd6e48ddfa2c51f25b7c513b2a5454671e03726b669fe846e55acdaab3e7157d2de078416dd11cc5a1ed1d599b49525f5e63d
9 months, 1 week
[kodi-pvr-hts/f40] Update to 20.7.0
by Leigh Scott
Summary of changes:
7610743... Update to 20.7.0 (*)
(*) This commit already existed in another branch; no separate mail sent
9 months, 1 week
[kodi-pvr-hts] Update to 20.7.0
by Leigh Scott
commit 76107437ff210665dc18e89002890259a962255e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Feb 17 14:48:09 2024 +0000
Update to 20.7.0
.gitignore | 1 +
kodi-pvr-hts.spec | 15 +++++++++------
sources | 2 +-
3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ee14738..f2ac8c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
/pvr.hts-20.6.0.tar.gz
/pvr.hts-20.6.1.tar.gz
/pvr.hts-20.6.2.tar.gz
+/pvr.hts-20.7.0.tar.gz
diff --git a/kodi-pvr-hts.spec b/kodi-pvr-hts.spec
index d720339..63f5a78 100644
--- a/kodi-pvr-hts.spec
+++ b/kodi-pvr-hts.spec
@@ -6,8 +6,8 @@ Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 20.6.2
-Release: 3%{?dist}
+Version: 20.7.0
+Release: 1%{?dist}
Summary: TVHeadEnd PVR for Kodi
# - Addon is GPL-2.0-or-later
@@ -18,7 +18,7 @@ URL: https://github.com/kodi-pvr/%{kodi_addon}/
Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{version}.tar.gz
Source1: %{name}.metainfo.xml
-BuildRequires: cmake3
+BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
BuildRequires: libappstream-glib
@@ -36,12 +36,12 @@ ExcludeArch: %{power64}
%build
-%cmake3
-%cmake3_build
+%cmake
+%cmake_build
%install
-%cmake3_install
+%cmake_install
# Install AppData file
install -Dpm 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_metainfodir}/%{name}.metainfo.xml
@@ -59,6 +59,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/%{name}.met
%changelog
+* Sat Feb 17 2024 Leigh Scott <leigh123linux(a)gmail.com> - 1:20.7.0-1
+- Update to 20.7.0
+
* Sat Feb 03 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1:20.6.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff --git a/sources b/sources
index d31a7b3..9a0d515 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pvr.hts-20.6.2.tar.gz) = 8213b2d061abc3eeb8253426c37425826ed00450e43cc1561d154311b19d5280190e3ad09666cb01134a72ac02956395a56a36e78eb97c88f88cb8ded7eaad2f
+SHA512 (pvr.hts-20.7.0.tar.gz) = 86e2403a34f8c04082076e9500a2009ce65556b29a206201a8311117f72cd0c63a948658acf715f6ce7c3f7a1b7de050a53afda604c7686fef74200cdd9b9617
9 months, 1 week
[kodi-peripheral-joystick] Update to 20.1.15
by Leigh Scott
commit e318e969124e36374d968bac86df09059bcfb8d8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Feb 17 14:44:02 2024 +0000
Update to 20.1.15
.gitignore | 1 +
kodi-peripheral-joystick.spec | 15 +++++++++------
sources | 2 +-
3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 02e7e7d..55e70ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/peripheral.joystick-20.1.3.tar.gz
/peripheral.joystick-20.1.8.tar.gz
/peripheral.joystick-20.1.13.tar.gz
+/peripheral.joystick-20.1.15.tar.gz
diff --git a/kodi-peripheral-joystick.spec b/kodi-peripheral-joystick.spec
index 0f78032..2b1cac2 100644
--- a/kodi-peripheral-joystick.spec
+++ b/kodi-peripheral-joystick.spec
@@ -3,8 +3,8 @@
%global kodi_version 20
Name: kodi-peripheral-joystick
-Version: 20.1.13
-Release: 2%{?dist}
+Version: 20.1.15
+Release: 1%{?dist}
Summary: Joystick Peripheral addon for Kodi
License: GPL-2.0-or-later
@@ -12,7 +12,7 @@ URL: https://github.com/xbmc/%{kodi_addon}/
Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{version}.tar.gz
Source1: %{name}.metainfo.xml
-BuildRequires: cmake3
+BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
BuildRequires: libappstream-glib
@@ -30,12 +30,12 @@ Joystick Peripheral Addon for Kodi.
%build
-%cmake3
-%cmake3_build
+%cmake
+%cmake_build
%install
-%cmake3_install
+%cmake_install
# Install AppData file
install -Dpm 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_metainfodir}/%{name}.metainfo.xml
@@ -54,6 +54,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/%{name}.met
%changelog
+* Sat Feb 17 2024 Leigh Scott <leigh123linux(a)gmail.com> - 20.1.15-1
+- Update to 20.1.15
+
* Sat Feb 03 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 20.1.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff --git a/sources b/sources
index 6232112..5945171 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (peripheral.joystick-20.1.13.tar.gz) = 78478ab9bc511b6592c7e93d6cca48edb07db6d3ccc12ef68ce38b632c3ce14f418890b03bd6468d831e0e655e04d9a32a5cfe9282a4dcfe85d21176af052777
+SHA512 (peripheral.joystick-20.1.15.tar.gz) = 68825aebe6c458ebe1b3d361295f49c1fe3ec585ab26e8d9010109b12e33421a6a0cf6fc1351b5f07483e6537ab9bec64d09ed658724206bc4ddfd225fbebad4
9 months, 1 week
[kodi-inputstream-adaptive] Update to 20.3.17
by Leigh Scott
commit 8a4f1219371e634bee9af91dbabf2324f8351403
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Feb 17 14:18:19 2024 +0000
Update to 20.3.17
kodi-inputstream-adaptive.spec | 15 +++++++++------
sources | 2 +-
2 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/kodi-inputstream-adaptive.spec b/kodi-inputstream-adaptive.spec
index bf1b080..2151ea3 100644
--- a/kodi-inputstream-adaptive.spec
+++ b/kodi-inputstream-adaptive.spec
@@ -8,8 +8,8 @@
%global internal_bento4_tag %{internal_bento4_version}-7-Omega
Name: kodi-inputstream-adaptive
-Version: 20.3.14
-Release: 2%{?dist}
+Version: 20.3.17
+Release: 1%{?dist}
Summary: Adaptive file addon for Kodi's InputStream interface
# - wvdecrypter contains parts of Chromium CDM under
@@ -23,7 +23,7 @@ Source2: %{name}.metainfo.xml
# Fix build with GCC 13
Patch0: %{name}-20.3.13-gcc13.patch
-BuildRequires: cmake3
+BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
BuildRequires: libappstream-glib
@@ -45,12 +45,12 @@ ExcludeArch: %{power64}
%build
-%cmake3 -DENABLE_INTERNAL_BENTO4=1 -DBENTO4_URL=%{SOURCE1}
-%cmake3_build
+%cmake -DENABLE_INTERNAL_BENTO4=1 -DBENTO4_URL=%{SOURCE1}
+%cmake_build
%install
-%cmake3_install
+%cmake_install
# Install AppData file
install -Dpm 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_metainfodir}/%{name}.metainfo.xml
@@ -73,6 +73,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/%{name}.met
%changelog
+* Sat Feb 17 2024 Leigh Scott <leigh123linux(a)gmail.com> - 20.3.17-1
+- Update to 20.3.17
+
* Sat Feb 03 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 20.3.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff --git a/sources b/sources
index 3d8cfe8..9ccb697 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
+SHA512 (inputstream.adaptive-20.3.17-Nexus.tar.gz) = 95691d8894b287e061a624a6b99f72920de2a5ab338897f211e6df2554d3d59106d0d3612825b673a0cf8bb9d054350c7bc7612a1e99f958b3525afb76fdb54e
SHA512 (Bento4-1.6.0-639-7-Omega.tar.gz) = bf257e5831eec44db944d1313858262c1ba32b6e67564bb8f809a1aa0fc8a55faaaac2357d80f1ce2e794914f6bec5263548e77802db2b9e52998af2b6276809
-SHA512 (inputstream.adaptive-20.3.14-Nexus.tar.gz) = 13c8773aede96362ce48b1ce11133275a1ac9e4b3b1d89afc58d6bb91ca09207d65a91d130349ff599139c6c13e4497af2f7ad6f15494a0b29074be19f2b082d
9 months, 1 week