Update to 2.22.52.0.3 release
This commit is contained in:
parent
9fefd5d384
commit
08252a40e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ binutils-2.20.1.tar.bz2
|
||||
/binutils-2.21.tar.bz2
|
||||
/binutils-2.22.tar.bz2
|
||||
/binutils-2.22.52.tar.bz2
|
||||
/binutils-2.22.52.0.3.tar.bz2
|
||||
|
||||
@ -1,15 +1,16 @@
|
||||
%global run_testsuite 1
|
||||
|
||||
Name: mingw-binutils
|
||||
Version: 2.22.52
|
||||
Release: 4%{?dist}
|
||||
Version: 2.22.52.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Cross-compiled version of binutils for Win32 and Win64 environments
|
||||
|
||||
License: GPLv2+ and LGPLv2+ and GPLv3+ and LGPLv3+
|
||||
Group: Development/Libraries
|
||||
|
||||
URL: http://www.gnu.org/software/binutils/
|
||||
Source0: ftp://sourceware.org/pub/binutils/snapshots/binutils-%{version}.tar.bz2
|
||||
#Source0: ftp://sourceware.org/pub/binutils/snapshots/binutils-%{version}.tar.bz2
|
||||
Source0: http://www.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: flex
|
||||
BuildRequires: bison
|
||||
@ -244,6 +245,9 @@ rm -rf $RPM_BUILD_ROOT/multilib
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jun 2 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.22.52.0.3-1
|
||||
- Update to 2.22.52.0.3 release
|
||||
|
||||
* Sun Apr 9 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.22.52-4
|
||||
- Cleaned up unneeded %%global tags
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user