From f77f8f10b7667a77990dc5f53ec7ed08c76f365f0c7fd4790b1834d506c01ed4 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 9 Mar 2011 16:08:23 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/ncurses revision 40.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=f680f10c37c9a54cbd15437dfb302aff --- ncurses.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ncurses.spec b/ncurses.spec index 0cc1240..079e98a 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -1,7 +1,7 @@ # -# spec file for package ncurses (Version 5.7) +# spec file for package ncurses # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 93681e64cad9aa14bc5dfc698016a4e2051d5602a516cebd6b90d4ed5b6cc526 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 29 Sep 2011 21:15:19 +0000 Subject: [PATCH 2/2] - fix build under qemu for the ARM port OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=45 --- ncurses.changes | 5 +++++ ncurses.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ncurses.changes b/ncurses.changes index d4e21ff..6eee1d0 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 29 23:14:59 CEST 2011 - dmueller@suse.de + +- fix build under qemu for the ARM port + ------------------------------------------------------------------- Tue Mar 8 11:14:14 CET 2011 - werner@suse.de diff --git a/ncurses.spec b/ncurses.spec index 079e98a..e36c8d0 100644 --- a/ncurses.spec +++ b/ncurses.spec @@ -439,7 +439,11 @@ rm -vf mk-dlls.sh # Check for tack program on base of above ncurses # pushd tack/ +%if 0%{?qemu_user_space_build:1} + echo "Skipping LDD test due to running under QEMU" +%else ldd ./tack +%endif popd test ! -L tack || rm -f tack %if %abi < 6