Update to 2.21

Also require recent enough mingw32-filesystem to avoid rpm macro breakage with
automatically generated (illegal) LD.BFD variable name.
This commit is contained in:
Kalev Lember 2011-03-17 14:58:10 +02:00
parent 3b4f6eb6ec
commit 26d2be0f41
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
binutils-2.20.1.tar.bz2
/binutils-2.20.51.0.10.tar.bz2
/binutils-2.21.tar.bz2

View File

@ -1,6 +1,6 @@
Name: mingw32-binutils
Version: 2.20.51.0.10
Release: 2%{?dist}
Version: 2.21
Release: 1%{?dist}
Summary: MinGW Windows binutils
License: GPLv2+ and LGPLv2+ and GPLv3+ and LGPLv3+
@ -15,7 +15,7 @@ BuildRequires: texinfo
BuildRequires: mingw32-filesystem >= 49
# NB: This must be left in.
Requires: mingw32-filesystem >= 38
Requires: mingw32-filesystem >= 65
%description
@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Mar 17 2011 Kalev Lember <kalev@smartlink.ee> - 2.21-1
- Update to 2.21
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.20.51.0.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
e7dfcff0aeb3e590f1403a761271103f binutils-2.20.51.0.10.tar.bz2
c84c5acc9d266f1a7044b51c85a823f5 binutils-2.21.tar.bz2