commit 659ac668de99c3d9cf5c303c44f222593f25f152
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sat Sep 28 17:57:50 2019 +0200
Updated to version 1.8.9.
.gitignore | 1 +
sources | 2 +-
telegram-desktop-build-fixes.patch | 2 +-
telegram-desktop-system-fonts.patch | 2 +-
telegram-desktop-unbundle-minizip.patch | 2 +-
telegram-desktop.spec | 9 ++++-----
6 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5dfc544..3f2a7ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -102,3 +102,4 @@
/tdesktop-1.8.4.tar.gz
/rlottie-589db02.tar.gz
/tdesktop-1.8.8.tar.gz
+/tdesktop-1.8.9.tar.gz
diff --git a/sources b/sources
index 780e258..4ca7419 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
744e77b69697f659a356727be22d4247 crl-52baf11.tar.gz
ad8b6f3f07ac4339f5a6fd2d28827825 rlottie-589db02.tar.gz
-3915d0ea072b06ffc2930a825f558f19 tdesktop-1.8.8.tar.gz
+113f4471b61bdcbfd803b61e191ac449 tdesktop-1.8.9.tar.gz
diff --git a/telegram-desktop-build-fixes.patch b/telegram-desktop-build-fixes.patch
index 47575bf..7d0faa1 100644
--- a/telegram-desktop-build-fixes.patch
+++ b/telegram-desktop-build-fixes.patch
@@ -1,4 +1,4 @@
-From 5c0dbdd2130b39a99d7f95abf4bd6e8d1b59dfd6 Mon Sep 17 00:00:00 2001
+From 4d3c2d64578f6b191020d214ca2777abcf91a306 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.
diff --git a/telegram-desktop-system-fonts.patch b/telegram-desktop-system-fonts.patch
index 1c8ac92..ab507ab 100644
--- a/telegram-desktop-system-fonts.patch
+++ b/telegram-desktop-system-fonts.patch
@@ -1,4 +1,4 @@
-From 8d70de0234368e30b11299a31f7efaab1a83861b Mon Sep 17 00:00:00 2001
+From 8b73e1d91f24f65fa2e75a4ffbfd06ac0fbb9046 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 ac7cd0c..f601e5e 100644
--- a/telegram-desktop-unbundle-minizip.patch
+++ b/telegram-desktop-unbundle-minizip.patch
@@ -1,4 +1,4 @@
-From ccdae65b1e02dcbc16f3d9ba93767d9f385f6caf Mon Sep 17 00:00:00 2001
+From 3aa7a0864c2139e187fef36cbdb1ad697b92e015 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.
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 254320d..e832bde 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -2,11 +2,7 @@
%bcond_without gtk3
# Enable or disable build using clang instead of gcc...
-%if 0%{?fedora} && 0%{?fedora} == 31
-%bcond_without clang
-%else
%bcond_with clang
-%endif
# Telegram Desktop's constants...
%global appname tdesktop
@@ -32,7 +28,7 @@
Summary: Telegram Desktop official messaging app
Name: telegram-desktop
-Version: 1.8.8
+Version: 1.8.9
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -220,6 +216,9 @@ appstream-util validate-relax --nonet
%{buildroot}%{_metainfodir}/%{name}.appdat
%{_metainfodir}/%{name}.appdata.xml
%changelog
+* Sat Sep 28 2019 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.8.9-1
+- Updated to 1.8.9.
+
* Tue Sep 10 2019 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.8.8-1
- Updated to 1.8.8.