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:
parent
9396523a2c
commit
2cb6cd789e
@ -1062,6 +1062,11 @@ Provides: libgccjit%{libgccjit_sover} = %{version}-%{release}
|
|||||||
# Only one package may provide this - allows multiple gcc versions
|
# Only one package may provide this - allows multiple gcc versions
|
||||||
# to co-exist without an overly large list of provides/obsoletes
|
# to co-exist without an overly large list of provides/obsoletes
|
||||||
Conflicts: %selfconflict libgccjit%{libgccjit_sover}
|
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}
|
%description -n libgccjit%{libgccjit_sover}%{libgccjit_suffix}
|
||||||
Support for embedding GCC inside programs and libraries
|
Support for embedding GCC inside programs and libraries
|
||||||
|
@ -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>
|
Thu Mar 7 10:08:08 UTC 2024 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1890,6 +1890,11 @@ Provides: libgccjit%{libgccjit_sover} = %{version}-%{release}
|
|||||||
# Only one package may provide this - allows multiple gcc versions
|
# Only one package may provide this - allows multiple gcc versions
|
||||||
# to co-exist without an overly large list of provides/obsoletes
|
# to co-exist without an overly large list of provides/obsoletes
|
||||||
Conflicts: %selfconflict libgccjit%{libgccjit_sover}
|
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}
|
%description -n libgccjit%{libgccjit_sover}%{libgccjit_suffix}
|
||||||
Support for embedding GCC inside programs and libraries
|
Support for embedding GCC inside programs and libraries
|
||||||
|
Loading…
x
Reference in New Issue
Block a user