- Revert libgccjit dependency change. [boo#1220724]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc13?expand=0&rev=98
This commit is contained in:
Richard Biener 2024-03-13 08:09:18 +00:00 committed by Git OBS Bridge
parent ca370125f1
commit 3c39a32636
3 changed files with 15 additions and 0 deletions

View File

@ -1063,6 +1063,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:04:27 UTC 2024 - Richard Biener <rguenther@suse.com>
- Revert libgccjit dependency change. [boo#1220724]
-------------------------------------------------------------------
Tue Mar 5 14:35:38 UTC 2024 - Richard Biener <rguenther@suse.com>

View File

@ -1891,6 +1891,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: gcc13
%description -n libgccjit%{libgccjit_sover}%{libgccjit_suffix}
Support for embedding GCC inside programs and libraries