forked from pool/ncurses
This commit is contained in:
parent
ab8501ce5f
commit
aabe105d52
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 10 15:11:36 CET 2007 - werner@suse.de
|
||||
|
||||
- Avoid endless loop in case of including the wrapper header
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 5 17:35:53 CET 2007 - werner@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@ License: X11/MIT
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
Version: 5.6
|
||||
Release: 50
|
||||
Release: 52
|
||||
Summary: New curses Libraries
|
||||
Source0: ncurses-%{version}.tar.bz2
|
||||
Url: http://invisible-island.net/ncurses/ncurses.html
|
||||
@ -331,7 +331,9 @@ tar Oxfj %{SOURCE1} | patch -p1 -s
|
||||
#ifndef _XOPEN_SOURCE_EXTENDED
|
||||
#define _XOPEN_SOURCE_EXTENDED
|
||||
#endif
|
||||
#include <ncurses.h>
|
||||
#ifndef __NCURSES_H
|
||||
#include_next <ncurses.h>
|
||||
#endif
|
||||
EOF
|
||||
ln -sf ../ncurses.h %{buildroot}%{_incdir}/ncurses/
|
||||
|
||||
@ -394,6 +396,8 @@ tar Oxfj %{SOURCE1} | patch -p1 -s
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Mon Dec 10 2007 - werner@suse.de
|
||||
- Avoid endless loop in case of including the wrapper header
|
||||
* Wed Dec 05 2007 - werner@suse.de
|
||||
- Add compatibility header files (bug #337412)
|
||||
* Mon Oct 29 2007 - pth@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user