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:
parent
3b4f6eb6ec
commit
26d2be0f41
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
binutils-2.20.1.tar.bz2
|
||||
/binutils-2.20.51.0.10.tar.bz2
|
||||
/binutils-2.21.tar.bz2
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user