diff --git a/gcc.spec b/gcc.spec index 9c631ad..20449f5 100644 --- a/gcc.spec +++ b/gcc.spec @@ -149,7 +149,7 @@ BuildRequires: scl-utils-build Summary: GCC version 13 Name: %{?scl_prefix}gcc Version: %{gcc_version} -Release: %{gcc_release}%{?dist} +Release: %{gcc_release}.1%{?dist} # libgcc, libgfortran, libgomp, libstdc++ and crtstuff have # GCC Runtime Exception. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD @@ -478,7 +478,8 @@ This package contains shared library with GCC 13 JIT front-end. Summary: Support for embedding GCC inside programs and libraries Group: Development/Libraries Requires: %{?scl_prefix}libgccjit = %{version}-%{release} -Requires: %{?scl_prefix}libgccjit-docs = %{version}-%{release} +# We don't build it anymore. See #2213635/#2213634. +#Requires: %%{?scl_prefix}libgccjit-docs = %%{version}-%%{release} %description -n %{?scl_prefix}libgccjit-devel This package contains header files for GCC 13 JIT front end. @@ -2897,6 +2898,9 @@ fi %endif %changelog +* Tue Jun 20 2023 Marek Polacek 13.1.1-4.1 +- don't require libgccjit-docs (#2216333) + * Thu Jun 15 2023 Marek Polacek 13.1.1-4 - update from releases/gcc-13 branch (#2188499) - PRs bootstrap/110085, c++/109871, fortran/100607, libgcc/109670,