commit 9208389c919d688441e819ae2615d56441a9a240
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Wed Aug 17 10:38:40 2022 +0200
Updated to version 4.1.1.
.gitignore | 1 +
sources | 2 +-
telegram-desktop-4.1.0-gcc12-build-fixes.patch | 43 -------------
telegram-desktop-4.1.0-window-position-fixes.patch | 70 ----------------------
telegram-desktop.spec | 14 ++---
5 files changed, 6 insertions(+), 124 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 668e000..f240699 100644
--- a/.gitignore
+++ b/.gitignore
@@ -180,3 +180,4 @@
/tdesktop-3.7.3-full.tar.gz
/tdesktop-4.0.2-full.tar.gz
/tdesktop-4.1.0-full.tar.gz
+/tdesktop-4.1.1-full.tar.gz
diff --git a/sources b/sources
index da0068e..294bd9c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-4.1.0-full.tar.gz) =
d58ad4b3eaf72b4885612ecca0b29057a1f0e7efc7a539c4ed7cdfa9f6b8dd19e378f1e4b9f28a644d8c8559a5310a168e0b949aafac6902bd21155795db2574
+SHA512 (tdesktop-4.1.1-full.tar.gz) =
3240b9f81c3901997b1ea13fd7db7b8598b31c0faa68a2f711909ed11f33345db5a45ac99c0be77f1caeb1f571093ea42b1dbc7e7bb15e989c8756805c2ec887
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 5352e48..4ef4c99 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -11,7 +11,7 @@
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
Name: telegram-desktop
-Version: 4.1.0
+Version: 4.1.1
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -23,11 +23,6 @@ URL:
https://github.com/telegramdesktop/%{appname}
Summary: Telegram Desktop official messaging app
Source0: %{url}/releases/download/v%{version}/%{appname}-%{version}-full.tar.gz
-#
https://github.com/telegramdesktop/tdesktop/commit/f82089cbfe1c459022f9d4...
-Patch100: %{name}-4.1.0-gcc12-build-fixes.patch
-#
https://github.com/telegramdesktop/tdesktop/commit/1e7117dd674e81ddd17868...
-Patch101: %{name}-4.1.0-window-position-fixes.patch
-
# Telegram Desktop require more than 8 GB of RAM on linking stage.
# Disabling all low-memory architectures.
ExclusiveArch: x86_64 aarch64
@@ -187,7 +182,6 @@ export
PKG_CONFIG_PATH="%{_libdir}/compat-ffmpeg4/pkgconfig/"
-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c \
-DDESKTOP_APP_USE_PACKAGED:BOOL=ON \
-DDESKTOP_APP_DISABLE_CRASH_REPORTS:BOOL=ON \
- -DDESKTOP_APP_QT6:BOOL=ON \
%if %{bundled_fonts}
-DDESKTOP_APP_USE_PACKAGED_FONTS:BOOL=OFF \
%else
@@ -222,6 +216,9 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.metainfo.xml
%changelog
+* Wed Aug 17 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 4.1.1-1
+- Updated to version 4.1.1.
+
* Sun Aug 14 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 4.1.0-1
- Updated to version 4.1.0.
- Switched to compat-ffmpeg4 to mitigate RFBZ#6273.
@@ -230,6 +227,3 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{launcher}.desktop
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> -
4.0.2-3
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
-
-* Wed Jul 27 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 4.0.2-2
-- Rebuilt due to the Qt 6.3.1 update.