13.1.1-4.1

Don't require libgccjit-docs

Resolves: #2216334
This commit is contained in:
Marek Polacek 2023-06-20 16:53:14 -04:00 committed by Adam Saleh
parent 3a4c979856
commit ecb2815010

View File

@ -149,7 +149,7 @@ BuildRequires: scl-utils-build
Summary: GCC version 13 Summary: GCC version 13
Name: %{?scl_prefix}gcc Name: %{?scl_prefix}gcc
Version: %{gcc_version} Version: %{gcc_version}
Release: %{gcc_release}%{?dist} Release: %{gcc_release}.1%{?dist}
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have # libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
# GCC Runtime Exception. # GCC Runtime Exception.
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD 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 Summary: Support for embedding GCC inside programs and libraries
Group: Development/Libraries Group: Development/Libraries
Requires: %{?scl_prefix}libgccjit = %{version}-%{release} 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 %description -n %{?scl_prefix}libgccjit-devel
This package contains header files for GCC 13 JIT front end. This package contains header files for GCC 13 JIT front end.
@ -2897,6 +2898,9 @@ fi
%endif %endif
%changelog %changelog
* Tue Jun 20 2023 Marek Polacek <polacek@redhat.com> 13.1.1-4.1
- don't require libgccjit-docs (#2216334)
* Thu Jun 15 2023 Marek Polacek <polacek@redhat.com> 13.1.1-4 * Thu Jun 15 2023 Marek Polacek <polacek@redhat.com> 13.1.1-4
- update from releases/gcc-13 branch (#2188499) - update from releases/gcc-13 branch (#2188499)
- PRs bootstrap/110085, c++/109871, fortran/100607, libgcc/109670, - PRs bootstrap/110085, c++/109871, fortran/100607, libgcc/109670,