Accepting request 1157437 from devel:gcc

- Revert libgccjit dependency change.  [boo#1220724]

OBS-URL: https://build.opensuse.org/request/show/1157437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc13?expand=0&rev=24
This commit is contained in:
Ana Guerrero 2024-03-18 15:43:06 +00:00 committed by Git OBS Bridge
commit 6677e26a3e
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