summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2013-03-09 21:49:32 -0600
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2013-03-09 21:49:32 -0600
commit46c6a6b6868f9577c41a558ef7366416949e4043 (patch)
tree79be09a7a31909526814198e100c7eb06593c96c
parente22e267ce0c059d166f3895843f7bea495f584cf (diff)
downloadcygwin-binutils-46c6a6b6868f9577c41a558ef7366416949e4043.tar.gz
cygwin-binutils-46c6a6b6868f9577c41a558ef7366416949e4043.tar.xz
cygwin-binutils-46c6a6b6868f9577c41a558ef7366416949e4043.zip
cygwin-binutils 2.23.51-1
-rw-r--r--cygwin-binutils.spec11
-rw-r--r--sources2
2 files changed, 9 insertions, 4 deletions
diff --git a/cygwin-binutils.spec b/cygwin-binutils.spec
index ef682dc..bcc32f3 100644
--- a/cygwin-binutils.spec
+++ b/cygwin-binutils.spec
@@ -1,8 +1,8 @@
-%define cygrel 2
+%define cygrel 1
Name: cygwin-binutils
-Version: 2.22.51
-Release: 2%{?dist}
+Version: 2.23.51
+Release: 1%{?dist}
Summary: Cygwin binutils
License: GPLv2+ and LGPLv2+ and GPLv3+ and LGPLv3+
@@ -39,6 +39,7 @@ CFLAGS="$RPM_OPT_FLAGS" \
../configure \
--build=%_build --host=%_host \
--target=%{_cygwin_target} \
+ --enable-targets=x86_64-pc-cygwin \
--verbose --disable-nls \
--without-included-gettext \
--disable-win32-registry \
@@ -75,6 +76,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Mar 10 2013 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 2.23.51-1
+- Version bump.
+- Enable pei-x86-64 support so i686 tools can work properly on cyglsa64.dll.
+
* Tue Mar 27 2012 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 2.22.51-2
- Fix --enable-auto-image-base for latest Cygwin releases.
diff --git a/sources b/sources
index 5988df2..3f95c89 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ddb312e28cee8ddb3385b30d7fe05e58 binutils-2.22.51-2-src.tar.bz2
+38cb5a33cab6c86f2f73eaf533b2e9fc binutils-2.23.51-1-src.tar.bz2