Update to 9.2.1
This commit is contained in:
parent
18aabac458
commit
f8e186e5ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ gcc-4.5.1.tar.bz2
|
||||
/gcc-8.2.0.tar.xz
|
||||
/gcc-8.3.0.tar.xz
|
||||
/gcc-9.1.1-20190503.tar.xz
|
||||
/gcc-9.2.1-20190827.tar.xz
|
||||
|
||||
@ -8,14 +8,14 @@
|
||||
# Run the testsuite
|
||||
%global enable_tests 0
|
||||
|
||||
%global DATE 20190503
|
||||
%global SVNREV 270850
|
||||
%global gcc_version 9.1.1
|
||||
%global DATE 20190827
|
||||
%global SVNREV 274959
|
||||
%global gcc_version 9.2.1
|
||||
%global gcc_major 9
|
||||
|
||||
Name: mingw-gcc
|
||||
Version: 9.1.1
|
||||
Release: 2%{?dist}
|
||||
Version: 9.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows cross-compiler (GCC) for C
|
||||
|
||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions
|
||||
@ -628,6 +628,9 @@ rm -f %{buildroot}%{_bindir}/%{mingw64_target}-%{mingw64_target}-*
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 27 2019 Sandro Mani <manisandro@gmail.com> - 9.2.1-1
|
||||
- Update to 9.2.1
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gcc-9.1.1-20190503.tar.xz) = 9787c7f4bc6a2e918cafa5ef0bc21dd29eb88541297168049cffea150d08f50023e6b639bc24fe53daf6f603db286a7a8dd17357d139f0d0cfb3cee2850fee8b
|
||||
SHA512 (gcc-9.2.1-20190827.tar.xz) = 211ab74cb6859e171cfcefc199d7f2e67add5405996caef10f04c6e38e78781881c047a6016842edeb29026056510f1a6c6e91bf572ce65bf6741c01c379faf7
|
||||
|
||||
Loading…
Reference in New Issue
Block a user