Accepting request 711746 from home:luca_b:rttrfix
Change if condition for elision patch as outlined in Tumbleweed review OBS-URL: https://build.opensuse.org/request/show/711746 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rttr?expand=0&rev=11
This commit is contained in:
parent
d13617ed8c
commit
feef25fc48
@ -37,7 +37,7 @@ Patch4: fix-include-permissions.patch
|
||||
# PATCH-FIX-UPSTREAM lp64.patch Support all LP64 architectures (https://github.com/rttrorg/rttr/pull/231)
|
||||
Patch5: lp64.patch
|
||||
#PATCH-FIX-UPSTREAM remove_pessimizing_moves.patch remove pessimizing move calls (https://github.com/rttrorg/rttr/pull/243)
|
||||
Patch6: remove_pessimizing_moves.patch
|
||||
Patch6: remove_pessimizing_moves.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: doxygen
|
||||
@ -60,8 +60,7 @@ library itself, which is written in C++.
|
||||
%patch5 -p1
|
||||
|
||||
#only apply move elision to gcc versions that support it
|
||||
%if 0%{?suse_version} < 1500
|
||||
%else
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%patch6 -p1
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user