[Lsb-messages] /var/www/bzr/lsb/devel/specdb r1337: deprecate some fucs in ncursesw to be like ncurses (bug 1761)

Mats Wichmann mats at linuxfoundation.org
Sat Jul 27 15:45:32 UTC 2013


------------------------------------------------------------
revno: 1337
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: specdb
timestamp: Sat 2013-07-27 09:45:32 -0600
message:
  deprecate some fucs in ncursesw to be like ncurses (bug 1761)
modified:
  ArchInt.init
  InterfaceAttribute.init
  InterfaceAttribute.sql
-------------- next part --------------
=== modified file 'ArchInt.init'
--- a/ArchInt.init	2013-05-31 13:09:47 +0000
+++ b/ArchInt.init	2013-07-27 15:45:32 +0000
@@ -72071,11 +72071,11 @@
 INSERT INTO `ArchInt` VALUES (1,103771,0,'5.0',NULL,NULL,6);
 INSERT INTO `ArchInt` VALUES (1,103772,0,'5.0',NULL,NULL,6);
 INSERT INTO `ArchInt` VALUES (1,103773,0,'5.0',NULL,NULL,6);
-INSERT INTO `ArchInt` VALUES (1,103774,0,'5.0',NULL,NULL,6);
-INSERT INTO `ArchInt` VALUES (1,103775,0,'5.0',NULL,NULL,6);
-INSERT INTO `ArchInt` VALUES (1,103776,0,'5.0',NULL,NULL,6);
-INSERT INTO `ArchInt` VALUES (1,103777,0,'5.0',NULL,NULL,63);
-INSERT INTO `ArchInt` VALUES (1,103778,0,'5.0',NULL,NULL,63);
+INSERT INTO `ArchInt` VALUES (1,103774,0,'5.0',NULL,'4.0',6);
+INSERT INTO `ArchInt` VALUES (1,103775,0,'5.0',NULL,'4.0',6);
+INSERT INTO `ArchInt` VALUES (1,103776,0,'5.0',NULL,'4.0',6);
+INSERT INTO `ArchInt` VALUES (1,103777,0,'5.0',NULL,'4.0',63);
+INSERT INTO `ArchInt` VALUES (1,103778,0,'5.0',NULL,'4.0',63);
 INSERT INTO `ArchInt` VALUES (1,103779,0,'5.0',NULL,NULL,6);
 INSERT INTO `ArchInt` VALUES (1,103780,0,'5.0',NULL,NULL,6);
 INSERT INTO `ArchInt` VALUES (1,103781,0,'5.0',NULL,NULL,63);

=== modified file 'InterfaceAttribute.init'
--- a/InterfaceAttribute.init	2013-05-31 13:09:47 +0000
+++ b/InterfaceAttribute.init	2013-07-27 15:45:32 +0000
@@ -1377,3 +1377,8 @@
 INSERT INTO `InterfaceAttribute` VALUES (102626,'_ZNK7QPixmap16x11PictureHandleEv','libQtGui','Recommendation','It is not recommended to use X11-specific Qt functions.');
 INSERT INTO `InterfaceAttribute` VALUES (102627,'_ZN7QPixmap19x11SetDefaultScreenEi','libQtGui','Recommendation','It is not recommended to use X11-specific Qt functions.');
 INSERT INTO `InterfaceAttribute` VALUES (102628,'_ZN7QPixmap13fromX11PixmapEmNS_9ShareModeE','libQtGui','Rejection','It is not recommended to use X11-specific Qt functions.');
+INSERT INTO `InterfaceAttribute` VALUES (102629,'tgetent','libncursesw','Recommendation','Functions tgetent(), tgetflag(), tgetnum(), tgetstr() and tgoto() are provided only as a conversion aid for programs that use the termcap library. Applications should use <int libncursesw;tigetflag>tigetflag</int>, <int libncursesw;tigetnum>tigetnum</int>, <int libncursesw;tigetstr>tigetstr</int> and <int libncursesw;tparm>tparm</int> instead.');
+INSERT INTO `InterfaceAttribute` VALUES (102630,'tgetflag','libncursesw','Recommendation','Functions tgetent(), tgetflag(), tgetnum(), tgetstr() and tgoto() are provided only as a conversion aid for programs that use the termcap library. Applications should use <int libncursesw;tigetflag>tigetflag</int>, <int libncursesw;tigetnum>tigetnum</int>, <int libncursesw;tigetstr>tigetstr</int> and <int libncursesw;tparm>tparm</int> instead.');
+INSERT INTO `InterfaceAttribute` VALUES (102631,'tgetnum','libncursesw','Recommendation','Functions tgetent(), tgetflag(), tgetnum(), tgetstr() and tgoto() are provided only as a conversion aid for programs that use the termcap library. Applications should use <int libncursesw;tigetflag>tigetflag</int>, <int libncursesw;tigetnum>tigetnum</int>, <int libncursesw;tigetstr>tigetstr</int> and <int libncursesw;tparm>tparm</int> instead.');
+INSERT INTO `InterfaceAttribute` VALUES (102632,'tgetstr','libncursesw','Recommendation','Functions tgetent(), tgetflag(), tgetnum(), tgetstr() and tgoto() are provided only as a conversion aid for programs that use the termcap library. Applications should use <int libncursesw;tigetflag>tigetflag</int>, <int libncursesw;tigetnum>tigetnum</int>, <int libncursesw;tigetstr>tigetstr</int> and <int libncursesw;tparm>tparm</int> instead.');
+INSERT INTO `InterfaceAttribute` VALUES (102633,'tgoto','libncursesw','Recommendation','Functions tgetent(), tgetflag(), tgetnum(), tgetstr() and tgoto() are provided only as a conversion aid for programs that use the termcap library. Applications should use <int libncursesw;tigetflag>tigetflag</int>, <int libncursesw;tigetnum>tigetnum</int>, <int libncursesw;tigetstr>tigetstr</int> and <int libncursesw;tparm>tparm</int> instead.');

=== modified file 'InterfaceAttribute.sql'
--- a/InterfaceAttribute.sql	2013-05-31 13:09:47 +0000
+++ b/InterfaceAttribute.sql	2013-07-27 15:45:32 +0000
@@ -19,7 +19,7 @@
   PRIMARY KEY (`IAid`),
   KEY `k_IAiname` (`IAiname`,`IAlibrary`,`IAtype`),
   KEY `k_IAtype` (`IAtype`)
-) ENGINE=MyISAM AUTO_INCREMENT=102629 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=102634 DEFAULT CHARSET=latin1;
 /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
 
 /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;



More information about the lsb-messages mailing list