.
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=181
This commit is contained in:
parent
7b285cdc8b
commit
90e34b5bef
@ -15,11 +15,11 @@
|
|||||||
AC_ARG_ENABLE(database,
|
AC_ARG_ENABLE(database,
|
||||||
--- configure
|
--- configure
|
||||||
+++ configure 2013-09-30 09:17:52.000000000 +0000
|
+++ configure 2013-09-30 09:17:52.000000000 +0000
|
||||||
@@ -6526,6 +6526,7 @@ else
|
@@ -6799,6 +6799,7 @@ else
|
||||||
fi;
|
fi;
|
||||||
echo "$as_me:6797: result: $with_overwrite" >&5
|
echo "$as_me:6800: result: $with_overwrite" >&5
|
||||||
echo "${ECHO_T}$with_overwrite" >&6
|
echo "${ECHO_T}$with_overwrite" >&6
|
||||||
+WITH_OVERWRITE="$with_overwrite"
|
+WITH_OVERWRITE="$with_overwrite"
|
||||||
|
|
||||||
echo "$as_me:6800: checking if external terminfo-database is used" >&5
|
echo "$as_me:6803: checking if external terminfo-database is used" >&5
|
||||||
echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6
|
echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:0ab879122039f7b1528ddf86d38f435134146022e85633c99c2e8ab39cf9c83a
|
oid sha256:38d26777892aa619e583755bc64077f4dc3b5f0dcf728f0d4d7737994dbca620
|
||||||
size 4152720
|
size 4221720
|
||||||
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 7 14:39:03 UTC 2015 - werner@suse.de
|
||||||
|
|
||||||
|
- Add ncurses patch 20150103
|
||||||
|
+ modify_nc_flush() to retry if interrupted (patch by Stian Skjelstad).
|
||||||
|
+ change map files to make _nc_freeall a global, since it may be used
|
||||||
|
via the Ada95 binding when checking for memory leaks.
|
||||||
|
+ improve sed script used in 20141220 to account for wide-, threaded-
|
||||||
|
variations in ABI 6.
|
||||||
|
- Add ncurses patch 20141227
|
||||||
|
+ regenerate ".map" files, using step overlooked in 20141213 to use
|
||||||
|
the same patch-dates across each file to match ncurses.map (report by
|
||||||
|
Sven Joachim).
|
||||||
|
- Add ncurses patch 20141221
|
||||||
|
+ fix an incorrect variable assignment in 20141220 changes (report by
|
||||||
|
Sven Joachim).
|
||||||
|
- Add ncurses patch 20141220
|
||||||
|
+ updated Ada95/configure with macro changes from 20141213
|
||||||
|
+ tie configure options --with-abi-version and --with-versioned-syms
|
||||||
|
together, so that ABI 6 libraries have distinct symbol versions from
|
||||||
|
the ABI 5 libraries.
|
||||||
|
+ replace obsolete/nonworking link to man2html with current one,
|
||||||
|
regenerate html-manpages.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 16 11:14:35 UTC 2014 - werner@suse.de
|
Tue Dec 16 11:14:35 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ncurses
|
# spec file for package ncurses
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
Reference in New Issue
Block a user