From 766bec63d92cdedb0bb92ded2f9b55f077753a515f2f5f47710042e7c29cf6cb Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 29 Aug 2008 23:01:37 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=20 --- ncurses.changes | 7 +++++++ ncurses.spec | 7 ++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ncurses.changes b/ncurses.changes index 1653662..4f10971 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Aug 28 16:00:36 CEST 2008 - ro@suse.de + +- require libncurses5 _and_ libncurses6 from ncurses-devel + (avoid having a version with only static libs in the + build environment to prevent static linking fallback) + ------------------------------------------------------------------- Mon Aug 18 16:17:24 CEST 2008 - werner@suse.de diff --git a/ncurses.spec b/ncurses.spec index 208be7b..7d67309 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -27,7 +27,7 @@ License: X11/MIT Group: System/Base AutoReqProv: on Version: 5.6 -Release: 86 +Release: 87 Summary: New curses Libraries Url: http://invisible-island.net/ncurses/ncurses.html Source0: ncurses-5.6.tar.bz2 @@ -199,6 +199,7 @@ License: X11/MIT Group: Development/Libraries/C and C++ Provides: ncurses:%{_incdir}/ncurses.h Requires: ncurses = %{version}-%{release}, %{_bindir}/tack +Requires: libncurses5 libncurses6 AutoReqProv: on %description -n ncurses-devel @@ -632,6 +633,10 @@ ln -sf tack-* tack %defattr(-,root,root) %changelog +* Thu Aug 28 2008 ro@suse.de +- require libncurses5 _and_ libncurses6 from ncurses-devel + (avoid having a version with only static libs in the + build environment to prevent static linking fallback) * Mon Aug 18 2008 werner@suse.de - Use include directories more restrictive that is * /usr/include/ncurses/*.h for standard version