Update to 5.3.0

This commit is contained in:
Kalev Lember 2015-12-08 12:57:01 +01:00
parent 1d6849b661
commit d8ebe994b1
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ gcc-4.5.1.tar.bz2
/gcc-5-20150405.tar.bz2
/gcc-5.1.0.tar.bz2
/gcc-5.2.0.tar.bz2
/gcc-5.3.0.tar.bz2

View File

@ -31,7 +31,7 @@
%endif
Name: mingw-gcc
Version: 5.2.0
Version: 5.3.0
Release: 1%{?snapshot_date:.svn.%{snapshot_date}.r%{snapshot_rev}}%{?dist}
Summary: MinGW Windows cross-compiler (GCC) for C
@ -730,6 +730,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/%{mingw64_target}-%{mingw64_target}-*
%changelog
* Tue Dec 08 2015 Kalev Lember <klember@redhat.com> - 5.3.0-1
- Update to 5.3.0
* Wed Aug 5 2015 Erik van Pienbroek <epienbro@fedoraproject.org> - 5.2.0-1
- Update to 5.2.0

View File

@ -1 +1 @@
a51bcfeb3da7dd4c623e27207ed43467 gcc-5.2.0.tar.bz2
c9616fd448f980259c31de613e575719 gcc-5.3.0.tar.bz2