[nvidia-390xx-kmod] Fix build on f30 i686
by Nicolas Chauvet
commit e25249bb4784f5b590608201622546b8142dee50
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Mar 10 10:30:28 2020 +0100
Fix build on f30 i686
nvidia-390xx-kmod.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/nvidia-390xx-kmod.spec b/nvidia-390xx-kmod.spec
index 651e273..cd07250 100644
--- a/nvidia-390xx-kmod.spec
+++ b/nvidia-390xx-kmod.spec
@@ -12,7 +12,7 @@ Name: nvidia-390xx-kmod
Epoch: 3
Version: 390.132
# Taken over by kmodtool
-Release: 4%{?dist}
+Release: 4%{?dist}.1
Summary: NVIDIA 390xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -51,7 +51,9 @@ tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{versi
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%ifarch x86_64
%patch3 -p1
+%endif
for kernel_version in %{?kernel_versions} ; do
cp -a kernel _kmod_build_${kernel_version%%___*}
@@ -79,6 +81,9 @@ done
%changelog
+* Tue Mar 10 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 3:390.132-4.1
+- Conditionlize arched patches
+
* Tue Mar 10 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 3:390.132-4
- Drop armv7hl build
4 years, 8 months
[tvheadend] Fix build with hdhomerun >= 20190621
by Mohamed ElMorabity
commit 54e16915e46ba8ad747dd220917dfe53a1df575f
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Tue Mar 10 10:27:23 2020 +0100
Fix build with hdhomerun >= 20190621
sources | 2 +-
tvheadend-4.2.8-hdhomerun20190621.patch | 12 ++++++++++++
tvheadend.spec | 7 ++++++-
3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index 071dc3a..8bca8cd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9571efa46dd489f9fe87acdb391d591 tvheadend-4.2.8.tar.gz
+SHA512 (tvheadend-4.2.8.tar.gz) = e629ffe1802e76b5121d5c22d11be86640f17816a5e902ed4842b2fd21df506d00d9caebafd931d71995e9d9049cb675c032478c9bed4f1ce82fc3f255f6166f
diff --git a/tvheadend-4.2.8-hdhomerun20190621.patch b/tvheadend-4.2.8-hdhomerun20190621.patch
new file mode 100644
index 0000000..f23efd3
--- /dev/null
+++ b/tvheadend-4.2.8-hdhomerun20190621.patch
@@ -0,0 +1,12 @@
+diff -up ./src/input/mpegts/tvhdhomerun/tvhdhomerun.c.orig ./src/input/mpegts/tvhdhomerun/tvhdhomerun.c
+--- ./src/input/mpegts/tvhdhomerun/tvhdhomerun.c.orig 2019-01-12 09:58:47.000000000 +0100
++++ ./src/input/mpegts/tvhdhomerun/tvhdhomerun.c 2020-03-10 10:10:22.429845330 +0100
+@@ -28,7 +28,7 @@
+ #include <arpa/inet.h>
+ #include <openssl/sha.h>
+
+-#ifdef HDHOMERUN_TAG_DEVICE_AUTH_BIN
++#if defined(HDHOMERUN_TAG_DEVICE_AUTH_BIN) || defined(HDHOMERUN_TAG_DEVICE_AUTH_BIN_DEPRECATED)
+ #define hdhomerun_discover_find_devices_custom \
+ hdhomerun_discover_find_devices_custom_v2
+ #endif
diff --git a/tvheadend.spec b/tvheadend.spec
index 39b1984..bef92c4 100644
--- a/tvheadend.spec
+++ b/tvheadend.spec
@@ -20,7 +20,7 @@
Name: tvheadend
Version: 4.2.8
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: TV streaming server and digital video recorder
License: GPLv3+
@@ -43,6 +43,8 @@ Patch4: %{name}-4.2.1-crypto_policies.patch
Patch5: %{name}-4.2.7-python3.patch
# Fix build with GCC 9
Patch6: %{name}-4.2.8-gcc9.patch
+# Fix build with hdhomerun >= 20190621
+Patch7: %{name}-4.2.8-hdhomerun20190621.patch
BuildRequires: bzip2
BuildRequires: gcc
@@ -232,6 +234,9 @@ exit 0
%changelog
+* Tue Mar 10 2020 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.2.8-8
+- Fix build with hdhomerun >= 20190621
+
* Sat Feb 22 2020 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 4.2.8-7
- Rebuild for ffmpeg-4.3 git
4 years, 8 months
[nvidia-390xx-kmod/f32] (3 commits) ...Drop armv7hl build
by Nicolas Chauvet
Summary of changes:
8f604b9... Patches for kernel 5.5 and 5.6 (*)
ea0e1f5... Correct changelog date after merge (*)
d5dd32c... Drop armv7hl build (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 8 months
[nvidia-390xx-kmod] Drop armv7hl build
by Nicolas Chauvet
commit d5dd32c58f89fed7c1b7f4ea6b69c6292ae3a400
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Mar 10 09:04:31 2020 +0100
Drop armv7hl build
nvidia-390xx-kmod.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-390xx-kmod.spec b/nvidia-390xx-kmod.spec
index 0767dc4..651e273 100644
--- a/nvidia-390xx-kmod.spec
+++ b/nvidia-390xx-kmod.spec
@@ -12,7 +12,7 @@ Name: nvidia-390xx-kmod
Epoch: 3
Version: 390.132
# Taken over by kmodtool
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: NVIDIA 390xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -27,7 +27,7 @@ Patch2: kernel-5.5.patch
Patch3: kernel-5.6.patch
# needed for plague to make sure it builds for i586 and i686
-ExclusiveArch: i686 x86_64 armv7hl
+ExclusiveArch: i686 x86_64
# get the needed BuildRequires (in parts depending on what we build for)
%global AkmodsBuildRequires %{_bindir}/kmodtool, xorg-x11-drv-nvidia-390xx-kmodsrc >= %{epoch}:%{version}
@@ -79,6 +79,9 @@ done
%changelog
+* Tue Mar 10 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 3:390.132-4
+- Drop armv7hl build
+
* Mon Mar 09 2020 Henrik Nordstrom <henrik(a)henriknordstrom.net> - 3:390.132-3
- Patches for kernel 5.5 and 5.6
4 years, 8 months
[libva-intel-driver] Fix build with gcc-10
by Nicolas Chauvet
commit 5c3490f30f0fe29e5499a2e7dafa7035813fbd65
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Mar 10 08:55:33 2020 +0100
Fix build with gcc-10
Reported as https://github.com/intel/intel-vaapi-driver/issues/503
libva-intel-driver.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/libva-intel-driver.spec b/libva-intel-driver.spec
index 19186d6..c33bbc0 100644
--- a/libva-intel-driver.spec
+++ b/libva-intel-driver.spec
@@ -3,9 +3,11 @@
%global _without_wayland 1
%endif
+%define _legacy_common_support 1
+
Name: libva-intel-driver
Version: 2.4.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: HW video decode support for Intel integrated graphics
License: MIT and EPL
URL: https://github.com/intel/intel-vaapi-driver
@@ -88,6 +90,9 @@ fn=%{buildroot}%{_datadir}/appdata/intel-vaapi-driver.metainfo.xml
%changelog
+* Tue Mar 10 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0-3
+- Define _legacy_common_support
+
* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4 years, 8 months