Update to 4.9.2

This commit is contained in:
Erik van Pienbroek 2014-12-03 21:57:30 +01:00
parent 80328b089c
commit 57dfbd2ae2
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ gcc-4.5.1.tar.bz2
/gcc-4.9.0-RC-20140411.tar.bz2
/gcc-4.9.0.tar.bz2
/gcc-4.9.1.tar.bz2
/gcc-4.9.2.tar.bz2

View File

@ -31,8 +31,8 @@
%endif
Name: mingw-gcc
Version: 4.9.1
Release: 4%{?snapshot_date:.svn.%{snapshot_date}.r%{snapshot_rev}}%{?dist}
Version: 4.9.2
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
@ -692,6 +692,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/%{mingw64_target}-%{mingw64_target}-*
%changelog
* Wed Dec 3 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 4.9.2-1
- Update to 4.9.2
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.9.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
fddf71348546af523353bd43d34919c1 gcc-4.9.1.tar.bz2
4df8ee253b7f3863ad0b86359cd39c43 gcc-4.9.2.tar.bz2