[Lsb-messages] /var/www/bzr/lsb/devel/specdb r1352: int attr to show two more nspr funcs obsolete (rejected)

Mats Wichmann mats at linuxfoundation.org
Thu Aug 15 15:48:34 UTC 2013


------------------------------------------------------------
revno: 1352
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: specdb
timestamp: Thu 2013-08-15 09:48:34 -0600
message:
  int attr to show two more nspr funcs obsolete (rejected)
modified:
  InterfaceAttribute.init
  InterfaceAttribute.sql
-------------- next part --------------
=== modified file 'InterfaceAttribute.init'
--- a/InterfaceAttribute.init	2013-08-14 22:38:22 +0000
+++ b/InterfaceAttribute.init	2013-08-15 15:48:34 +0000
@@ -1366,9 +1366,11 @@
 INSERT INTO `InterfaceAttribute` VALUES (102615,'pango_get_mirror_char','libpango-1.0','Recommendation','This function is deprecated use <int libglib-2.0;g_unichar_get_mirror_char>g_unichar_get_mirror_char</int> instead');
 INSERT INTO `InterfaceAttribute` VALUES (102616,'atk_hyperlink_is_selected_link','libatk-1.0','Recommendation','This function is deprecated use <const libatk-1.0;ATK_STATE_SELECTED>ATK_STATE_SELECTED</const> instead');
 INSERT INTO `InterfaceAttribute` VALUES (102617,'atk_object_get_layer','libatk-1.0','Recommendation','This function is deprecated use <int libatk-1.0;atk_component_get_layer>atk_component_get_layer</int> instead');
+INSERT INTO `InterfaceAttribute` VALUES (102656,'PR_GetDirectorySepartor','libnspr4','Rejection','This interface is obsolete (misspelled). Use\n<int libnspr4;PR_GetDirectorySeparator>PR_GetDirectorySeparator</int> instead.');
 INSERT INTO `InterfaceAttribute` VALUES (102619,'futimesat','libc','Rejection','This interface is obsolete.  Use <int libc;utimensat>utimensat</int> from POSIX 2008');
 INSERT INTO `InterfaceAttribute` VALUES (102620,'httpConnect','libcups','Recommendation','This function is deprecated. Use\n<int libcups;httpConnectEncrypt>httpConnectEncrypt</int> instead');
 INSERT INTO `InterfaceAttribute` VALUES (102621,'xmlParserInputRead','libxml2','Recommendation','This function was internal\nand is now marked as deprecated; it always returns an error.');
+INSERT INTO `InterfaceAttribute` VALUES (102655,'PR_SetStdioRedirect','libnspr4','Rejection','This interface is obsolete. Use\n<int libnspr4;PR_ProcessAttrSetStdioRedirect>PR_ProcessAttrSetStdioRedirect</int> instead.');
 INSERT INTO `InterfaceAttribute` VALUES (102623,'_ZNK7QPixmap6handleEv','libQtGui','Recommendation','This function is guaranteed to work only when the graphics backend is explicitly set by the application or when a QPixmap is loaded directly from a X11 pixmap.');
 INSERT INTO `InterfaceAttribute` VALUES (102624,'_ZNK7QPixmap7x11InfoEv','libQtGui','Recommendation','It is not recommended to use X11-specific Qt functions.');
 INSERT INTO `InterfaceAttribute` VALUES (102625,'_ZN7QPixmap12x11SetScreenEi','libQtGui','Recommendation','It is not recommended to use X11-specific Qt functions.');

=== modified file 'InterfaceAttribute.sql'
--- a/InterfaceAttribute.sql	2013-08-14 15:23:14 +0000
+++ b/InterfaceAttribute.sql	2013-08-15 15:48:34 +0000
@@ -19,7 +19,7 @@
   PRIMARY KEY (`IAid`),
   KEY `k_IAiname` (`IAiname`,`IAlibrary`,`IAtype`),
   KEY `k_IAtype` (`IAtype`)
-) ENGINE=MyISAM AUTO_INCREMENT=102655 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=102657 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