[faad2/f39] (2 commits) ...fix
by Leigh Scott
Summary of changes:
fb34bd8... Update to 2.11.0 (*)
f1461db... fix (*)
(*) This commit already existed in another branch; no separate mail sent
1 year
[ffmpeg/f38] (14 commits) ...Update to 6.0.1 release
by Leigh Scott
Summary of changes:
bfd2a4a... Rebuild (*)
ef6017d... Rebuild (*)
e8af493... bootstrap build (*)
fbd6bc2... Rebuild (*)
5586773... Rebuild (*)
f7dece4... rebuild (*)
9f28c85... rebuilt (*)
0fb1dda... Drop placebo support for now (*)
0a5c600... Simplify last commit (*)
404e77c... Backport as in fedora (*)
a42dce0... Apply fedora patch (*)
3da7d6a... Update changelog (*)
82dc377... Backport upstream patch to fix segfault when passing non-ex (*)
635db18... Update to 6.0.1 release (*)
(*) This commit already existed in another branch; no separate mail sent
1 year
[ffmpeg/f39] (5 commits) ...Update to 6.0.1 release
by Leigh Scott
Summary of changes:
404e77c... Backport as in fedora (*)
a42dce0... Apply fedora patch (*)
3da7d6a... Update changelog (*)
82dc377... Backport upstream patch to fix segfault when passing non-ex (*)
635db18... Update to 6.0.1 release (*)
(*) This commit already existed in another branch; no separate mail sent
1 year
[ffmpeg] Update to 6.0.1 release
by Leigh Scott
commit 635db1887428d9454bec1607cb35cc31959307dd
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Nov 10 10:39:20 2023 +0000
Update to 6.0.1 release
...-mathops-clip-constants-used-with-shift-i.patch | 76 ----------------------
ffmpeg.spec | 10 +--
sources | 4 +-
3 files changed, 8 insertions(+), 82 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index b5cbfdd..b0d25aa 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -111,8 +111,8 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
-Version: 6.0
-Release: 18%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Version: 6.0.1
+Release: 1%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: https://ffmpeg.org/
%if 0%{?date}
@@ -124,10 +124,9 @@ Source2: https://ffmpeg.org/ffmpeg-devel.asc
%endif
Patch0: 0001-avfilter-vf_libplacebo-wrap-deprecated-opts-in-FF_AP.patch
Patch1: 0001-avfilter-vf_libplacebo-remove-deprecated-field.patch
-Patch2: 0001-avcodec-x86-mathops-clip-constants-used-with-shift-i.patch
# Backport fix for segfault when passing non-existent filter option
# See: https://bugzilla.rpmfusion.org/show_bug.cgi?id=6773
-Patch3: 0001-fftools-ffmpeg_filter-initialize-the-o-to-silence-th.patch
+Patch2: 0001-fftools-ffmpeg_filter-initialize-the-o-to-silence-th.patch
Conflicts: %{name}-free
Provides: %{name}-bin = %{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
@@ -536,6 +535,9 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.*
%changelog
+* Fri Nov 10 2023 Leigh Scott <leigh123linux(a)gmail.com> - 6.0.1-1
+- Update to 6.0.1 release
+
* Sun Oct 08 2023 Dominik Mierzejewski <dominik(a)greysector.net> - 6.0-18
- Backport upstream patch to fix segfault when passing non-existent filter
option (rfbz#6773)
diff --git a/sources b/sources
index 026e08d..851955a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (ffmpeg-6.0.tar.xz) = 4d0e8f635d5a1633710f30cb3e0a854b6ca3bf85e33a289d1ec7aca2ad55dc4910010bc9cf3f13eee9f6decb9d50a0df6d7aa5a342f308c3868d2730f3a6b980
-SHA512 (ffmpeg-6.0.tar.xz.asc) = a64cd0f8578fcea4537f5a38634c930d66c8ba4abd3e8e9dcffaeb95c3ad2e754d7bc4fbb5272409d4d32abf8180ef83f7204c6a570b52a37e635efd96cb94ed
+SHA512 (ffmpeg-6.0.1.tar.xz) = 8a86b2db4a9abb68bb86d770ba1babb76c8b8313cfb0258ae70c88e736a93b99c342a6ecda94b739e8e7c103bed75d4afd756dd94e08c6255f424ef62c264741
+SHA512 (ffmpeg-6.0.1.tar.xz.asc) = 314f9ef996b85bc93c9fb823d582697c7415ac35f56bfc9cd906893491c8076df90bd852cf6e5e757b1fa94bd415ed108488c1220add49eb1f4854fc253c178c
1 year
[nvidia-340xx-kmod/f37] Fix build on kernel-6.6.1
by wojnilowicz
commit 33c6c2a5d509b206934a43fd0e0bc655e2550e56
Author: Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com>
Date: Thu Nov 9 18:53:50 2023 +0100
Fix build on kernel-6.6.1
kernel-6.6.1.patch | 14 ++++++++++++++
nvidia-340xx-kmod.spec | 7 ++++++-
2 files changed, 20 insertions(+), 1 deletion(-)
---
diff --git a/kernel-6.6.1.patch b/kernel-6.6.1.patch
new file mode 100644
index 0000000..fec2e28
--- /dev/null
+++ b/kernel-6.6.1.patch
@@ -0,0 +1,14 @@
+diff -Naur a/kernel/nv-drm.c b/kernel/nv-drm.c
+--- a/kernel/nv-drm.c 2023-11-09 18:41:02.535583785 +0100
++++ b/kernel/nv-drm.c 2023-11-09 18:41:37.916798976 +0100
+@@ -277,8 +277,9 @@
+
+ .ioctls = nv_drm_ioctls,
+ .num_ioctls = ARRAY_SIZE(nv_drm_ioctls),
+-
++#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 6, 0)
+ .prime_handle_to_fd = drm_gem_prime_handle_to_fd,
++#endif
+ #if defined(NV_DRM_DRIVER_HAS_GEM_PRIME_CALLBACKS)
+ .gem_prime_export = nv_drm_gem_prime_export,
+ .gem_prime_get_sg_table = nv_drm_gem_prime_get_sg_table,
diff --git a/nvidia-340xx-kmod.spec b/nvidia-340xx-kmod.spec
index f874e08..1f1a3b1 100644
--- a/nvidia-340xx-kmod.spec
+++ b/nvidia-340xx-kmod.spec
@@ -12,7 +12,7 @@ Name: nvidia-340xx-kmod
Epoch: 1
Version: 340.108
# Taken over by kmodtool
-Release: 26%{?dist}
+Release: 27%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -23,6 +23,7 @@ Patch0: import-files-from-390.157.patch
Patch1: fix-build-issues.patch
Patch2: kernel-6.3.1.patch
Patch3: kernel-6.5.2.patch
+Patch4: kernel-6.6.1.patch
BuildRequires: elfutils-libelf-devel
BuildRequires: gcc
@@ -53,6 +54,7 @@ tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{versi
%patch1 -p1
%patch2 -p1
%patch3 -p1
+%patch4 -p1
for kernel_version in %{?kernel_versions} ; do
cp -a kernel _kmod_build_${kernel_version%%___*}
@@ -81,6 +83,9 @@ done
%{?akmod_install}
%changelog
+* Thu Nov 09 2023 Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com> - 1:340.108-27
+- Fix build on kernel-6.6.1
+
* Mon Sep 11 2023 Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com> - 1:340.108-26
- Fix build on kernel-6.5.2
1 year
[nvidia-340xx-kmod/f38] Fix build on kernel-6.6.1
by wojnilowicz
commit 366408d9dd68730a8afb00ba0380f3059530e9f1
Author: Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com>
Date: Thu Nov 9 18:52:24 2023 +0100
Fix build on kernel-6.6.1
kernel-6.6.1.patch | 14 ++++++++++++++
nvidia-340xx-kmod.spec | 7 ++++++-
2 files changed, 20 insertions(+), 1 deletion(-)
---
diff --git a/kernel-6.6.1.patch b/kernel-6.6.1.patch
new file mode 100644
index 0000000..fec2e28
--- /dev/null
+++ b/kernel-6.6.1.patch
@@ -0,0 +1,14 @@
+diff -Naur a/kernel/nv-drm.c b/kernel/nv-drm.c
+--- a/kernel/nv-drm.c 2023-11-09 18:41:02.535583785 +0100
++++ b/kernel/nv-drm.c 2023-11-09 18:41:37.916798976 +0100
+@@ -277,8 +277,9 @@
+
+ .ioctls = nv_drm_ioctls,
+ .num_ioctls = ARRAY_SIZE(nv_drm_ioctls),
+-
++#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 6, 0)
+ .prime_handle_to_fd = drm_gem_prime_handle_to_fd,
++#endif
+ #if defined(NV_DRM_DRIVER_HAS_GEM_PRIME_CALLBACKS)
+ .gem_prime_export = nv_drm_gem_prime_export,
+ .gem_prime_get_sg_table = nv_drm_gem_prime_get_sg_table,
diff --git a/nvidia-340xx-kmod.spec b/nvidia-340xx-kmod.spec
index 20ff302..1b169ec 100644
--- a/nvidia-340xx-kmod.spec
+++ b/nvidia-340xx-kmod.spec
@@ -12,7 +12,7 @@ Name: nvidia-340xx-kmod
Epoch: 1
Version: 340.108
# Taken over by kmodtool
-Release: 29%{?dist}
+Release: 30%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -23,6 +23,7 @@ Patch0: import-files-from-390.157.patch
Patch1: fix-build-issues.patch
Patch2: kernel-6.3.1.patch
Patch3: kernel-6.5.2.patch
+Patch4: kernel-6.6.1.patch
BuildRequires: elfutils-libelf-devel
BuildRequires: gcc
@@ -53,6 +54,7 @@ tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{versi
%patch 1 -p1
%patch 2 -p1
%patch 3 -p1
+%patch 4 -p1
for kernel_version in %{?kernel_versions} ; do
cp -a kernel _kmod_build_${kernel_version%%___*}
@@ -81,6 +83,9 @@ done
%{?akmod_install}
%changelog
+* Thu Nov 09 2023 Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com> - 1:340.108-30
+- Fix build on kernel-6.6.1
+
* Mon Sep 11 2023 Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com> - 1:340.108-29
- Fix build on kernel-6.5.2
1 year
[nvidia-340xx-kmod/f39] Fix build on kernel-6.6.1
by wojnilowicz
commit 5fe09ce91a8f38b60eacba71ec3f0795b24f7640
Author: Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com>
Date: Thu Nov 9 18:50:14 2023 +0100
Fix build on kernel-6.6.1
0011-kernel-6.0.patch | 151 -------------------------------------------------
kernel-6.6.1.patch | 14 +++++
nvidia-340xx-kmod.spec | 7 ++-
3 files changed, 20 insertions(+), 152 deletions(-)
---
diff --git a/kernel-6.6.1.patch b/kernel-6.6.1.patch
new file mode 100644
index 0000000..fec2e28
--- /dev/null
+++ b/kernel-6.6.1.patch
@@ -0,0 +1,14 @@
+diff -Naur a/kernel/nv-drm.c b/kernel/nv-drm.c
+--- a/kernel/nv-drm.c 2023-11-09 18:41:02.535583785 +0100
++++ b/kernel/nv-drm.c 2023-11-09 18:41:37.916798976 +0100
+@@ -277,8 +277,9 @@
+
+ .ioctls = nv_drm_ioctls,
+ .num_ioctls = ARRAY_SIZE(nv_drm_ioctls),
+-
++#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 6, 0)
+ .prime_handle_to_fd = drm_gem_prime_handle_to_fd,
++#endif
+ #if defined(NV_DRM_DRIVER_HAS_GEM_PRIME_CALLBACKS)
+ .gem_prime_export = nv_drm_gem_prime_export,
+ .gem_prime_get_sg_table = nv_drm_gem_prime_get_sg_table,
diff --git a/nvidia-340xx-kmod.spec b/nvidia-340xx-kmod.spec
index b92bae6..942f616 100644
--- a/nvidia-340xx-kmod.spec
+++ b/nvidia-340xx-kmod.spec
@@ -12,7 +12,7 @@ Name: nvidia-340xx-kmod
Epoch: 1
Version: 340.108
# Taken over by kmodtool
-Release: 27%{?dist}
+Release: 28%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -23,6 +23,7 @@ Patch0: import-files-from-390.157.patch
Patch1: fix-build-issues.patch
Patch2: kernel-6.3.1.patch
Patch3: kernel-6.5.2.patch
+Patch4: kernel-6.6.1.patch
BuildRequires: elfutils-libelf-devel
BuildRequires: gcc
@@ -53,6 +54,7 @@ tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{versi
%patch 1 -p1
%patch 2 -p1
%patch 3 -p1
+%patch 4 -p1
for kernel_version in %{?kernel_versions} ; do
cp -a kernel _kmod_build_${kernel_version%%___*}
@@ -81,6 +83,9 @@ done
%{?akmod_install}
%changelog
+* Thu Nov 09 2023 Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com> - 1:340.108-28
+- Fix build on kernel-6.6.1
+
* Mon Sep 11 2023 Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com> - 1:340.108-27
- Fix build on kernel-6.5.2
1 year
[nvidia-340xx-kmod] Fix build on kernel-6.6.1
by wojnilowicz
commit aab531a2bc82d858af7dd140786f22687d387098
Author: Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com>
Date: Thu Nov 9 18:47:57 2023 +0100
Fix build on kernel-6.6.1
0011-kernel-6.0.patch | 151 -------------------------------------------------
kernel-6.6.1.patch | 14 +++++
nvidia-340xx-kmod.spec | 7 ++-
3 files changed, 20 insertions(+), 152 deletions(-)
---
diff --git a/kernel-6.6.1.patch b/kernel-6.6.1.patch
new file mode 100644
index 0000000..fec2e28
--- /dev/null
+++ b/kernel-6.6.1.patch
@@ -0,0 +1,14 @@
+diff -Naur a/kernel/nv-drm.c b/kernel/nv-drm.c
+--- a/kernel/nv-drm.c 2023-11-09 18:41:02.535583785 +0100
++++ b/kernel/nv-drm.c 2023-11-09 18:41:37.916798976 +0100
+@@ -277,8 +277,9 @@
+
+ .ioctls = nv_drm_ioctls,
+ .num_ioctls = ARRAY_SIZE(nv_drm_ioctls),
+-
++#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 6, 0)
+ .prime_handle_to_fd = drm_gem_prime_handle_to_fd,
++#endif
+ #if defined(NV_DRM_DRIVER_HAS_GEM_PRIME_CALLBACKS)
+ .gem_prime_export = nv_drm_gem_prime_export,
+ .gem_prime_get_sg_table = nv_drm_gem_prime_get_sg_table,
diff --git a/nvidia-340xx-kmod.spec b/nvidia-340xx-kmod.spec
index b92bae6..942f616 100644
--- a/nvidia-340xx-kmod.spec
+++ b/nvidia-340xx-kmod.spec
@@ -12,7 +12,7 @@ Name: nvidia-340xx-kmod
Epoch: 1
Version: 340.108
# Taken over by kmodtool
-Release: 27%{?dist}
+Release: 28%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -23,6 +23,7 @@ Patch0: import-files-from-390.157.patch
Patch1: fix-build-issues.patch
Patch2: kernel-6.3.1.patch
Patch3: kernel-6.5.2.patch
+Patch4: kernel-6.6.1.patch
BuildRequires: elfutils-libelf-devel
BuildRequires: gcc
@@ -53,6 +54,7 @@ tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{versi
%patch 1 -p1
%patch 2 -p1
%patch 3 -p1
+%patch 4 -p1
for kernel_version in %{?kernel_versions} ; do
cp -a kernel _kmod_build_${kernel_version%%___*}
@@ -81,6 +83,9 @@ done
%{?akmod_install}
%changelog
+* Thu Nov 09 2023 Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com> - 1:340.108-28
+- Fix build on kernel-6.6.1
+
* Mon Sep 11 2023 Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com> - 1:340.108-27
- Fix build on kernel-6.5.2
1 year
[xmms2-freeworld] Rebuild for new faad2 version
by Leigh Scott
commit f947e6dbfba702bcf87719a9d03b96498bcd9c06
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Nov 8 01:06:11 2023 +0000
Rebuild for new faad2 version
xmms2-freeworld.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xmms2-freeworld.spec b/xmms2-freeworld.spec
index 96a4776..486aae5 100644
--- a/xmms2-freeworld.spec
+++ b/xmms2-freeworld.spec
@@ -3,7 +3,7 @@
Name: xmms2-freeworld
Summary: Plugins for XMMS2 that cannot be included in Fedora
Version: 0.8
-Release: 37%{?dist}
+Release: 38%{?dist}
License: LGPLv2+ and GPL+ and BSD
URL: http://wiki.xmms2.xmms.se/
# Fedora's xmms2 has to use a sanitized tarball, we don't.
@@ -198,6 +198,9 @@ chmod +x %{buildroot}%{_libdir}/xmms2/*
%{_libdir}/xmms2/libxmms_mp4.so
%changelog
+* Wed Nov 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.8-38
+- Rebuild for new faad2 version
+
* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.8-37
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
1 year
[welle-io] Rebuild for new faad2 version
by Leigh Scott
commit 277f16c32827273ce8f705660e1af23498371d55
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Nov 8 01:06:00 2023 +0000
Rebuild for new faad2 version
welle-io.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/welle-io.spec b/welle-io.spec
index cbc1b42..035dac5 100644
--- a/welle-io.spec
+++ b/welle-io.spec
@@ -1,7 +1,7 @@
Name: welle-io
Version: 2.4
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Receiver for DAB and DAB+ broadcast radio
License: GPLv2+
@@ -68,6 +68,9 @@ desktop-file-install \
%doc README.md AUTHORS THANKS
%changelog
+* Wed Nov 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 2.4-3
+- Rebuild for new faad2 version
+
* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 2.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
1 year