[telegram-desktop] Update to 4.16.6.
by Vasiliy Glazov
commit 409d2797f06f897910b56d6e2cf8afba33132de5
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Wed Apr 10 07:43:09 2024 +0300
Update to 4.16.6.
sources | 2 +-
telegram-desktop.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index a015daf..2ce0658 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-4.16.5-full.tar.gz) = 5306a78f9e03df246ebad314f948b6b6eb3a851303e1b2186f2a842b4c113c724aa601383b584d736b2e2d575b066ceb5fcbb7564607f90dbe7dc897c87b4c17
+SHA512 (tdesktop-4.16.6-full.tar.gz) = 5b580d36c8b8a90981c3541d4c148df37bb7ebdec0970bfbfe4c1a9a1175e3cf41c2a14d854d7d917482aa9086ee712844ec40780741df22ad6d42fcf3c48f1f
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 55ff6ec..029464b 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -5,7 +5,7 @@
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
Name: telegram-desktop
-Version: 4.16.5
+Version: 4.16.6
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -169,6 +169,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_metainfodir}/*.metainfo.xml
%changelog
+* Wed Apr 10 2024 Vasiliy Glazov <vascom2(a)gmail.com> - 4.16.6-1
+- Update to 4.16.6
+
* Tue Apr 09 2024 Vasiliy Glazov <vascom2(a)gmail.com> - 4.16.5-1
- Update to 4.16.5
7 months, 3 weeks
[discord/f38] Update to 0.0.49
by Nicolas Chauvet
Summary of changes:
5753c2f... Update to 0.0.49 (*)
(*) This commit already existed in another branch; no separate mail sent
7 months, 3 weeks
[discord/f39] Update to 0.0.49
by Nicolas Chauvet
Summary of changes:
5753c2f... Update to 0.0.49 (*)
(*) This commit already existed in another branch; no separate mail sent
7 months, 3 weeks
[discord/f40] Update to 0.0.49
by Nicolas Chauvet
Summary of changes:
5753c2f... Update to 0.0.49 (*)
(*) This commit already existed in another branch; no separate mail sent
7 months, 3 weeks
[discord] Update to 0.0.49
by Nicolas Chauvet
commit 5753c2fcbf049deefde490940b43256e5ff5c244
Author: Nicolas Chauvet <nchauvet(a)linagora.com>
Date: Tue Apr 9 22:34:23 2024 +0200
Update to 0.0.49
discord.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/discord.spec b/discord.spec
index 53014b4..1ee6086 100644
--- a/discord.spec
+++ b/discord.spec
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_libdir}/discord/.*\\.s
Name: discord
-Version: 0.0.48
+Version: 0.0.49
Release: 1%{?dist}
Summary: All-in-one voice and text chat
@@ -81,6 +81,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metain
%changelog
+* Tue Apr 09 2024 Nicolas Chauvet <nchauvet(a)linagora.com> - 0.0.49-1
+- Update to 0.0.49
+
* Mon Apr 08 2024 Sérgio Basto <sergio(a)serjux.com> - 0.0.48-1
- Update discord to 0.0.48
diff --git a/sources b/sources
index 37cf852..e4fdcb7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (discord-0.0.48.tar.gz) = 3cffb469283de46a234f09fc42bf9963d4497ae28f71637db1230d5f8531c0d9fe00ceb6002e5f65f085a1a9511fd3ac8dd48e23431e190555d6cf8e62519f2b
+SHA512 (discord-0.0.49.tar.gz) = b8b1509c31e4c237255d678bbc3e8c4d0cd8b3731050b732e149399f8dda8abb12a46ad9ea3e718016f430ebfe17f88629d0964fe1266efe8b4cd20a2f9abbce
7 months, 3 weeks
[nvidia-340xx-kmod/f40] Fix build on gcc-14
by wojnilowicz
commit a01637562f936723843ee29fa3c998f9e4bbc0bb
Author: Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com>
Date: Tue Apr 9 21:41:05 2024 +0200
Fix build on gcc-14
gcc-14.patch | 13 +++++++++++++
kernel-6.6.8.patch | 11 -----------
kernel-6.8.2.patch | 15 +++++++++++++++
nvidia-340xx-kmod.spec | 9 +++++++--
4 files changed, 35 insertions(+), 13 deletions(-)
---
diff --git a/gcc-14.patch b/gcc-14.patch
new file mode 100644
index 0000000..2d5a4e4
--- /dev/null
+++ b/gcc-14.patch
@@ -0,0 +1,13 @@
+diff -Naur a/kernel/conftest.sh b/kernel/conftest.sh
+--- a/kernel/conftest.sh 2024-04-08 20:42:51.187823000 +0200
++++ b/kernel/conftest.sh 2024-04-09 21:37:15.674481821 +0200
+@@ -158,7 +158,8 @@
+ build_cflags() {
+ BASE_CFLAGS="-O2 -D__KERNEL__ \
+ -DKBUILD_BASENAME=\"#conftest$$\" -DKBUILD_MODNAME=\"#conftest$$\" \
+--nostdinc -isystem $ISYSTEM"
++-nostdinc -isystem $ISYSTEM \
++-Wno-implicit-function-declaration -Wno-strict-prototypes"
+
+ if [ "$OUTPUT" != "$SOURCES" ]; then
+ OUTPUT_CFLAGS="-I$OUTPUT/include2 -I$OUTPUT/include"
diff --git a/kernel-6.8.2.patch b/kernel-6.8.2.patch
new file mode 100644
index 0000000..3adcfc0
--- /dev/null
+++ b/kernel-6.8.2.patch
@@ -0,0 +1,15 @@
+diff -Naur a/kernel/conftest.sh b/kernel/conftest.sh
+--- a/kernel/conftest.sh 2024-04-08 20:36:36.730198000 +0200
++++ b/kernel/conftest.sh 2024-04-08 20:35:11.117112000 +0200
+@@ -1862,7 +1862,11 @@
+ #error DRM not enabled
+ #endif
+
++ #include <linux/bug.h>
++ #include <linux/version.h>
++
+ void conftest_drm_available(void) {
++ BUILD_BUG_ON(LINUX_VERSION_CODE >= KERNEL_VERSION(6, 8, 0));
+ struct drm_driver drv;
+
+ /* 2013-10-02 1bb72532ac260a2d3982b40bdd4c936d779d0d16 */
diff --git a/nvidia-340xx-kmod.spec b/nvidia-340xx-kmod.spec
index 80eb899..a870458 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: 30%{?dist}
+Release: 31%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -24,7 +24,8 @@ Patch1: fix-build-issues.patch
Patch2: kernel-6.3.1.patch
Patch3: kernel-6.5.2.patch
Patch4: kernel-6.6.1.patch
-Patch5: kernel-6.6.8.patch
+Patch5: kernel-6.8.2.patch
+Patch6: gcc-14.patch
BuildRequires: elfutils-libelf-devel
BuildRequires: gcc
@@ -57,6 +58,7 @@ tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{versi
%patch 3 -p1
%patch 4 -p1
%patch 5 -p1
+%patch 6 -p1
for kernel_version in %{?kernel_versions} ; do
cp -a kernel _kmod_build_${kernel_version%%___*}
@@ -85,6 +87,9 @@ done
%{?akmod_install}
%changelog
+* Tue Apr 09 2024 Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com> - 1:340.108-31
+- Fix build on gcc-14
+
* Fri Mar 29 2024 Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com> - 1:340.108-30
- Fix build on kernel-6.8.2
7 months, 3 weeks