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.