summaryrefslogtreecommitdiffstats
path: root/cygwin.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cygwin.spec')
-rw-r--r--cygwin.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/cygwin.spec b/cygwin.spec
index 113936c..ba7a40c 100644
--- a/cygwin.spec
+++ b/cygwin.spec
@@ -80,6 +80,7 @@ rm -fr $RPM_BUILD_ROOT%{_cygwin_mandir}
# these are provided by other packages
rm -fr $RPM_BUILD_ROOT%{_cygwin_includedir}/iconv.h
+rm -fr $RPM_BUILD_ROOT%{_cygwin_includedir}/unctrl.h
rm -fr $RPM_BUILD_ROOT%{_cygwin_includedir}/mingw
rm -fr $RPM_BUILD_ROOT%{_cygwin_includedir}/w32api
rm -fr $RPM_BUILD_ROOT%{_cygwin_libdir}/mingw
@@ -99,6 +100,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Aug 21 2011 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 1.7.9-3
+- Remove <unctrl.h>, which is to be provided by cygwin-ncurses.
- Added _PATH_MAILDIR and _PATH_SHELLS to <paths.h>.
- Added strdupa and strndupa to <string.h>.
- Header fixes for <process.h> and <unistd.h>.