[Lsb-messages] /var/www/bzr/lsb/devel/specdb r1299: mark xmlParserInputRead deprecared (bug 3725)

Mats Wichmann mats at linuxfoundation.org
Thu Feb 28 14:42:54 UTC 2013


------------------------------------------------------------
revno: 1299
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: specdb
timestamp: Thu 2013-02-28 07:42:54 -0700
message:
  mark xmlParserInputRead deprecared (bug 3725)
modified:
  ArchInt.init
  InterfaceAttribute.init
  InterfaceAttribute.sql
-------------- next part --------------
=== modified file 'ArchInt.init'
--- a/ArchInt.init	2013-02-28 14:29:50 +0000
+++ b/ArchInt.init	2013-02-28 14:42:54 +0000
@@ -29097,7 +29097,7 @@
 INSERT INTO `ArchInt` VALUES (1,35916,0,'3.1','5.0',NULL,14612);
 INSERT INTO `ArchInt` VALUES (1,35917,0,'3.1','5.0',NULL,6);
 INSERT INTO `ArchInt` VALUES (1,35918,0,'3.1','5.0',NULL,1);
-INSERT INTO `ArchInt` VALUES (1,35919,0,'3.1','5.0',NULL,6);
+INSERT INTO `ArchInt` VALUES (1,35919,0,'3.1','5.0','5.0',6);
 INSERT INTO `ArchInt` VALUES (1,35920,0,'3.1','5.0',NULL,14989);
 INSERT INTO `ArchInt` VALUES (1,35921,0,'3.1','5.0',NULL,1);
 INSERT INTO `ArchInt` VALUES (1,35922,0,'3.1','5.0',NULL,6);
@@ -67899,7 +67899,7 @@
 INSERT INTO `ArchInt` VALUES (1,35916,80,'5.0',NULL,NULL,14612);
 INSERT INTO `ArchInt` VALUES (1,35917,81,'5.0',NULL,NULL,6);
 INSERT INTO `ArchInt` VALUES (1,35918,71,'5.0',NULL,NULL,1);
-INSERT INTO `ArchInt` VALUES (1,35919,71,'5.0',NULL,NULL,6);
+INSERT INTO `ArchInt` VALUES (1,35919,71,'5.0',NULL,'5.0',6);
 INSERT INTO `ArchInt` VALUES (1,35920,71,'5.0',NULL,NULL,14989);
 INSERT INTO `ArchInt` VALUES (1,35921,80,'5.0',NULL,NULL,1);
 INSERT INTO `ArchInt` VALUES (1,35922,71,'5.0',NULL,NULL,6);

=== modified file 'InterfaceAttribute.init'
--- a/InterfaceAttribute.init	2013-02-27 19:42:30 +0000
+++ b/InterfaceAttribute.init	2013-02-28 14:42:54 +0000
@@ -1369,3 +1369,5 @@
 INSERT INTO `InterfaceAttribute` VALUES (102618,'atk_object_get_mdi_zorder','libatk-1.0','Recommendation','This function is deprecated use <int libatk-1.0;atk_component_get_mdi_zorder >atk_component_get_mdi_zorder </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 (102622,'xmlParserInputRead','libxml2','Recommendation','This function was internal\nand is now marked as deprecated; it always returns an error.');

=== modified file 'InterfaceAttribute.sql'
--- a/InterfaceAttribute.sql	2013-02-27 19:42:30 +0000
+++ b/InterfaceAttribute.sql	2013-02-28 14:42:54 +0000
@@ -19,7 +19,7 @@
   PRIMARY KEY (`IAid`),
   KEY `k_IAiname` (`IAiname`,`IAlibrary`,`IAtype`),
   KEY `k_IAtype` (`IAtype`)
-) ENGINE=MyISAM AUTO_INCREMENT=102621 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=102623 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