Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-27 20:39:49 +02:00
parent c0d3a20ab3
commit 0aaf98d346
1 changed files with 4 additions and 1 deletions

View File

@ -94,7 +94,7 @@
Summary: Various compilers (C, C++, Objective-C, ...)
Name: gcc
Version: %{gcc_version}
Release: %{gcc_release}%{?dist}
Release: %{gcc_release}%{?dist}.1
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
# GCC Runtime Exception.
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
@ -3096,6 +3096,9 @@ fi
%endif
%changelog
* Wed Jun 27 2018 Miro Hrončok <mhroncok@redhat.com> - 8.1.1-3.1
- Rebuilt for Python 3.7
* Tue Jun 26 2018 Jakub Jelinek <jakub@redhat.com> 8.1.1-3
- update from the 8 branch
- PRs c++/86182, c++/86219, c++/86291, fortran/82972, fortran/83088,