Accepting request 1233449 from Documentation:Tools
OBS-URL: https://build.opensuse.org/request/show/1233449 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sigil?expand=0&rev=41
This commit is contained in:
commit
9201f4b0da
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 26 11:54:38 UTC 2024 - Max Lin <mlin@suse.com>
|
||||
|
||||
- Use the same condition of gcc version for CC and CXX flags as same
|
||||
as the BuildRequires defined
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 17 14:24:42 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@ -145,7 +145,7 @@ find . -type f -exec sed -i -e 's|#!\/usr\/bin\/env python3|#!\/usr\/bin\/python
|
||||
find . -type f -exec sed -i -e 's|#!\/usr\/bin\/env python|#!\/usr\/bin\/python3|g' {} +
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} <= 1600
|
||||
%if 0%{?suse_version} < 1600
|
||||
export CC=gcc-12
|
||||
export CXX=g++-12
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user