[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2120: ncursesw patch: turn off two functions (bug 1761)

Mats Wichmann mats at linuxfoundation.org
Fri Aug 2 13:16:31 UTC 2013


------------------------------------------------------------
revno: 2120
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Fri 2013-08-02 07:16:31 -0600
message:
  ncursesw patch: turn off two functions (bug 1761)
modified:
  headers/All/5.0/ncursesw/curses.h.defs
  headers/ncursesw/curses.h
  package/Makefile
  stub_libs/5.0/IA32/libncursesw.c
  stub_libs/5.0/IA64/libncursesw.c
  stub_libs/5.0/PPC32/libncursesw.c
  stub_libs/5.0/PPC64/libncursesw.c
  stub_libs/5.0/S390/libncursesw.c
  stub_libs/5.0/S390X/libncursesw.c
  stub_libs/5.0/x86-64/libncursesw.c
-------------- next part --------------
=== modified file 'headers/All/5.0/ncursesw/curses.h.defs'
--- a/headers/All/5.0/ncursesw/curses.h.defs	2013-03-06 23:47:19 +0000
+++ b/headers/All/5.0/ncursesw/curses.h.defs	2013-08-02 13:16:31 +0000
@@ -670,12 +670,10 @@
 int (*_bkgrnd) (WINDOW *, int);
 struct ldat;
 extern int COLORS;
-extern int COLOR_PAIR(int);
 extern int COLOR_PAIRS;
 extern int COLS;
 extern int ESCDELAY;
 extern int LINES;
-extern int PAIR_NUMBER(int);
 extern int TABSIZE;
 extern chtype acs_map[];
 extern int add_wch(cchar_t *);

=== modified file 'headers/ncursesw/curses.h'
--- a/headers/ncursesw/curses.h	2013-03-06 23:47:19 +0000
+++ b/headers/ncursesw/curses.h	2013-08-02 13:16:31 +0000
@@ -717,14 +717,10 @@
 /* Function prototypes */
 
     extern int COLORS;
-#undef COLOR_PAIR
-    extern int COLOR_PAIR(int);
     extern int COLOR_PAIRS;
     extern int COLS;
     extern int ESCDELAY;
     extern int LINES;
-#undef PAIR_NUMBER
-    extern int PAIR_NUMBER(int);
     extern int TABSIZE;
     extern chtype acs_map[];
 #undef add_wch

=== modified file 'package/Makefile'
--- a/package/Makefile	2013-07-29 13:32:00 +0000
+++ b/package/Makefile	2013-08-02 13:16:31 +0000
@@ -46,7 +46,7 @@
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-RPM_PACKAGE_RELEASE=6
+RPM_PACKAGE_RELEASE=7
 
 # Initialize LIB64 to proper value for 64-bit architectures
 export LIB64:=$(shell case `uname -m` in (ppc64 | s390x | x86_64) echo 64 ;; esac)

=== modified file 'stub_libs/5.0/IA32/libncursesw.c'
--- a/stub_libs/5.0/IA32/libncursesw.c	2013-03-04 20:24:26 +0000
+++ b/stub_libs/5.0/IA32/libncursesw.c	2013-08-02 13:16:31 +0000
@@ -1,5 +1,3 @@
-void COLOR_PAIR() {} ;
-void PAIR_NUMBER() {} ;
 void add_wch() {} ;
 void add_wchnstr() {} ;
 void add_wchstr() {} ;

=== modified file 'stub_libs/5.0/IA64/libncursesw.c'
--- a/stub_libs/5.0/IA64/libncursesw.c	2013-03-04 20:24:26 +0000
+++ b/stub_libs/5.0/IA64/libncursesw.c	2013-08-02 13:16:31 +0000
@@ -1,5 +1,3 @@
-void COLOR_PAIR() {} ;
-void PAIR_NUMBER() {} ;
 void add_wch() {} ;
 void add_wchnstr() {} ;
 void add_wchstr() {} ;

=== modified file 'stub_libs/5.0/PPC32/libncursesw.c'
--- a/stub_libs/5.0/PPC32/libncursesw.c	2013-03-04 20:24:26 +0000
+++ b/stub_libs/5.0/PPC32/libncursesw.c	2013-08-02 13:16:31 +0000
@@ -1,5 +1,3 @@
-void COLOR_PAIR() {} ;
-void PAIR_NUMBER() {} ;
 void add_wch() {} ;
 void add_wchnstr() {} ;
 void add_wchstr() {} ;

=== modified file 'stub_libs/5.0/PPC64/libncursesw.c'
--- a/stub_libs/5.0/PPC64/libncursesw.c	2013-03-04 20:24:26 +0000
+++ b/stub_libs/5.0/PPC64/libncursesw.c	2013-08-02 13:16:31 +0000
@@ -1,5 +1,3 @@
-void COLOR_PAIR() {} ;
-void PAIR_NUMBER() {} ;
 void add_wch() {} ;
 void add_wchnstr() {} ;
 void add_wchstr() {} ;

=== modified file 'stub_libs/5.0/S390/libncursesw.c'
--- a/stub_libs/5.0/S390/libncursesw.c	2013-03-04 20:24:26 +0000
+++ b/stub_libs/5.0/S390/libncursesw.c	2013-08-02 13:16:31 +0000
@@ -1,5 +1,3 @@
-void COLOR_PAIR() {} ;
-void PAIR_NUMBER() {} ;
 void add_wch() {} ;
 void add_wchnstr() {} ;
 void add_wchstr() {} ;

=== modified file 'stub_libs/5.0/S390X/libncursesw.c'
--- a/stub_libs/5.0/S390X/libncursesw.c	2013-03-04 20:24:26 +0000
+++ b/stub_libs/5.0/S390X/libncursesw.c	2013-08-02 13:16:31 +0000
@@ -1,5 +1,3 @@
-void COLOR_PAIR() {} ;
-void PAIR_NUMBER() {} ;
 void add_wch() {} ;
 void add_wchnstr() {} ;
 void add_wchstr() {} ;

=== modified file 'stub_libs/5.0/x86-64/libncursesw.c'
--- a/stub_libs/5.0/x86-64/libncursesw.c	2013-03-04 20:24:26 +0000
+++ b/stub_libs/5.0/x86-64/libncursesw.c	2013-08-02 13:16:31 +0000
@@ -1,5 +1,3 @@
-void COLOR_PAIR() {} ;
-void PAIR_NUMBER() {} ;
 void add_wch() {} ;
 void add_wchnstr() {} ;
 void add_wchstr() {} ;



More information about the lsb-messages mailing list