[telegram-desktop/f35: 5/5] Updated to version 3.6.1.
by Vitaly Zaitsev
commit f8084c7b8536ba7a0cc06e98fabc8c9790a4ae57
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Thu Mar 17 13:34:17 2022 +0100
Updated to version 3.6.1.
.gitignore | 1 +
sources | 2 +-
telegram-desktop-ecm-version-downgrade.patch | 11 +++++++++++
telegram-desktop.spec | 8 ++++++--
4 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 40955d6..d44b7a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -174,3 +174,4 @@
/tdesktop-3.5.1-full.tar.gz
/tdesktop-3.5.2-full.tar.gz
/tdesktop-3.6.0-full.tar.gz
+/tdesktop-3.6.1-full.tar.gz
diff --git a/sources b/sources
index 7b3fd23..6510cf3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-3.6.0-full.tar.gz) = e5d4278229dc6033e1d40509d54fe52844dd8bad036bfec1fb9683505c9a626e821c15a487db5f1be5951dd5ed0db3ff5a4cbcbba73627f5e527e88cb06925f3
+SHA512 (tdesktop-3.6.1-full.tar.gz) = dd216c720ea3b1c72669805bb31319746a7ddfe746d188bf2ae0c5cdf0a10b379fc2e888a26fe755d77381fc5d9aa638cedc76b2dce1f1126a9c1ef9c02da2ba
diff --git a/telegram-desktop-ecm-version-downgrade.patch b/telegram-desktop-ecm-version-downgrade.patch
new file mode 100644
index 0000000..701cfa6
--- /dev/null
+++ b/telegram-desktop-ecm-version-downgrade.patch
@@ -0,0 +1,11 @@
+--- a/Telegram/ThirdParty/kwayland/CMakeLists.txt
++++ b/Telegram/ThirdParty/kwayland/CMakeLists.txt
+@@ -5,7 +5,7 @@ project(KWayland VERSION ${KF_VERSION})
+
+ # ECM setup
+ include(FeatureSummary)
+-find_package(ECM 5.92.0 NO_MODULE)
++find_package(ECM 5.91.0 NO_MODULE)
+ set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules")
+ feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES)
+ set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake/Modules)
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index d60e5d5..8cbbf31 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -24,7 +24,7 @@
%endif
Name: telegram-desktop
-Version: 3.6.0
+Version: 3.6.1
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -38,6 +38,7 @@ Source0: %{url}/releases/download/v%{version}/%{appname}-%{version}-full.tar.gz
# Downstream patches.
Patch0: %{name}-unbundled-kwayland-stuff.patch
+Patch1: %{name}-ecm-version-downgrade.patch
# https://github.com/TelegramMessenger/tgcalls/pull/14
Patch100: %{name}-ffmpeg5.patch
@@ -138,7 +139,7 @@ BuildRequires: cmake(Qt6Concurrent)
BuildRequires: cmake(Qt6WaylandClient)
BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: qt6-qtbase-static
-Provides: bundled(kf5-kwayland) = 5.91.0
+Provides: bundled(kf5-kwayland) = 5.92.0
%endif
BuildRequires: pkgconfig(wayland-client)
BuildRequires: extra-cmake-modules >= 5.91.0
@@ -269,6 +270,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.metainfo.xml
%changelog
+* 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.
2 years, 8 months
[telegram-desktop/f35] (5 commits) ...Updated to version 3.6.1.
by Vitaly Zaitsev
Summary of changes:
7a711e8... Added ffmpeg 5.0 patch again. (*)
0731d2e... Rebased ffmpeg 5.0 patch. (*)
06b36b0... One more ffmpeg 5.0 patch rebase. (*)
84bc37d... Explicitly require the right ffmpeg library on Fedora 36+. (*)
f8084c7... Updated to version 3.6.1.
(*) This commit already existed in another branch; no separate mail sent
2 years, 8 months
[chromium-freeworld] Disable LTO
by Leigh Scott
commit ef2aec63320d8e74872746f9e877321beb1c1062
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Mar 17 12:08:32 2022 +0000
Disable LTO
chromium-freeworld.spec | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 1b99f68..b6f191e 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -28,13 +28,11 @@
%global system_harfbuzz 0
%global system_libjpeg 1
%global system_libicu 0
-# lto issue with system libpng
-%global system_libpng 0
+%global system_libpng 1
%global system_libvpx 0
# The libxml_utils code depends on the specific bundled libxml checkout
%global system_libxml2 0
-# lto issue with system minizip
-%global system_minizip 0
+%global system_minizip 1
%global system_re2 1
%global system_libwebp 1
%global system_xslt 1
@@ -424,7 +422,7 @@ gn_arg clang_base_path=\"%{_prefix}\"
gn_arg is_clang=true
gn_arg clang_use_chrome_plugins=false
gn_arg use_lld=true
-gn_arg use_thin_lto=true
+gn_arg use_thin_lto=false
%else
gn_arg is_clang=false
%endif
2 years, 8 months
[chromium-freeworld/f35] (7 commits) ...Drop subzero patch
by Leigh Scott
Summary of changes:
88c384f... Spec file improvements (*)
0124d34... fix (*)
55e2d14... fix (*)
db88603... Test spec file changes (*)
0f2984c... Add gcc compile option (*)
31c6eb1... Update to 99.0.4844.74 (*)
19b5c58... Drop subzero patch (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 8 months
[game-data-packager: 2/2] Merge branch 'master' of ssh://pkgs.rpmfusion.org/free/game-data-packager
by Alexandre Detiste
commit 1b8f763fe80be4ebadf5a2484af72d5f3006987d
Merge: 3387a57 b8695e5
Author: Alexandre Detiste <alexandre.detiste(a)gmail.com>
Date: Wed Mar 16 23:45:22 2022 +0100
Merge branch 'master' of ssh://pkgs.rpmfusion.org/free/game-data-packager
game-data-packager.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --cc game-data-packager.spec
index 1fcaacf,42cc75c..c4d76ba
--- a/game-data-packager.spec
+++ b/game-data-packager.spec
@@@ -140,10 -136,9 +140,13 @@@ desktop-file-validate %{buildroot}%{_da
%{_datadir}/pixmaps/doom2-masterlevels.png
%changelog
+* Wed Mar 16 2022 Alexandre Detiste <alexandre.detiste(a)gmail.com> - 69-1
+- New upstream release
+- Switch to Meson build system
+
+ * Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 68-2
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
* Fri Oct 08 2021 Alexandre Detiste <alexandre.detiste(a)gmail.com> - 68-1
- New upstream release
2 years, 8 months