commit 7b37c3163a2b6606386d9bf0bff2f20501c04334
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri Sep 6 10:05:53 2019 +0200
Updated to version 1.8.3. Switched back to GCC.
.gitignore | 1 +
sources | 2 +-
telegram-desktop-build-fixes.patch | 6 +++---
telegram-desktop-system-fonts.patch | 2 +-
telegram-desktop-unbundle-minizip.patch | 6 +++---
telegram-desktop.spec | 10 +++++++---
6 files changed, 16 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b5ee18c..e137a71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -98,3 +98,4 @@
/tdesktop-1.8.0.tar.gz
/tdesktop-1.8.1.tar.gz
/tdesktop-1.8.2.tar.gz
+/tdesktop-1.8.3.tar.gz
diff --git a/sources b/sources
index 48a1e7c..f569867 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
744e77b69697f659a356727be22d4247 crl-52baf11.tar.gz
d81386c7ddd0453463131a4a0e6c0f22 rlottie-d08a03b.tar.gz
-12acea063a9f90f374ac22f1e474bea9 tdesktop-1.8.2.tar.gz
+c1d8627632ceb16666e1c950b31a4ffd tdesktop-1.8.3.tar.gz
diff --git a/telegram-desktop-build-fixes.patch b/telegram-desktop-build-fixes.patch
index f81fc5f..a8ba806 100644
--- a/telegram-desktop-build-fixes.patch
+++ b/telegram-desktop-build-fixes.patch
@@ -1,4 +1,4 @@
-From 505e5f6307caf5089c20fec5d5a2a47bf252b4a3 Mon Sep 17 00:00:00 2001
+From 71ba68d2184e6033c770453dd0b8f5dddd86ffb4 Mon Sep 17 00:00:00 2001
From: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri, 31 Mar 2017 14:29:58 +0200
Subject: [PATCH 1/3] Fixed build under Fedora using rpmbuild and mock.
@@ -860,10 +860,10 @@ index ffe0e5a96..4efd97851 100644
],
}], ['<!(pkg-config ayatana-appindicator3-0.1; echo $?) == 0', {
diff --git a/Telegram/gyp/telegram_sources.txt b/Telegram/gyp/telegram_sources.txt
-index 5c57e2d44..03b1baa6d 100644
+index 2e50658fa..023db5ea7 100644
--- a/Telegram/gyp/telegram_sources.txt
+++ b/Telegram/gyp/telegram_sources.txt
-@@ -901,7 +901,7 @@
+@@ -917,7 +917,7 @@
<(src_loc)/mainwindow.h
<(src_loc)/observer_peer.cpp
<(src_loc)/observer_peer.h
diff --git a/telegram-desktop-system-fonts.patch b/telegram-desktop-system-fonts.patch
index 769b91c..e373ce7 100644
--- a/telegram-desktop-system-fonts.patch
+++ b/telegram-desktop-system-fonts.patch
@@ -1,4 +1,4 @@
-From cab64637492c027826ad762a61702824e0c373e0 Mon Sep 17 00:00:00 2001
+From afd38a7e2bf155964ea8eac83769b24a198315bd Mon Sep 17 00:00:00 2001
From: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sun, 24 Jun 2018 22:59:34 +0200
Subject: [PATCH 2/3] Backported and rebased patch from Debian maintainer
diff --git a/telegram-desktop-unbundle-minizip.patch
b/telegram-desktop-unbundle-minizip.patch
index 753b951..1c4a615 100644
--- a/telegram-desktop-unbundle-minizip.patch
+++ b/telegram-desktop-unbundle-minizip.patch
@@ -1,4 +1,4 @@
-From b5d9d38110a1f1b34932f1fd96506bc793b27581 Mon Sep 17 00:00:00 2001
+From b7b7851b472173d440aa4a6e53aaf4173ff6162b Mon Sep 17 00:00:00 2001
From: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Wed, 17 Oct 2018 17:57:59 +0200
Subject: [PATCH 3/3] Use packaged version of minizip on Fedora <= 29.
@@ -50,10 +50,10 @@ index 4efd97851..b314ba137 100644
'lzma',
'xxhash',
diff --git a/Telegram/gyp/telegram_sources.txt b/Telegram/gyp/telegram_sources.txt
-index 03b1baa6d..80bb63299 100644
+index 023db5ea7..58b8ee1fb 100644
--- a/Telegram/gyp/telegram_sources.txt
+++ b/Telegram/gyp/telegram_sources.txt
-@@ -908,13 +908,6 @@
+@@ -924,13 +924,6 @@
<(emoji_suggestions_loc)/emoji_suggestions.h
platforms: !win
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 014cc5e..08bcae3 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -2,7 +2,7 @@
%bcond_without gtk3
# Enable or disable build using clang instead of gcc...
-%if 0%{?fedora} && 0%{?fedora} >= 30
+%if 0%{?fedora} && 0%{?fedora} == 31
%bcond_without clang
%else
%bcond_with clang
@@ -32,8 +32,8 @@
Summary: Telegram Desktop official messaging app
Name: telegram-desktop
-Version: 1.8.2
-Release: 2%{?dist}
+Version: 1.8.3
+Release: 1%{?dist}
# Application and 3rd-party modules licensing:
# * S0 (Telegram Desktop) - GPLv3+ with OpenSSL exception -- main source;
@@ -221,6 +221,10 @@ appstream-util validate-relax --nonet
%{buildroot}%{_metainfodir}/%{name}.appdat
%{_metainfodir}/%{name}.appdata.xml
%changelog
+* Fri Sep 06 2019 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.8.3-1
+- Updated to 1.8.3.
+- Switched back to GCC compiler (except Fedora 31 due to beta freeze).
+
* Thu Aug 22 2019 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.8.2-2
- Removed kde subpackage.
Show replies by date