From 63f0eb56f53518c48b7c8ab3c11387bd810e1f4e Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Sun, 26 Feb 2012 00:53:26 +0100 Subject: [PATCH] Update to 2.22.52 20120225 snapshot and dropped some obsolete configure arguments --- .gitignore | 1 + mingw32-binutils.spec | 20 ++++++++++++-------- sources | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index dc2d9e0..b8f8abc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ binutils-2.20.1.tar.bz2 /binutils-2.20.51.0.10.tar.bz2 /binutils-2.21.tar.bz2 /binutils-2.22.tar.bz2 +/binutils-2.22.52.tar.bz2 diff --git a/mingw32-binutils.spec b/mingw32-binutils.spec index 09d2b0f..edf6497 100644 --- a/mingw32-binutils.spec +++ b/mingw32-binutils.spec @@ -1,5 +1,5 @@ Name: mingw32-binutils -Version: 2.22 +Version: 2.22.52 Release: 1%{?dist} Summary: MinGW Windows binutils @@ -33,14 +33,14 @@ CFLAGS="$RPM_OPT_FLAGS" \ ../configure \ --build=%_build --host=%_host \ --target=%{_mingw32_target} \ - --verbose --disable-nls \ - --without-included-gettext \ - --disable-win32-registry \ - --disable-werror \ + --disable-nls \ --with-sysroot=%{_mingw32_sysroot} \ - --prefix=%{_prefix} --bindir=%{_bindir} \ - --includedir=%{_includedir} --libdir=%{_libdir} \ - --mandir=%{_mandir} --infodir=%{_infodir} + --prefix=%{_prefix} \ + --bindir=%{_bindir} \ + --includedir=%{_includedir} \ + --libdir=%{_libdir} \ + --mandir=%{_mandir} \ + --infodir=%{_infodir} make all %{?_smp_mflags} @@ -62,6 +62,10 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libiberty* %changelog +* Sat Feb 25 2012 Erik van Pienbroek - 2.22.52-1 +- Update to 2.22.52 20120225 snapshot +- Dropped some obsolete configure arguments + * Tue Jan 10 2012 Erik van Pienbroek - 2.22-1 - Update to 2.22 - Dropped unneeded RPM tags diff --git a/sources b/sources index a4742f0..22f4014 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee0f10756c84979622b992a4a61ea3f5 binutils-2.22.tar.bz2 +3e3a3dd1eb98a4b2e3bc18eb775c6b3c binutils-2.22.52.tar.bz2