summaryrefslogtreecommitdiffstats
path: root/cygwin-binutils.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cygwin-binutils.spec')
-rw-r--r--cygwin-binutils.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/cygwin-binutils.spec b/cygwin-binutils.spec
index 3cf46e1..c72a8ec 100644
--- a/cygwin-binutils.spec
+++ b/cygwin-binutils.spec
@@ -1,12 +1,13 @@
Name: cygwin-binutils
Version: 2.21
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Cygwin binutils
License: GPLv2+ and LGPLv2+ and GPLv3+ and LGPLv3+
Group: Development/Libraries
URL: http://www.gnu.org/software/binutils/
Source0: http://ftp.gnu.org/gnu/binutils/binutils-%{version}.tar.bz2
+Patch0: w32api-sysroot.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: flex
@@ -25,6 +26,7 @@ understand Cygwin PE executables and DLLs.
%prep
%setup -q -n binutils-%{version}
+%patch0 -p1
%build
@@ -70,5 +72,8 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Mar 14 2011 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 2.21-2
+- Accomodate w32api libs in sys-root/usr/lib/w32api.
+
* Wed Feb 16 2011 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 2.21-1
- Initial RPM release, largely based on mingw32-binutils.