[Lsb-messages] /var/www/bzr/lsb/devel/misc-test r2343: drop trace function from ncursesw (bug 1761)

Mats Wichmann mats at linuxfoundation.org
Mon Jan 7 14:43:12 UTC 2013


------------------------------------------------------------
revno: 2343
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: misc-test
timestamp: Mon 2013-01-07 07:43:12 -0700
message:
  drop trace function from ncursesw (bug 1761)
modified:
  elfchk/dynsyms.c
  libchk/libncursesw_so_5.c
  package/Makefile
-------------- next part --------------
=== modified file 'elfchk/dynsyms.c'
--- a/elfchk/dynsyms.c	2012-12-28 15:01:58 +0000
+++ b/elfchk/dynsyms.c	2013-01-07 14:43:12 +0000
@@ -455487,7 +455487,6 @@
 #endif
 	{"tparm","",0,LSB_Base},
 	{"tputs","",0,LSB_Base},
-	{"trace","",0,LSB_Base},
 	{"transientShellClassRec","",0,LSB_Graphics},
 	{"transientShellWidgetClass","",0,LSB_Graphics},
 #if defined __i386__

=== modified file 'libchk/libncursesw_so_5.c'
--- a/libchk/libncursesw_so_5.c	2012-12-28 15:01:58 +0000
+++ b/libchk/libncursesw_so_5.c	2013-01-07 14:43:12 +0000
@@ -361,7 +361,6 @@
 	{"touchwin","",0,LSB_Base,0,1},
 	{"tparm","",0,LSB_Base,0,1},
 	{"tputs","",0,LSB_Base,0,1},
-	{"trace","",0,LSB_Base,0,1},
 	{"ttytype","",0,LSB_Base,0,0},
 	{"typeahead","",0,LSB_Base,0,1},
 	{"unctrl","",0,LSB_Base,0,1},

=== modified file 'package/Makefile'
--- a/package/Makefile	2012-12-28 15:01:58 +0000
+++ b/package/Makefile	2013-01-07 14:43:12 +0000
@@ -24,7 +24,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=1
+RPM_PACKAGE_RELEASE=2
 
 # Derive date string for daily snapshots
 ISO_DATE:=$(shell date +"%Y%m%d")



More information about the lsb-messages mailing list