- Fix libgccjit-devel dependency, a newer shared library is OK.
- Fix libgccjit dependency, the corresponding compiler isn't required. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc13?expand=0&rev=96
This commit is contained in:
parent
ca3f033df1
commit
ca370125f1
@ -1063,7 +1063,6 @@ 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}
|
||||||
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
|
||||||
@ -1080,7 +1079,7 @@ Provides: libgccjit%{libgccjit_sover}-devel = %{version}-%{release}
|
|||||||
# Only one gccjit package can be installed at the same time since
|
# Only one gccjit package can be installed at the same time since
|
||||||
# header files conflict
|
# header files conflict
|
||||||
Conflicts: %selfconflict libgccjit%{libgccjit_sover}-devel
|
Conflicts: %selfconflict libgccjit%{libgccjit_sover}-devel
|
||||||
Requires: libgccjit%{libgccjit_sover}%{libgccjit_suffix}
|
Requires: libgccjit%{libgccjit_sover} >= %{version}-%{release}
|
||||||
|
|
||||||
%description -n libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}
|
%description -n libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}
|
||||||
Package contains header files and documentation for GCC JIT front-end.
|
Package contains header files and documentation for GCC JIT front-end.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 14:35:38 UTC 2024 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Fix libgccjit-devel dependency, a newer shared library is OK.
|
||||||
|
- Fix libgccjit dependency, the corresponding compiler isn't required.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 22 14:50:13 UTC 2024 - Richard Biener <rguenther@suse.com>
|
Thu Feb 22 14:50:13 UTC 2024 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
@ -1891,7 +1891,6 @@ 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}
|
||||||
Requires: gcc13
|
|
||||||
|
|
||||||
%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
|
||||||
@ -1908,7 +1907,7 @@ Provides: libgccjit%{libgccjit_sover}-devel = %{version}-%{release}
|
|||||||
# Only one gccjit package can be installed at the same time since
|
# Only one gccjit package can be installed at the same time since
|
||||||
# header files conflict
|
# header files conflict
|
||||||
Conflicts: %selfconflict libgccjit%{libgccjit_sover}-devel
|
Conflicts: %selfconflict libgccjit%{libgccjit_sover}-devel
|
||||||
Requires: libgccjit%{libgccjit_sover}%{libgccjit_suffix}
|
Requires: libgccjit%{libgccjit_sover} >= %{version}-%{release}
|
||||||
|
|
||||||
%description -n libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}
|
%description -n libgccjit%{libgccjit_sover}-devel%{libdevel_suffix}
|
||||||
Package contains header files and documentation for GCC JIT front-end.
|
Package contains header files and documentation for GCC JIT front-end.
|
||||||
|
Loading…
Reference in New Issue
Block a user