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:
Ana Guerrero 2024-12-29 10:56:15 +00:00 committed by Git OBS Bridge
commit 9201f4b0da
2 changed files with 7 additions and 1 deletions

View File

@ -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>

View File

@ -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