Update to 7.2.0
This commit is contained in:
parent
2dade64199
commit
9f958a5eb5
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@ gcc-4.5.1.tar.bz2
|
||||
/gcc-6.3.0.tar.bz2
|
||||
/gcc-7-20170212.tar.bz2
|
||||
/gcc-7.1.0.tar.bz2
|
||||
/gcc-7.2.0.tar.xz
|
||||
|
||||
@ -31,8 +31,8 @@
|
||||
%endif
|
||||
|
||||
Name: mingw-gcc
|
||||
Version: 7.1.0
|
||||
Release: 3%{?snapshot_date:.svn.%{snapshot_date}.r%{snapshot_rev}}%{?dist}
|
||||
Version: 7.2.0
|
||||
Release: 1%{?snapshot_date:.svn.%{snapshot_date}.r%{snapshot_rev}}%{?dist}
|
||||
Summary: MinGW Windows cross-compiler (GCC) for C
|
||||
|
||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions
|
||||
@ -41,7 +41,7 @@ URL: http://gcc.gnu.org
|
||||
%if 0%{?snapshot_date}
|
||||
Source0: ftp://ftp.nluug.nl/mirror/languages/gcc/snapshots/7-%{snapshot_date}/gcc-7-%{snapshot_date}.tar.bz2
|
||||
%else
|
||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-%{version}.tar.bz2
|
||||
Source0: ftp://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-%{version}.tar.xz
|
||||
%endif
|
||||
|
||||
BuildRequires: texinfo
|
||||
@ -712,6 +712,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/%{mingw64_target}-%{mingw64_target}-*
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 22 2017 Kalev Lember <klember@redhat.com> - 7.2.0-1
|
||||
- Update to 7.2.0
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gcc-7.1.0.tar.bz2) = b5d952be9a10f0e0926bb2868877d10544039d6d2f35ba0a08f51231dd622a007650764a03e173194701467547789ad7d2d9cbc10adcdf118d619cdedbd14aec
|
||||
SHA512 (gcc-7.2.0.tar.xz) = f853cd6530b4055d8d8289da74687cb4c6d5f363598d386332d31852b581bac76c3adb7d61889edec3b779f63d8646f0122840f12965ce4a4389ba535dbbb6e1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user