[telegram-desktop/f31] Reverted rlottie and clang conditionals.
by Vitaly Zaitsev
commit 1adc41f1fdadb19e2fa493617b159be8a0080a96
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Mar 30 20:27:34 2020 +0200
Reverted rlottie and clang conditionals.
telegram-desktop.spec | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index b9b39c2..062abca 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -1,12 +1,7 @@
# Build conditionals (with - OFF, without - ON)...
+%bcond_with rlottie
%bcond_with gtk3
-%if 0%{?fedora} && 0%{?fedora} >= 32
-%bcond_without clang
-%bcond_without rlottie
-%else
%bcond_with clang
-%bcond_with rlottie
-%endif
%bcond_without spellcheck
%bcond_without fonts
%bcond_without mindbg
4 years, 7 months
[telegram-desktop/f31] Use upstream rlottie on Fedora 32+.
by Vitaly Zaitsev
commit a8f7972cf0eb8b618bd1b7284fa3ae6ab90f1b41
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Mar 30 20:09:48 2020 +0200
Use upstream rlottie on Fedora 32+.
telegram-desktop.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 5498ad4..b9b39c2 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -1,10 +1,11 @@
# Build conditionals (with - OFF, without - ON)...
-%bcond_with rlottie
%bcond_with gtk3
%if 0%{?fedora} && 0%{?fedora} >= 32
%bcond_without clang
+%bcond_without rlottie
%else
%bcond_with clang
+%bcond_with rlottie
%endif
%bcond_without spellcheck
%bcond_without fonts
4 years, 7 months
[telegram-desktop/f31] Use Clang on Fedora 32+ due to GCC regressions.
by Vitaly Zaitsev
commit e2d9033e3306c3dbf7e728d9be5393fb84ab54d1
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Mar 30 19:49:39 2020 +0200
Use Clang on Fedora 32+ due to GCC regressions.
telegram-desktop.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 062abca..5498ad4 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -1,7 +1,11 @@
# Build conditionals (with - OFF, without - ON)...
%bcond_with rlottie
%bcond_with gtk3
+%if 0%{?fedora} && 0%{?fedora} >= 32
+%bcond_without clang
+%else
%bcond_with clang
+%endif
%bcond_without spellcheck
%bcond_without fonts
%bcond_without mindbg
4 years, 7 months
[qt5-qtwebengine-freeworld] apply gcc10 patch29
by Rex Dieter
commit 499a5f7e61be51620ba7c938b7ac89d69bd60d9c
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Mon Mar 30 12:06:38 2020 -0500
apply gcc10 patch29
qt5-qtwebengine-freeworld.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index 3f0b2bc..853e072 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -356,6 +356,7 @@ popd
%patch24 -p1 -b .aarch64-new-stat
%patch26 -p1 -b .use-python2
%patch27 -p1 -b .fix-chromium
+%patch29 -p1 -b .gcc10
# the xkbcommon config/feature was renamed in 5.12, so need to adjust QT_CONFIG references
# when building on older Qt releases
4 years, 7 months