summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2016-03-31 10:34:40 -0500
committerYaakov Selkowitz <yselkowi@redhat.com>2016-03-31 10:34:40 -0500
commit77e2122b706cd792edca7f8f0660a83f7e0f1f0f (patch)
tree4c731b1ff8fa7f84556be372693c73bfe6791ba1
parent8dae85b46a204b418528ed4154cf315c81657e87 (diff)
downloadcygwin-binutils-77e2122b706cd792edca7f8f0660a83f7e0f1f0f.tar.gz
cygwin-binutils-77e2122b706cd792edca7f8f0660a83f7e0f1f0f.tar.xz
cygwin-binutils-77e2122b706cd792edca7f8f0660a83f7e0f1f0f.zip
cygwin-binutils 2.25.1
-rw-r--r--.gitignore1
-rw-r--r--binutils-textdomain.patch44
-rw-r--r--cygwin-binutils.spec11
-rw-r--r--sources2
4 files changed, 31 insertions, 27 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..281ba04
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/binutils-2.25.1.tar.bz2
diff --git a/binutils-textdomain.patch b/binutils-textdomain.patch
index 26268b3..df5b1f9 100644
--- a/binutils-textdomain.patch
+++ b/binutils-textdomain.patch
@@ -5,62 +5,62 @@
# Define the identity of the package.
- PACKAGE='bfd'
-+ PACKAGE='cygwin-bfd'
- VERSION='2.24.51'
++ PACKAGE=cygwin-bfd
+ VERSION='2.25.1'
---- a/binutils/configure 2011-06-27 02:39:09.000000000 -0500
-+++ b/binutils/configure 2013-11-15 01:12:39.388101400 -0600
+--- a/binutils/configure
++++ b/binutils/configure
@@ -3732,7 +3732,7 @@ fi
# Define the identity of the package.
-- PACKAGE=binutils
+- PACKAGE='binutils'
+ PACKAGE=cygwin-binutils
- VERSION=${BFD_VERSION}
+ VERSION='2.25.1'
---- a/gas/configure 2010-11-05 05:33:36.000000000 -0500
-+++ b/gas/configure 2013-11-15 01:12:49.186661900 -0600
+--- a/gas/configure
++++ b/gas/configure
@@ -3721,7 +3721,7 @@ fi
# Define the identity of the package.
-- PACKAGE=gas
+- PACKAGE='gas'
+ PACKAGE=cygwin-gas
- VERSION=${BFD_VERSION}
+ VERSION='2.25.1'
---- a/gprof/configure 2010-11-05 05:34:01.000000000 -0500
-+++ b/gprof/configure 2013-11-15 01:13:14.459107400 -0600
+--- a/gprof/configure
++++ b/gprof/configure
@@ -3647,7 +3647,7 @@ fi
# Define the identity of the package.
-- PACKAGE=gprof
+- PACKAGE='gprof'
+ PACKAGE=cygwin-gprof
- VERSION=${BFD_VERSION}
+ VERSION='2.25.1'
---- a/ld/configure 2011-03-16 03:37:31.000000000 -0500
-+++ b/ld/configure 2013-11-15 01:13:20.435449200 -0600
+--- a/ld/configure
++++ b/ld/configure
@@ -4049,7 +4049,7 @@ fi
# Define the identity of the package.
-- PACKAGE=ld
+- PACKAGE='ld'
+ PACKAGE=cygwin-ld
- VERSION=${BFD_VERSION}
+ VERSION='2.25.1'
---- a/opcodes/configure 2010-11-05 05:32:32.000000000 -0500
-+++ b/opcodes/configure 2013-11-15 01:13:27.740867100 -0600
+--- a/opcodes/configure
++++ b/opcodes/configure
@@ -3716,7 +3716,7 @@ fi
# Define the identity of the package.
-- PACKAGE=opcodes
+- PACKAGE='opcodes'
+ PACKAGE=cygwin-opcodes
- VERSION=${BFD_VERSION}
+ VERSION='2.25.1'
diff --git a/cygwin-binutils.spec b/cygwin-binutils.spec
index ffb3a62..5b3273e 100644
--- a/cygwin-binutils.spec
+++ b/cygwin-binutils.spec
@@ -2,8 +2,8 @@
%global run_testsuite 0
Name: cygwin-binutils
-Version: 2.24.51
-Release: 3%{?dist}
+Version: 2.25.1
+Release: 1%{?dist}
Summary: Cross-compiled version of binutils for Cygwin environments
License: GPLv2+ and LGPLv2+ and GPLv3+ and LGPLv3+
@@ -13,7 +13,7 @@ URL: http://www.gnu.org/software/binutils/
%if 0%{?cygrev}
Source0: ftp://ftp.cygwin.com/pub/cygwin/x86_64/release/binutils/binutils-%{version}-%{cygrev}-src.tar.xz
%else
-Source0: binutils-gdb-%{version}.tar.bz2
+Source0: http://ftpmirror.gnu.org/binutils/binutils-%{version}.tar.bz2
%endif
Patch0: w32api-sysroot.patch
Patch1: binutils-textdomain.patch
@@ -69,7 +69,7 @@ understand Cygwin executables and DLLs.
%if 0%{?cygrev}
%setup -q -n binutils-%{version}-%{cygrev}
%else
-%setup -q -n binutils-gdb
+%setup -q -n binutils-%{version}
%endif
%patch0 -p1
%patch1 -p1
@@ -281,6 +281,9 @@ cat cygwin-opcodes.lang >> cygwin-binutils.lang
%changelog
+* Sun Mar 06 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 2.25.1-1
+- new version
+
* Mon Aug 11 2014 Yaakov Selkowitz <yselkowitz@cygwin.com> - 2.24.51-3
- Patch ld to not export __dso_handle.
diff --git a/sources b/sources
index dfd7c11..9fc5580 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8d88c2cb19cdf45a7136b3c183ef5e94 binutils-gdb-2.24.51.tar.bz2
+ac493a78de4fee895961d025b7905be4 binutils-2.25.1.tar.bz2