SHA256
3
0
forked from pool/gcc14

- Revert libgccjit dependency change. [boo#1220724]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc14?expand=0&rev=22
This commit is contained in:
Richard Biener 2024-03-13 08:20:09 +00:00 committed by Git OBS Bridge
parent 9396523a2c
commit 2cb6cd789e
3 changed files with 15 additions and 0 deletions

View File

@ -1062,6 +1062,11 @@ Provides: libgccjit%{libgccjit_sover} = %{version}-%{release}
# Only one package may provide this - allows multiple gcc versions
# to co-exist without an overly large list of provides/obsoletes
Conflicts: %selfconflict libgccjit%{libgccjit_sover}
# At runtime the JIT needs to be able to invoke the assembler and
# linker and find startfiles and libgcc. The built-in driver knows
# the compilers version install directory only so we require the
# respective compiler libgccjit was built from.
Requires: gcc@base_ver@
%description -n libgccjit%{libgccjit_sover}%{libgccjit_suffix}
Support for embedding GCC inside programs and libraries

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 13 08:17:35 UTC 2024 - Richard Biener <rguenther@suse.com>
- Revert libgccjit dependency change. [boo#1220724]
-------------------------------------------------------------------
Thu Mar 7 10:08:08 UTC 2024 - Richard Biener <rguenther@suse.com>

View File

@ -1890,6 +1890,11 @@ Provides: libgccjit%{libgccjit_sover} = %{version}-%{release}
# Only one package may provide this - allows multiple gcc versions
# to co-exist without an overly large list of provides/obsoletes
Conflicts: %selfconflict libgccjit%{libgccjit_sover}
# At runtime the JIT needs to be able to invoke the assembler and
# linker and find startfiles and libgcc. The built-in driver knows
# the compilers version install directory only so we require the
# respective compiler libgccjit was built from.
Requires: gcc14
%description -n libgccjit%{libgccjit_sover}%{libgccjit_suffix}
Support for embedding GCC inside programs and libraries