Update to 10.1.1
This commit is contained in:
parent
34bb35f8ec
commit
a663c6b183
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@ gcc-4.5.1.tar.bz2
|
||||
/gcc-8.3.0.tar.xz
|
||||
/gcc-9.1.1-20190503.tar.xz
|
||||
/gcc-9.2.1-20190827.tar.xz
|
||||
/gcc-10.1.1-20200618.tar.xz
|
||||
|
||||
@ -1,29 +1,31 @@
|
||||
%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
|
||||
|
||||
# Set this to one when mingw-crt isn't built yet
|
||||
%global bootstrap 0
|
||||
|
||||
%global enable_libgomp 1
|
||||
# Set this to one and below to 0 when mingw-crt isn't built yet
|
||||
%global bootstrap 1
|
||||
%global enable_libgomp 0
|
||||
|
||||
# Run the testsuite
|
||||
%global enable_tests 0
|
||||
|
||||
%global DATE 20190827
|
||||
%global SVNREV 274959
|
||||
%global gcc_version 9.2.1
|
||||
%global gcc_major 9
|
||||
%global DATE 20200618
|
||||
%global GITREV c518050989be3a224a04a8b33d73f37a16c30fbb
|
||||
%global gcc_version 10.1.1
|
||||
%global gcc_major 10
|
||||
|
||||
Name: mingw-gcc
|
||||
Version: 9.2.1
|
||||
Release: 6%{?dist}
|
||||
Version: %{gcc_version}
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows cross-compiler (GCC) for C
|
||||
|
||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions
|
||||
URL: http://gcc.gnu.org
|
||||
|
||||
# The source for this package was pulled from upstream's vcs. Use the
|
||||
# following commands to generate the tarball:
|
||||
# svn export svn://gcc.gnu.org/svn/gcc/branches/redhat/gcc-9-branch@%%{SVNREV} gcc-%%{version}-%%{DATE}
|
||||
# tar cf - gcc-%%{version}-%%{DATE} | xz -9e > gcc-%%{version}-%%{DATE}.tar.xz
|
||||
# git clone --depth 1 git://gcc.gnu.org/git/gcc.git gcc-dir.tmp
|
||||
# git --git-dir=gcc-dir.tmp/.git fetch --depth 1 origin %%{gitrev}
|
||||
# git --git-dir=gcc-dir.tmp/.git archive --prefix=%%{name}-%%{version}-%%{DATE}/ %%{gitrev} | xz -9e > %%{name}-%%{version}-%%{DATE}.tar.xz
|
||||
# rm -rf gcc-dir.tmp
|
||||
%global srcdir gcc-%{version}-%{DATE}
|
||||
Source0: %{srcdir}.tar.xz
|
||||
|
||||
@ -348,7 +350,7 @@ popd
|
||||
%if 0%{bootstrap}
|
||||
%mingw_make DESTDIR=%{buildroot} install-gcc
|
||||
%else
|
||||
%mingw_make_install DESTDIR=%{buildroot}
|
||||
%mingw_make_install
|
||||
%endif
|
||||
|
||||
# These files conflict with existing installed files.
|
||||
@ -628,6 +630,9 @@ rm -f %{buildroot}%{_bindir}/%{mingw64_target}-%{mingw64_target}-*
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jun 20 2020 Sandro Mani <manisandro@gmail.com> - 10.1.1-1
|
||||
- Update to 10.1.1 (bootstrap)
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9.2.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gcc-9.2.1-20190827.tar.xz) = 211ab74cb6859e171cfcefc199d7f2e67add5405996caef10f04c6e38e78781881c047a6016842edeb29026056510f1a6c6e91bf572ce65bf6741c01c379faf7
|
||||
SHA512 (gcc-10.1.1-20200618.tar.xz) = 7dbec01ce5199c37072f97874b11b59b9e5a5b20d9782f662eb856c34009faeb1644e39fb7f13e8c8e016ad552d9c9fcf5d5ba9562297dccf66ebc75f1b963cf
|
||||
|
||||
Loading…
Reference in New Issue
Block a user