[kodi-peripheral-joystick/f38] Update to 20.1.8
by Mohamed ElMorabity
commit 93fa6ffe6efb6b4d67a85cd83d576092b2c591ad
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Mar 27 19:30:53 2023 +0200
Update to 20.1.8
.gitignore | 1 +
kodi-peripheral-joystick.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 05eaa30..c0f704c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/peripheral.joystick-1.7.1.tar.gz
/peripheral.joystick-1.7.2.tar.gz
/peripheral.joystick-20.1.3.tar.gz
+/peripheral.joystick-20.1.8.tar.gz
diff --git a/kodi-peripheral-joystick.spec b/kodi-peripheral-joystick.spec
index 79b2517..5c33342 100644
--- a/kodi-peripheral-joystick.spec
+++ b/kodi-peripheral-joystick.spec
@@ -3,7 +3,7 @@
%global kodi_version 20
Name: kodi-peripheral-joystick
-Version: 20.1.3
+Version: 20.1.8
Release: 1%{?dist}
Summary: Joystick Peripheral addon for Kodi
@@ -54,6 +54,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/%{name}.met
%changelog
+* Mon Mar 27 2023 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 20.1.8-1
+- Update to 20.1.8
+
* Sun Jan 29 2023 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 20.1.3-1
- Update to 20.1.3
- Add AppStream metadata
diff --git a/sources b/sources
index 5fca1a0..601b0e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (peripheral.joystick-20.1.3.tar.gz) = c63afdc787432745e00ea73c929762cc790963bacd878f1ec2a8461a7be7d28f79c3fe32e9638c99e0262be78e956c92771cdafa565bd657de3deca111ce429d
+SHA512 (peripheral.joystick-20.1.8.tar.gz) = df5c44dee0ca1fa980c9668f1a91466882583b23e77f3dfee73520c061fd6e99260a640b07eafd5cf67c162f949b188d6cedcaad376a58554f07e98174aabd9a
1 year, 8 months
[kodi-peripheral-joystick] Update to 20.1.8
by Mohamed ElMorabity
commit f6ebd9fcb4e5f9b20b3e5cddbbb9c8bd71611eab
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Mar 27 19:30:53 2023 +0200
Update to 20.1.8
.gitignore | 1 +
kodi-peripheral-joystick.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 05eaa30..c0f704c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/peripheral.joystick-1.7.1.tar.gz
/peripheral.joystick-1.7.2.tar.gz
/peripheral.joystick-20.1.3.tar.gz
+/peripheral.joystick-20.1.8.tar.gz
diff --git a/kodi-peripheral-joystick.spec b/kodi-peripheral-joystick.spec
index 79b2517..5c33342 100644
--- a/kodi-peripheral-joystick.spec
+++ b/kodi-peripheral-joystick.spec
@@ -3,7 +3,7 @@
%global kodi_version 20
Name: kodi-peripheral-joystick
-Version: 20.1.3
+Version: 20.1.8
Release: 1%{?dist}
Summary: Joystick Peripheral addon for Kodi
@@ -54,6 +54,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/%{name}.met
%changelog
+* Mon Mar 27 2023 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 20.1.8-1
+- Update to 20.1.8
+
* Sun Jan 29 2023 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 20.1.3-1
- Update to 20.1.3
- Add AppStream metadata
diff --git a/sources b/sources
index 5fca1a0..601b0e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (peripheral.joystick-20.1.3.tar.gz) = c63afdc787432745e00ea73c929762cc790963bacd878f1ec2a8461a7be7d28f79c3fe32e9638c99e0262be78e956c92771cdafa565bd657de3deca111ce429d
+SHA512 (peripheral.joystick-20.1.8.tar.gz) = df5c44dee0ca1fa980c9668f1a91466882583b23e77f3dfee73520c061fd6e99260a640b07eafd5cf67c162f949b188d6cedcaad376a58554f07e98174aabd9a
1 year, 8 months
[kodi-inputstream-adaptive/f38] Fix build with GCC 13
by Mohamed ElMorabity
commit fb78bd88c55ad4f9e19906348db2d3c289e3a05f
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Mar 27 19:10:07 2023 +0200
Fix build with GCC 13
...=> kodi-inputstream-adaptive-20.3.5-gcc13.patch | 39 ++++++++++++++--------
kodi-inputstream-adaptive.spec | 2 +-
2 files changed, 26 insertions(+), 15 deletions(-)
---
diff --git a/kodi-inputstream-adaptive-20.3.2-gcc13.patch b/kodi-inputstream-adaptive-20.3.5-gcc13.patch
similarity index 56%
rename from kodi-inputstream-adaptive-20.3.2-gcc13.patch
rename to kodi-inputstream-adaptive-20.3.5-gcc13.patch
index dfe02df..db42c46 100644
--- a/kodi-inputstream-adaptive-20.3.2-gcc13.patch
+++ b/kodi-inputstream-adaptive-20.3.5-gcc13.patch
@@ -1,6 +1,6 @@
diff -up ./src/common/AdaptiveDecrypter.h.orig ./src/common/AdaptiveDecrypter.h
---- ./src/common/AdaptiveDecrypter.h.orig 2023-01-11 22:37:47.000000000 +0100
-+++ ./src/common/AdaptiveDecrypter.h 2023-01-29 22:50:19.875120342 +0100
+--- ./src/common/AdaptiveDecrypter.h.orig 2023-03-10 07:48:08.000000000 +0100
++++ ./src/common/AdaptiveDecrypter.h 2023-03-27 18:55:29.714262808 +0200
@@ -12,6 +12,7 @@
#include <stdexcept>
@@ -10,8 +10,8 @@ diff -up ./src/common/AdaptiveDecrypter.h.orig ./src/common/AdaptiveDecrypter.h
#include <bento4/Ap4.h>
diff -up ./src/Iaes_decrypter.h.orig ./src/Iaes_decrypter.h
---- ./src/Iaes_decrypter.h.orig 2023-01-11 22:37:47.000000000 +0100
-+++ ./src/Iaes_decrypter.h 2023-01-29 22:49:06.804158436 +0100
+--- ./src/Iaes_decrypter.h.orig 2023-03-10 07:48:08.000000000 +0100
++++ ./src/Iaes_decrypter.h 2023-03-27 18:55:29.714262808 +0200
@@ -11,6 +11,7 @@
#include <bento4/Ap4Types.h>
@@ -28,8 +28,8 @@ diff -up ./src/Iaes_decrypter.h.orig ./src/Iaes_decrypter.h
\ Pas de fin de ligne à la fin du fichier
+};
diff -up ./src/SSD_dll.h.orig ./src/SSD_dll.h
---- ./src/SSD_dll.h.orig 2023-01-11 22:37:47.000000000 +0100
-+++ ./src/SSD_dll.h 2023-01-29 22:43:40.145864970 +0100
+--- ./src/SSD_dll.h.orig 2023-03-10 07:48:08.000000000 +0100
++++ ./src/SSD_dll.h 2023-03-27 18:55:29.714262808 +0200
@@ -10,6 +10,7 @@
#include <stdarg.h> // va_list, va_start, va_arg, va_end
@@ -39,8 +39,8 @@ diff -up ./src/SSD_dll.h.orig ./src/SSD_dll.h
//Functionality wich is supported by the Decrypter
class Adaptive_CencSingleSampleDecrypter;
diff -up ./src/test/KodiStubs.h.orig ./src/test/KodiStubs.h
---- ./src/test/KodiStubs.h.orig 2023-01-11 22:37:47.000000000 +0100
-+++ ./src/test/KodiStubs.h 2023-01-29 22:54:37.546519345 +0100
+--- ./src/test/KodiStubs.h.orig 2023-03-10 07:48:08.000000000 +0100
++++ ./src/test/KodiStubs.h 2023-03-27 18:55:29.714262808 +0200
@@ -12,6 +12,7 @@
#include <string>
@@ -49,9 +49,20 @@ diff -up ./src/test/KodiStubs.h.orig ./src/test/KodiStubs.h
#ifdef _WIN32 // windows
#if !defined(_SSIZE_T_DEFINED) && !defined(HAVE_SSIZE_T)
+diff -up ./src/utils/FileUtils.h.orig ./src/utils/FileUtils.h
+--- ./src/utils/FileUtils.h.orig 2023-03-10 07:48:08.000000000 +0100
++++ ./src/utils/FileUtils.h 2023-03-27 19:03:43.522457286 +0200
+@@ -10,6 +10,7 @@
+
+ #include <string>
+ #include <string_view>
++#include <cstdint>
+
+ namespace UTILS
+ {
diff -up ./src/utils/PropertiesUtils.h.orig ./src/utils/PropertiesUtils.h
---- ./src/utils/PropertiesUtils.h.orig 2023-01-11 22:37:47.000000000 +0100
-+++ ./src/utils/PropertiesUtils.h 2023-01-29 22:51:41.581198149 +0100
+--- ./src/utils/PropertiesUtils.h.orig 2023-03-10 07:48:08.000000000 +0100
++++ ./src/utils/PropertiesUtils.h 2023-03-27 18:55:29.714262808 +0200
@@ -11,6 +11,7 @@
#include <map>
#include <string>
@@ -61,8 +72,8 @@ diff -up ./src/utils/PropertiesUtils.h.orig ./src/utils/PropertiesUtils.h
namespace UTILS
{
diff -up ./src/utils/StringUtils.h.orig ./src/utils/StringUtils.h
---- ./src/utils/StringUtils.h.orig 2023-01-11 22:37:47.000000000 +0100
-+++ ./src/utils/StringUtils.h 2023-01-29 22:55:37.497310175 +0100
+--- ./src/utils/StringUtils.h.orig 2023-03-10 07:48:08.000000000 +0100
++++ ./src/utils/StringUtils.h 2023-03-27 18:55:29.715262825 +0200
@@ -11,6 +11,7 @@
#include <string>
#include <string_view>
@@ -72,8 +83,8 @@ diff -up ./src/utils/StringUtils.h.orig ./src/utils/StringUtils.h
namespace UTILS
{
diff -up ./src/utils/Utils.h.orig ./src/utils/Utils.h
---- ./src/utils/Utils.h.orig 2023-01-11 22:37:47.000000000 +0100
-+++ ./src/utils/Utils.h 2023-01-29 22:53:01.149247750 +0100
+--- ./src/utils/Utils.h.orig 2023-03-10 07:48:08.000000000 +0100
++++ ./src/utils/Utils.h 2023-03-27 18:55:29.715262825 +0200
@@ -12,6 +12,7 @@
#include <string>
#include <string_view>
diff --git a/kodi-inputstream-adaptive.spec b/kodi-inputstream-adaptive.spec
index a59a0dc..e59bdd6 100644
--- a/kodi-inputstream-adaptive.spec
+++ b/kodi-inputstream-adaptive.spec
@@ -21,7 +21,7 @@ Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{versi
Source1: https://github.com/xbmc/Bento4/archive/%{internal_bento4_tag}/Bento4-%{in...
Source2: %{name}.metainfo.xml
# Fix build with GCC 13
-Patch0: %{name}-20.3.2-gcc13.patch
+Patch0: %{name}-20.3.5-gcc13.patch
BuildRequires: cmake3
BuildRequires: gcc-c++
1 year, 8 months
[kodi-inputstream-adaptive/f38] Fix sources
by Mohamed ElMorabity
commit b1d11007d34ee4098f8f7d5c5c76da6ed4b375b2
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Mar 27 12:59:18 2023 +0200
Fix sources
sources | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/sources b/sources
index c223b5e..d7a84e6 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
SHA512 (inputstream.adaptive-20.3.5.tar.gz) = a6690380a76fb15b4146a3ce4f25fc9175714ff4de0a53413524867acb61602ab9477d84a9d70afef630b5b183974cba599d57745d035e9b20981a0862099faf
+SHA512 (Bento4-1.6.0-639-6-Nexus.tar.gz) = 08c359fb75f42d095ae040fb4dff020c902ba24677a95360fb845245ba3881423961bff6c8f0d2a791d387aa58ebe50b4998bedb866e0b7b58321bf8cdd4b1c3
1 year, 8 months
[kodi-inputstream-adaptive/f38] Update to 20.3.5
by Mohamed ElMorabity
commit d95c29172ccbff97f8f69c86413a23839bd0651f
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Mar 27 12:53:05 2023 +0200
Update to 20.3.5
kodi-inputstream-adaptive.spec | 5 ++++-
sources | 3 +--
2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/kodi-inputstream-adaptive.spec b/kodi-inputstream-adaptive.spec
index 5e2d5a1..a59a0dc 100644
--- a/kodi-inputstream-adaptive.spec
+++ b/kodi-inputstream-adaptive.spec
@@ -8,7 +8,7 @@
%global internal_bento4_tag %{internal_bento4_version}-6-%{kodi_codename}
Name: kodi-inputstream-adaptive
-Version: 20.3.3
+Version: 20.3.5
Release: 1%{?dist}
Summary: Adaptive file addon for Kodi's InputStream interface
@@ -73,6 +73,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/%{name}.met
%changelog
+* Mon Mar 27 2023 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 20.3.5-1
+- Update to 20.3.5
+
* Sun Feb 12 2023 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 20.3.3-1
- Update to 20.3.3
diff --git a/sources b/sources
index bbc36ec..c223b5e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-SHA512 (inputstream.adaptive-20.3.3.tar.gz) = c21158981eaa294c1063eff355ec8468b3e42d274ad4b3ae6e04b4bb0077c068edcc390452b0e89c90e5e5ed31300ad986693722a2638c75734368eab6df3648
-SHA512 (Bento4-1.6.0-639-6-Nexus.tar.gz) = 08c359fb75f42d095ae040fb4dff020c902ba24677a95360fb845245ba3881423961bff6c8f0d2a791d387aa58ebe50b4998bedb866e0b7b58321bf8cdd4b1c3
+SHA512 (inputstream.adaptive-20.3.5.tar.gz) = a6690380a76fb15b4146a3ce4f25fc9175714ff4de0a53413524867acb61602ab9477d84a9d70afef630b5b183974cba599d57745d035e9b20981a0862099faf
1 year, 8 months
[kodi-inputstream-adaptive] Fix build with GCC 13
by Mohamed ElMorabity
commit 92bd1632073e1d8c68fddb305cec25f96862efc0
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Mar 27 19:10:07 2023 +0200
Fix build with GCC 13
...=> kodi-inputstream-adaptive-20.3.5-gcc13.patch | 39 ++++++++++++++--------
kodi-inputstream-adaptive.spec | 2 +-
2 files changed, 26 insertions(+), 15 deletions(-)
---
diff --git a/kodi-inputstream-adaptive-20.3.2-gcc13.patch b/kodi-inputstream-adaptive-20.3.5-gcc13.patch
similarity index 56%
rename from kodi-inputstream-adaptive-20.3.2-gcc13.patch
rename to kodi-inputstream-adaptive-20.3.5-gcc13.patch
index dfe02df..db42c46 100644
--- a/kodi-inputstream-adaptive-20.3.2-gcc13.patch
+++ b/kodi-inputstream-adaptive-20.3.5-gcc13.patch
@@ -1,6 +1,6 @@
diff -up ./src/common/AdaptiveDecrypter.h.orig ./src/common/AdaptiveDecrypter.h
---- ./src/common/AdaptiveDecrypter.h.orig 2023-01-11 22:37:47.000000000 +0100
-+++ ./src/common/AdaptiveDecrypter.h 2023-01-29 22:50:19.875120342 +0100
+--- ./src/common/AdaptiveDecrypter.h.orig 2023-03-10 07:48:08.000000000 +0100
++++ ./src/common/AdaptiveDecrypter.h 2023-03-27 18:55:29.714262808 +0200
@@ -12,6 +12,7 @@
#include <stdexcept>
@@ -10,8 +10,8 @@ diff -up ./src/common/AdaptiveDecrypter.h.orig ./src/common/AdaptiveDecrypter.h
#include <bento4/Ap4.h>
diff -up ./src/Iaes_decrypter.h.orig ./src/Iaes_decrypter.h
---- ./src/Iaes_decrypter.h.orig 2023-01-11 22:37:47.000000000 +0100
-+++ ./src/Iaes_decrypter.h 2023-01-29 22:49:06.804158436 +0100
+--- ./src/Iaes_decrypter.h.orig 2023-03-10 07:48:08.000000000 +0100
++++ ./src/Iaes_decrypter.h 2023-03-27 18:55:29.714262808 +0200
@@ -11,6 +11,7 @@
#include <bento4/Ap4Types.h>
@@ -28,8 +28,8 @@ diff -up ./src/Iaes_decrypter.h.orig ./src/Iaes_decrypter.h
\ Pas de fin de ligne à la fin du fichier
+};
diff -up ./src/SSD_dll.h.orig ./src/SSD_dll.h
---- ./src/SSD_dll.h.orig 2023-01-11 22:37:47.000000000 +0100
-+++ ./src/SSD_dll.h 2023-01-29 22:43:40.145864970 +0100
+--- ./src/SSD_dll.h.orig 2023-03-10 07:48:08.000000000 +0100
++++ ./src/SSD_dll.h 2023-03-27 18:55:29.714262808 +0200
@@ -10,6 +10,7 @@
#include <stdarg.h> // va_list, va_start, va_arg, va_end
@@ -39,8 +39,8 @@ diff -up ./src/SSD_dll.h.orig ./src/SSD_dll.h
//Functionality wich is supported by the Decrypter
class Adaptive_CencSingleSampleDecrypter;
diff -up ./src/test/KodiStubs.h.orig ./src/test/KodiStubs.h
---- ./src/test/KodiStubs.h.orig 2023-01-11 22:37:47.000000000 +0100
-+++ ./src/test/KodiStubs.h 2023-01-29 22:54:37.546519345 +0100
+--- ./src/test/KodiStubs.h.orig 2023-03-10 07:48:08.000000000 +0100
++++ ./src/test/KodiStubs.h 2023-03-27 18:55:29.714262808 +0200
@@ -12,6 +12,7 @@
#include <string>
@@ -49,9 +49,20 @@ diff -up ./src/test/KodiStubs.h.orig ./src/test/KodiStubs.h
#ifdef _WIN32 // windows
#if !defined(_SSIZE_T_DEFINED) && !defined(HAVE_SSIZE_T)
+diff -up ./src/utils/FileUtils.h.orig ./src/utils/FileUtils.h
+--- ./src/utils/FileUtils.h.orig 2023-03-10 07:48:08.000000000 +0100
++++ ./src/utils/FileUtils.h 2023-03-27 19:03:43.522457286 +0200
+@@ -10,6 +10,7 @@
+
+ #include <string>
+ #include <string_view>
++#include <cstdint>
+
+ namespace UTILS
+ {
diff -up ./src/utils/PropertiesUtils.h.orig ./src/utils/PropertiesUtils.h
---- ./src/utils/PropertiesUtils.h.orig 2023-01-11 22:37:47.000000000 +0100
-+++ ./src/utils/PropertiesUtils.h 2023-01-29 22:51:41.581198149 +0100
+--- ./src/utils/PropertiesUtils.h.orig 2023-03-10 07:48:08.000000000 +0100
++++ ./src/utils/PropertiesUtils.h 2023-03-27 18:55:29.714262808 +0200
@@ -11,6 +11,7 @@
#include <map>
#include <string>
@@ -61,8 +72,8 @@ diff -up ./src/utils/PropertiesUtils.h.orig ./src/utils/PropertiesUtils.h
namespace UTILS
{
diff -up ./src/utils/StringUtils.h.orig ./src/utils/StringUtils.h
---- ./src/utils/StringUtils.h.orig 2023-01-11 22:37:47.000000000 +0100
-+++ ./src/utils/StringUtils.h 2023-01-29 22:55:37.497310175 +0100
+--- ./src/utils/StringUtils.h.orig 2023-03-10 07:48:08.000000000 +0100
++++ ./src/utils/StringUtils.h 2023-03-27 18:55:29.715262825 +0200
@@ -11,6 +11,7 @@
#include <string>
#include <string_view>
@@ -72,8 +83,8 @@ diff -up ./src/utils/StringUtils.h.orig ./src/utils/StringUtils.h
namespace UTILS
{
diff -up ./src/utils/Utils.h.orig ./src/utils/Utils.h
---- ./src/utils/Utils.h.orig 2023-01-11 22:37:47.000000000 +0100
-+++ ./src/utils/Utils.h 2023-01-29 22:53:01.149247750 +0100
+--- ./src/utils/Utils.h.orig 2023-03-10 07:48:08.000000000 +0100
++++ ./src/utils/Utils.h 2023-03-27 18:55:29.715262825 +0200
@@ -12,6 +12,7 @@
#include <string>
#include <string_view>
diff --git a/kodi-inputstream-adaptive.spec b/kodi-inputstream-adaptive.spec
index a59a0dc..e59bdd6 100644
--- a/kodi-inputstream-adaptive.spec
+++ b/kodi-inputstream-adaptive.spec
@@ -21,7 +21,7 @@ Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{versi
Source1: https://github.com/xbmc/Bento4/archive/%{internal_bento4_tag}/Bento4-%{in...
Source2: %{name}.metainfo.xml
# Fix build with GCC 13
-Patch0: %{name}-20.3.2-gcc13.patch
+Patch0: %{name}-20.3.5-gcc13.patch
BuildRequires: cmake3
BuildRequires: gcc-c++
1 year, 8 months
[kodi-inputstream-adaptive] Fix sources
by Mohamed ElMorabity
commit 62437662e4a7eb473b53eb6b7c17dd25de608911
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Mar 27 12:59:18 2023 +0200
Fix sources
sources | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/sources b/sources
index c223b5e..d7a84e6 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
SHA512 (inputstream.adaptive-20.3.5.tar.gz) = a6690380a76fb15b4146a3ce4f25fc9175714ff4de0a53413524867acb61602ab9477d84a9d70afef630b5b183974cba599d57745d035e9b20981a0862099faf
+SHA512 (Bento4-1.6.0-639-6-Nexus.tar.gz) = 08c359fb75f42d095ae040fb4dff020c902ba24677a95360fb845245ba3881423961bff6c8f0d2a791d387aa58ebe50b4998bedb866e0b7b58321bf8cdd4b1c3
1 year, 8 months
[kodi-inputstream-adaptive] Update to 20.3.5
by Mohamed ElMorabity
commit 57dbf888b4528103c0b3976f4d9bb6fcbf73052e
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Mon Mar 27 12:53:05 2023 +0200
Update to 20.3.5
kodi-inputstream-adaptive.spec | 5 ++++-
sources | 3 +--
2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/kodi-inputstream-adaptive.spec b/kodi-inputstream-adaptive.spec
index 5e2d5a1..a59a0dc 100644
--- a/kodi-inputstream-adaptive.spec
+++ b/kodi-inputstream-adaptive.spec
@@ -8,7 +8,7 @@
%global internal_bento4_tag %{internal_bento4_version}-6-%{kodi_codename}
Name: kodi-inputstream-adaptive
-Version: 20.3.3
+Version: 20.3.5
Release: 1%{?dist}
Summary: Adaptive file addon for Kodi's InputStream interface
@@ -73,6 +73,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/%{name}.met
%changelog
+* Mon Mar 27 2023 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 20.3.5-1
+- Update to 20.3.5
+
* Sun Feb 12 2023 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 20.3.3-1
- Update to 20.3.3
diff --git a/sources b/sources
index bbc36ec..c223b5e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-SHA512 (inputstream.adaptive-20.3.3.tar.gz) = c21158981eaa294c1063eff355ec8468b3e42d274ad4b3ae6e04b4bb0077c068edcc390452b0e89c90e5e5ed31300ad986693722a2638c75734368eab6df3648
-SHA512 (Bento4-1.6.0-639-6-Nexus.tar.gz) = 08c359fb75f42d095ae040fb4dff020c902ba24677a95360fb845245ba3881423961bff6c8f0d2a791d387aa58ebe50b4998bedb866e0b7b58321bf8cdd4b1c3
+SHA512 (inputstream.adaptive-20.3.5.tar.gz) = a6690380a76fb15b4146a3ce4f25fc9175714ff4de0a53413524867acb61602ab9477d84a9d70afef630b5b183974cba599d57745d035e9b20981a0862099faf
1 year, 8 months
[vlc] Fix deprecated patch method
by Leigh Scott
commit fb2170b2badcb963198e05360a9fc2074df8f79a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Mar 26 14:11:18 2023 +0100
Fix deprecated patch method
vlc.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index e174f4a..9e87495 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -318,10 +318,10 @@ VLC media player extras modules.
%prep
%setup -q -n %{vlc_setup}
-%patch3 -p1
+%patch -P3 -p1
%if 0%{?el7}
-%patch5 -p1
-%patch6 -p1
+%patch -P5 -p1
+%patch -P6 -p1
# Lower opus requirement - rfbz#5585
sed -i -e 's/opus >= 1.0.3/opus >= 1.0.2/' configure.ac
sed -i -e 's/opus_multistream_surround_encoder_create/opus_multistream_encoder_create/g' modules/codec/opus.c
@@ -331,11 +331,11 @@ sed -i -e 's/taglib >= 1.9/taglib >= 1.8/' configure.ac
. /opt/rh/devtoolset-%{dts_ver}/enable
%endif
%if 0%{?fedora} || 0%{?rhel} > 7
-%patch7 -p1
+%patch -P7 -p1
sed -i -e 's/luac/luac-5.1/g' configure.ac
%endif
-%patch9 -p1
+%patch -P9 -p1
%{?_with_bootstrap:
rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
1 year, 8 months
[vlc] Rebuild
by Leigh Scott
commit 03bf0f6caebc23a51d8f3b8a86af84b0484bad9f
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Mar 26 14:07:12 2023 +0100
Rebuild
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 6d610bf..e174f4a 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -59,7 +59,7 @@ Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.19
-Release: 0.1%{?dist}.1
+Release: 0.2%{?dist}.1
License: GPLv2+
URL: https://www.videolan.org
Source0: https://code.videolan.org/videolan/vlc/-/archive/%{commit0}/vlc-%{shortco...
@@ -600,6 +600,9 @@ fi || :
%changelog
+* Sun Mar 26 2023 Leigh Scott <leigh123linux(a)gmail.com> - 1:3.0.19-0.2.1
+- rebuilt
+
* Thu Mar 23 2023 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.19-0.1.1
- rebuilt
1 year, 8 months