Update to 4.5.3

This commit is contained in:
Kalev Lember 2011-04-30 11:49:41 +03:00
parent 3266eb320f
commit bf9bb7bc5e
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
gcc-4.5.1.tar.bz2
/gcc-4.5.3.tar.bz2

View File

@ -1,8 +1,8 @@
%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
Name: mingw32-gcc
Version: 4.5.1
Release: 2%{?dist}
Version: 4.5.3
Release: 1%{?dist}
Summary: MinGW Windows cross-compiler (GCC) for C
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions
@ -279,6 +279,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Apr 30 2011 Kalev Lember <kalev@smartlink.ee> - 4.5.3-1
- Update to 4.5.3
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
48231a8e33ed6e058a341c53b819de1a gcc-4.5.1.tar.bz2
8e0b5c12212e185f3e4383106bfa9cc6 gcc-4.5.3.tar.bz2