[Lsb-messages] /var/www/bzr/lsb/devel/specdb r1364: fix three curses funcs with wrong start version for new spec

Mats Wichmann mats at linuxfoundation.org
Sat Aug 31 14:28:40 UTC 2013


------------------------------------------------------------
revno: 1364
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: specdb
timestamp: Sat 2013-08-31 08:28:40 -0600
message:
  fix three curses funcs with wrong start version for new spec
modified:
  IntStd.init
-------------- next part --------------
=== modified file 'IntStd.init'
--- a/IntStd.init	2013-08-15 14:05:26 +0000
+++ b/IntStd.init	2013-08-31 14:28:40 +0000
@@ -65564,9 +65564,9 @@
 INSERT INTO `IntStd` VALUES (4188,183,0,'5.0',NULL,'wtimeout.html',NULL);
 INSERT INTO `IntStd` VALUES (4189,183,0,'5.0',NULL,'wtouchln.html',NULL);
 INSERT INTO `IntStd` VALUES (4190,183,0,'5.0',NULL,'wvline.html',NULL);
-INSERT INTO `IntStd` VALUES (4514,183,0,'2.0',NULL,'set_curterm.html',NULL);
-INSERT INTO `IntStd` VALUES (4515,183,0,'2.0',NULL,'del_curterm.html',NULL);
-INSERT INTO `IntStd` VALUES (4516,183,0,'2.0',NULL,'restartterm.html',NULL);
+INSERT INTO `IntStd` VALUES (4514,183,0,'5.0',NULL,'set_curterm.html',NULL);
+INSERT INTO `IntStd` VALUES (4515,183,0,'5.0',NULL,'del_curterm.html',NULL);
+INSERT INTO `IntStd` VALUES (4516,183,0,'5.0',NULL,'restartterm.html',NULL);
 INSERT INTO `IntStd` VALUES (4517,183,0,'5.0',NULL,'setupterm.html',NULL);
 INSERT INTO `IntStd` VALUES (4518,183,0,'5.0',NULL,'tgetstr.html',NULL);
 INSERT INTO `IntStd` VALUES (4519,183,0,'5.0',NULL,'tgoto.html',NULL);



More information about the lsb-messages mailing list