Bump for rebuild

Resolves: #1951315
This commit is contained in:
Marek Polacek 2021-08-09 13:42:57 -04:00
parent ffb425c427
commit f58ae87cfb
1 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Summary: Compatibility Fortran runtime library version 4.8.5
Name: compat-libgfortran-48
%global gcc_version 4.8.5
Version: %{gcc_version}
Release: %{gcc_release}.3%{?dist}
Release: %{gcc_release}.4%{?dist}
# libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
# GCC Runtime Exception.
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
@ -506,6 +506,9 @@ rm -rf testlogs-%{_target_platform}-%{version}-%{release}
%{_libdir}/libgfortran.so.3*
%changelog
* Mon Aug 9 2021 Marek Polacek <polacek@redhat.com> - 4.8.5-36.4
- bump for rebuild
* Fri May 14 2021 Marek Polacek <polacek@redhat.com> - 4.8.5-36.3
- invoke make with MAKEINFO=missing (#1951315)