[Lsb-messages] /var/www/bzr/lsb/devel/specdb r1179: finish up cups function transition (bug 3506)

Mats Wichmann mats at linuxfoundation.org
Sat May 19 17:03:17 UTC 2012


------------------------------------------------------------
revno: 1179
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: specdb
timestamp: Sat 2012-05-19 11:03:17 -0600
message:
  finish up cups function transition (bug 3506)
modified:
  ArchInt.init
  InterfaceAttribute.init
  InterfaceAttribute.sql
-------------- next part --------------
=== modified file 'ArchInt.init'
--- a/ArchInt.init	2012-05-19 12:04:24 +0000
+++ b/ArchInt.init	2012-05-19 17:03:17 +0000
@@ -56606,10 +56606,10 @@
 INSERT INTO `ArchInt` VALUES (1,91762,0,'3.2',NULL,NULL,1);
 INSERT INTO `ArchInt` VALUES (1,91763,0,'3.2',NULL,NULL,1);
 INSERT INTO `ArchInt` VALUES (1,91764,0,'3.2',NULL,NULL,7);
-INSERT INTO `ArchInt` VALUES (1,91765,0,'3.2',NULL,NULL,7);
+INSERT INTO `ArchInt` VALUES (1,91765,0,'3.2',NULL,'5.0',7);
 INSERT INTO `ArchInt` VALUES (1,91766,0,'3.2',NULL,NULL,7);
 INSERT INTO `ArchInt` VALUES (1,91767,0,'3.2',NULL,NULL,29612);
-INSERT INTO `ArchInt` VALUES (1,91768,0,'3.2',NULL,NULL,7);
+INSERT INTO `ArchInt` VALUES (1,91768,0,'3.2',NULL,'5.0',7);
 INSERT INTO `ArchInt` VALUES (1,92033,0,'3.2',NULL,NULL,15274);
 INSERT INTO `ArchInt` VALUES (1,92034,0,'3.2',NULL,NULL,0);
 INSERT INTO `ArchInt` VALUES (1,92035,0,'3.2',NULL,NULL,0);

=== modified file 'InterfaceAttribute.init'
--- a/InterfaceAttribute.init	2011-08-23 17:32:35 +0000
+++ b/InterfaceAttribute.init	2012-05-19 17:03:17 +0000
@@ -1350,3 +1350,5 @@
 INSERT INTO `InterfaceAttribute` VALUES (1882,'mknodat','libc','Recommendation','This interface is source-level only and should not be visible on binary level. It should be transformed to <int libc;__xmonodat>__xmknodat</int> at compilation time.');
 INSERT INTO `InterfaceAttribute` VALUES (1883,'fstatat','libc','Recommendation','This interface is source-level only and should not be visible on binary level. It should be transformed to <int libc;__xmonodat64>__fsstatat</int> at compilation time.');
 INSERT INTO `InterfaceAttribute` VALUES (1884,'fstatat64','libc','Recommendation','This interface is source-level only and should not be visible on binary level. It should be transformed to <int libc;__fxstatat64>__fxstatat64</int> at compilation time.');
+INSERT INTO `InterfaceAttribute` VALUES (1885,'cupsRasterReadHeader','libcupsimage','Recommendation','This function is deprecated. Use cupsRasterReadHeader2 instead.');
+INSERT INTO `InterfaceAttribute` VALUES (1886,'cupsRasterWriteHeader','libcupsimage','Recommendation','This function is deprecated. Use cupsRasterWriteHeader2 instead.');

=== modified file 'InterfaceAttribute.sql'
--- a/InterfaceAttribute.sql	2012-01-28 18:55:01 +0000
+++ b/InterfaceAttribute.sql	2012-05-19 17:03:17 +0000
@@ -19,7 +19,7 @@
   PRIMARY KEY (`IAid`),
   KEY `k_IAiname` (`IAiname`,`IAlibrary`,`IAtype`),
   KEY `k_IAtype` (`IAtype`)
-) ENGINE=MyISAM AUTO_INCREMENT=1885 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=1887 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