Author: glen                         Date: Mon Feb 16 19:45:14 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unbreak summary order

---- Files affected:
SPECS:
   adapter.awk (1.416 -> 1.417) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.416 SPECS/adapter.awk:1.417
--- SPECS/adapter.awk:1.416     Tue Feb 10 13:30:03 2009
+++ SPECS/adapter.awk   Mon Feb 16 20:45:08 2009
@@ -95,8 +95,8 @@
        gsub(/^#[ \t]*/, "", s);
 
        # force order
-       gsub(/^Summary/, "10Summary", s);
        gsub(/^Summary\(/, "11Summary(", s);
+       gsub(/^Summary/, "10Summary", s);
 
        gsub(/^Name/, "2Name", s);
        gsub(/^Version/, "3Version", s);
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/adapter.awk?r1=1.416&r2=1.417&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to