1
0

Accepting request 678081 from home:tux93:branches:server:messaging

- Do not apply gcc7-fix.patch on Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/678081
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=69
This commit is contained in:
Marcel Kuehlhorn 2019-02-21 19:08:55 +00:00 committed by Git OBS Bridge
parent 6cf1cec30a
commit fb9159c578
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 21 18:47:14 UTC 2019 - Marcel Kuehlhorn <tux93@opensuse.org>
- Do not apply gcc7-fix.patch on Tumbleweed
-------------------------------------------------------------------
Wed Feb 20 12:12:25 UTC 2019 - ramaxlo@gmail.com

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -163,7 +163,7 @@ mv xxHash %{_builddir}/tdesktop-%{version}/Telegram/ThirdParty/
cp %{_sourcedir}/tdesktop.patch %{_builddir}/tdesktop-%{version}
cd %{_builddir}/tdesktop-%{version}
%patch0 -p1
%if 0%{?sle_version} <= 150000 && 0%{?is_opensuse}
%if 0%{?sle_version} <= 150000 && 0%{?is_opensuse} && %{defined sle_version}
%patch1 -p1
%endif