[nvidia-xconfig] Update to 510.68.02
by Nicolas Chauvet
commit ce926f973bcbea0819c59eeb751aea8c02efcaca
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Apr 26 16:57:20 2022 +0200
Update to 510.68.02
nvidia-xconfig.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/nvidia-xconfig.spec b/nvidia-xconfig.spec
index 2437c46..6cc92f2 100644
--- a/nvidia-xconfig.spec
+++ b/nvidia-xconfig.spec
@@ -1,6 +1,6 @@
Name: nvidia-xconfig
Epoch: 3
-Version: 510.60.02
+Version: 510.68.02
Release: 1%{?dist}
Summary: NVIDIA X configuration file editor
@@ -52,6 +52,9 @@ mkdir -p %{buildroot}%{_sbindir}
%changelog
+* Tue Apr 26 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 3:510.68.02-1
+- Update to 510.68.02
+
* Wed Mar 23 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:510.60.02-1
- Update to 510.60.02 release
2 years, 6 months
[xorg-x11-drv-nvidia] Update to 510.68.02
by Nicolas Chauvet
commit 6bf042ec06153247597c8ef883b148171fc37e02
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Apr 26 16:54:44 2022 +0200
Update to 510.68.02
sources | 2 +-
xorg-x11-drv-nvidia.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index 0f20424..56d5c05 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (NVIDIA-Linux-x86_64-510.60.02.run) = ccc459bdf5f89a37f79a1831bac8c03980deaa13082b516d5e9c74a49e1aea7f1f6b03304705a95564a390bf0ca38df10b8c8b73e3470a31444dd5ebfd981cfd
+SHA512 (NVIDIA-Linux-x86_64-510.68.02.run) = eb31ed729555075bcc307acc576cb6fdfdd7e397c9e47dd80fc2f55cac6902c3924b69bb91036e5ded1001e81d4b81082ba093dd63d6d97bc313fe78e510131b
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 92294ed..1334c4b 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -25,7 +25,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 3
-Version: 510.60.02
+Version: 510.68.02
Release: 1%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
@@ -593,6 +593,9 @@ fi ||:
%endif
%changelog
+* Tue Apr 26 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 3:510.68.02-1
+- Update to 510.68.02
+
* Wed Mar 23 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:510.60.02-1
- Update to 510.60.02 release
2 years, 6 months
[telegram-desktop/f35] Updated to version 3.7.3. Performed SPEC cleanup.
by Vitaly Zaitsev
commit f3b46a5b102ee6505844ca11a8869ffde9090e09
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Tue Apr 26 16:52:29 2022 +0200
Updated to version 3.7.3. Performed SPEC cleanup.
.gitignore | 1 +
sources | 2 +-
telegram-desktop.spec | 110 +++-----------------------------------------------
3 files changed, 7 insertions(+), 106 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 17245b9..8326013 100644
--- a/.gitignore
+++ b/.gitignore
@@ -177,3 +177,4 @@
/tdesktop-3.6.1-full.tar.gz
/tdesktop-3.7.0-full.tar.gz
/tdesktop-3.7.1-full.tar.gz
+/tdesktop-3.7.3-full.tar.gz
diff --git a/sources b/sources
index f6a0048..0e22fec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-3.7.1-full.tar.gz) = 548af6525b92eac8c7431577d81f38b97c6bcd15f553a41c948bdac4cc431badc94e6777de0125f4ba28ff0b03d658ea177e1e34e0136c0b15a00b176499a1dd
+SHA512 (tdesktop-3.7.3-full.tar.gz) = f35052e514d520796296fa88e3affa1734973164e4b72f0120b78fc586de98a15e64a4e25f436ee4c2c2c0e100c64b3dbd2d96401dff19c382a6ad1fde88e859
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index d48275f..ae36302 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -1,26 +1,16 @@
-%undefine __cmake_in_source_build
-
# Build conditionals...
%global enable_wayland 1
%global enable_x11 1
-%global use_clang 0
# Telegram Desktop's constants...
%global appname tdesktop
%global launcher telegramdesktop
-# Applying toolchain configuration...
-%if %{use_clang}
-%global toolchain clang
-%endif
-
-# Applying some workaround for non-x86 architectures...
-%ifnarch x86_64
+# Reducing debuginfo verbosity...
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
-%endif
Name: telegram-desktop
-Version: 3.7.1
+Version: 3.7.3
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -88,12 +78,6 @@ BuildRequires: ninja-build
BuildRequires: python3
BuildRequires: qt6-qtbase-private-devel
-%if %{use_clang}
-BuildRequires: compiler-rt
-BuildRequires: clang
-BuildRequires: llvm
-%endif
-
%if %{enable_wayland}
BuildRequires: cmake(Qt6Concurrent)
BuildRequires: cmake(Qt6WaylandClient)
@@ -161,19 +145,9 @@ rm -rf Telegram/ThirdParty/{GSL,QR,dispatch,expected,fcitx-qt5,fcitx5-qt,hime,hu
# Building Telegram Desktop using cmake...
%cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-%if %{use_clang}
- -DCMAKE_C_COMPILER=%{_bindir}/clang \
- -DCMAKE_CXX_COMPILER=%{_bindir}/clang++ \
- -DCMAKE_AR=%{_bindir}/llvm-ar \
- -DCMAKE_RANLIB=%{_bindir}/llvm-ranlib \
- -DCMAKE_LINKER=%{_bindir}/llvm-ld \
- -DCMAKE_OBJDUMP=%{_bindir}/llvm-objdump \
- -DCMAKE_NM=%{_bindir}/llvm-nm \
-%else
-DCMAKE_AR=%{_bindir}/gcc-ar \
-DCMAKE_RANLIB=%{_bindir}/gcc-ranlib \
-DCMAKE_NM=%{_bindir}/gcc-nm \
-%endif
-DTDESKTOP_API_ID=611335 \
-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c \
-DDESKTOP_APP_USE_PACKAGED:BOOL=ON \
@@ -209,85 +183,11 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.metainfo.xml
%changelog
+* Tue Apr 26 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.7.3-1
+- Updated to version 3.7.3.
+
* Wed Apr 20 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.7.1-1
- Updated to version 3.7.1.
* Mon Apr 18 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.7.0-1
- Updated to version 3.7.0.
-
-* Thu Mar 17 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.6.1-1
-- Updated to version 3.6.1.
-
-* Fri Mar 11 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.6.0-1
-- Updated to version 3.6.0.
-
-* Wed Feb 16 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.5.2-2
-- Rebuilt for Qt 6.2.3 update.
-
-* Tue Feb 08 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.5.2-1
-- Updated to version 3.5.2.
-
-* Sat Feb 05 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.5.1-1
-- Updated to version 3.5.1.
-
-* Tue Feb 01 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.5.0-1
-- Updated to version 3.5.0.
-
-* Thu Jan 20 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.4.8-1
-- Updated to version 3.4.8.
-
-* Tue Jan 04 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.4.3-1
-- Updated to version 3.4.3.
-
-* Sat Jan 01 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.4.2-1
-- Updated to version 3.4.2.
-- Build against Qt 6 as recommended by the upstream.
-
-* Thu Dec 30 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.4.0-1
-- Updated to version 3.4.0.
-
-* Thu Dec 09 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.3.0-1
-- Updated to version 3.3.0.
-- Enabled Wayland integration.
-- Build with OpenSSL 3.0 for Fedora 36+.
-
-* Tue Nov 16 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.2.5-1
-- Updated to version 3.2.5.
-- Added OpenSSL workaround for Fedora 36+.
-- Adjusted the number of CPU cores on aarch64 during the build.
-- Switched from boolean conditionals to constants.
-- Build against Qt 5 due to issues with Qt 6 and Wayland.
-
-* Mon Nov 15 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.2.4-1
-- Updated to version 3.2.4.
-- Switched to Qt 6 with an option to build against Qt 5.
-- Removed no longer supported by upstream use-flags.
-- Fixed FTBFS related to ffmpeg 4.5 update on Rawhide.
-- Enabled aarch64 architecture with some limitations.
-
-* Fri Nov 12 2021 Leigh Scott <leigh123linux(a)gmail.com> - 3.0.1-2
-- Rebuilt for new ffmpeg snapshot
-
-* Thu Sep 02 2021 Alexey Gorgurov <alexfails(a)fedoraproject.org> - 3.0.1-1
-- Updated to version 3.0.1.
-
-* Wed Jul 28 2021 Leigh Scott <leigh123linux(a)gmail.com> - 2.8.8-3
-- Disable gtk integration
-
-* Wed Jul 28 2021 Leigh Scott <leigh123linux(a)gmail.com> - 2.8.8-2
-- Add Buildrequires webkitgtk4-devel and enable gtk integration
-
-* Tue Jul 27 2021 Leigh Scott <leigh123linux(a)gmail.com> - 2.8.8-1
-- Updated to version 2.8.8.
-
-* Sun Mar 21 2021 Alexey Gorgurov <alexfails(a)fedoraproject.org> - 2.7.1-1
-- Updated to version 2.7.1.
-
-* Thu Feb 25 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.6.1-1
-- Updated to version 2.6.1.
-
-* Wed Feb 24 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.6.0-1
-- Updated to version 2.6.0.
-
-* Thu Feb 18 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.5.9-1
-- Updated to version 2.5.9.
2 years, 6 months
[kdenlive/f36] fix
by Leigh Scott
Summary of changes:
19abd0c... fix (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 7 months
[kdenlive] fix
by Leigh Scott
commit 19abd0c49bbbe7001af29c165b1a72acae54fc31
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Apr 26 14:53:17 2022 +0100
fix
kdenlive.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kdenlive.spec b/kdenlive.spec
index f5435bb..14f6f84 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -161,7 +161,7 @@ fi
%changelog
* Tue Apr 26 2022 Leigh Scott <leigh123linux(a)gmail.com> - 22.04.0-1
-- Update ffmpegthumbs to 22.04.0
+- Update kdenlive to 22.04.0
* Wed Apr 13 2022 Sérgio Basto <sergio(a)serjux.com> - 21.12.3-1
- Update kdenlive to 21.12.3
2 years, 7 months
[kdenlive] Update ffmpegthumbs to 22.04.0
by Leigh Scott
commit 00f62d9aaadb6ad57a1fd4c582b17803cf74d6f7
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Apr 26 14:51:13 2022 +0100
Update ffmpegthumbs to 22.04.0
.gitignore | 1 +
kdenlive.spec | 6 ++++--
sources | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 71dfa1d..f9a856d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,4 @@
/kdenlive-21.04.3.tar.xz
/kdenlive-21.12.2.tar.xz
/kdenlive-21.12.3.tar.xz
+/kdenlive-22.04.0.tar.xz
diff --git a/kdenlive.spec b/kdenlive.spec
index 0ec07ae..f5435bb 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -1,9 +1,8 @@
-%undefine __cmake_in_source_build
%global _lto_cflags %{nil}
Name: kdenlive
Summary: Non-linear video editor
-Version: 21.12.3
+Version: 22.04.0
Release: 1%{?dist}
License: GPLv2+
@@ -161,6 +160,9 @@ fi
%changelog
+* Tue Apr 26 2022 Leigh Scott <leigh123linux(a)gmail.com> - 22.04.0-1
+- Update ffmpegthumbs to 22.04.0
+
* Wed Apr 13 2022 Sérgio Basto <sergio(a)serjux.com> - 21.12.3-1
- Update kdenlive to 21.12.3
diff --git a/sources b/sources
index 12fcb13..20b318e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (kdenlive-21.12.3.tar.xz) = 2609638e841b9f4f733299a1eb8d343be5b57fc606323d3b3719498f62d8b0775e749ad5834539c6cbe6bbd223db2d007f72b989d8c1fcf1bf8a13533f91987c
+SHA512 (kdenlive-22.04.0.tar.xz) = 7e29df8b02a8bb0e6cee448a35bf17dfde666e789832a5a33b2f6b6342744344d0da2bfc51171dd6ece0a6f431b6a86f82aabba3c04881df7152aadc5ebfcca8
2 years, 7 months