[Lsb-messages] /var/www/bzr/lsb/devel/specdb r1514: fiddle standards a little

Mats Wichmann mats at linuxfoundation.org
Wed Feb 4 19:03:02 UTC 2015


------------------------------------------------------------
revno: 1514
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: specdb
timestamp: Wed 2015-02-04 12:03:02 -0700
message:
  fiddle standards a little
modified:
  Standard.init
  Standard.sql
-------------- next part --------------
=== modified file 'Standard.init'
--- a/Standard.init	2015-01-16 17:11:10 +0000
+++ b/Standard.init	2015-02-04 19:03:02 +0000
@@ -22,7 +22,7 @@
 INSERT INTO `Standard` VALUES (22,'SUS-XSH95','The Single UNIX Specification(SUS) Version 1 (UNIX 95) System Interfaces &amp; Headers','http://www.opengroup.org/publications/catalog/un.htm','','Unknown',1,'SUSv1 System Interfaces and Headers',NULL,'SUS.XSH95','1.0',NULL);
 INSERT INTO `Standard` VALUES (23,'ELF','Tool Interface Standard (TIS) Executable and Linking Format (ELF) Specification version 1.2','','','Unknown',1,'ELF Tool Interface Standard',NULL,'ELF','1.0',NULL);
 INSERT INTO `Standard` VALUES (24,'zlib','zlib 1.2 Manual','http://www.gzip.org/zlib/','See','Reference',1,'zlib Manual',NULL,'zlib','1.0',NULL);
-INSERT INTO `Standard` VALUES (25,'ISOC99','ISO/IEC 9899: 1999, Programming Languages --C','','','Standard',1,'ISO C (1999)',NULL,'ISOC99','1.0',NULL);
+INSERT INTO `Standard` VALUES (25,'ISOC99','ISO/IEC 9899:1999 - Programming Languages -- C','','','Standard',1,'ISO C (1999)',NULL,'ISOC99','1.0',NULL);
 INSERT INTO `Standard` VALUES (26,'SUS-XBD','CAE Specification, January 1997, System Interface Definitions (XBD),Issue 5 (ISBN: 1-85912-186-1, C605)','http://www.opengroup.org/publications/catalog/un.htm','','Unknown',1,'SUSv2 Base Definitions',NULL,'SUS.XBD','1.0',NULL);
 INSERT INTO `Standard` VALUES (27,'SUS-XCU','The Single UNIX Specification(SUS) Version 2, Commands and Utilities (XCU), Issue 5 (ISBN: 1-85912-191-8, C604)','http://www.opengroup.org/publications/catalog/un.htm','','Reference',1,'SUSv2 Commands and Utilities',NULL,'SUS.XCU','1.0',NULL);
 INSERT INTO `Standard` VALUES (28,'SUS-CURSES','CAE Specification, May 1996, X/Open Curses, Issue 4, Version 2 (ISBN:  1-85912-171-3, C610), plus Corrigendum U018','https://www2.opengroup.org/ogsys/catalog/C610','','Standard',1,'X/Open Curses','http://www.opengroup.org/onlinepubs/7990989799/xcurses','SUS.CURSES','1.0',NULL);
@@ -179,3 +179,4 @@
 INSERT INTO `Standard` VALUES (185,'Gtk3 3.6','Gtk 3.6.4 Reference Manual','http://developer.gnome.org/gtk3/3.6','Gtk 3.6.4 Reference Manual','Standard',1,'Gtk 3.6.4 Reference Manual','http://developer.gnome.org/gtk3/3.6','Gtk3','5.0',NULL);
 INSERT INTO `Standard` VALUES (186,'FHS3','Filesystem Hierarchy Standard (FHS) 3.0','http://refspecs.linuxbase.org/fhs','','Standard',1,'Filesystem Hierarchy Standard',NULL,'FHS','5.0',NULL);
 INSERT INTO `Standard` VALUES (187,'RPC + XDR','IETF RFC 5531 &amp; 4506','http://www.ietf.org/','Still need API reference, instead of protocol reference','Reference',1,'RFC 5531/4506 RPC &amp; XDR',NULL,'RPC.XDR','5.0',NULL);
+INSERT INTO `Standard` VALUES (188,'ISOC11','ISO/IEC 9899:2011 - Information Tehcnology - Programming Languages -- C','','','Standard',1,'ISO C (2011)',NULL,'ISOC11','5.0',NULL);

=== modified file 'Standard.sql'
--- a/Standard.sql	2014-08-25 16:09:39 +0000
+++ b/Standard.sql	2015-02-04 19:03:02 +0000
@@ -28,7 +28,7 @@
   UNIQUE KEY `k_Stag` (`Stag`,`Sappearedin`),
   KEY `Stype` (`Stype`),
   KEY `Sshort` (`Sshort`)
-) ENGINE=MyISAM AUTO_INCREMENT=188 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=189 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