gcc.spec: Change release version

This commit is contained in:
eastb233 2020-06-29 20:10:00 +08:00
parent 1db51f94db
commit 8140a1448e

View File

@ -2,7 +2,6 @@
%global gcc_version 9.3.1
%global gcc_major 9.3.1
%global gcc_release 20200312
%global _unpackaged_files_terminate_build 0
%global _performance_build 1
@ -60,7 +59,7 @@
Summary: Various compilers (C, C++, Objective-C, ...)
Name: gcc
Version: %{gcc_version}
Release: %{gcc_release}.3
Release: %{DATE}.3
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
Source0: gcc-9.3.0.tar.xz
%global isl_version 0.16.1
@ -2525,6 +2524,9 @@ end
%doc rpm.doc/changelogs/libcc1/ChangeLog*
%changelog
* Mon Jun 29 2020 eastb233 <xiezhiheng@huawei.com> - 9.3.1-20200629.3
- gcc.spec: Change release version
* Mon Jun 29 2020 eastb233 <xiezhiheng@huawei.com> - 9.3.1-20200312.3
- PR92303-Try-to-simplify-memory-subreg.patch: New file, fix ICE
- Fix-PR94185.patch: Likewise