[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.7.0-20110116-40-gc7e23d6)
The branch, master has been updated
via c7e23d6238b0013830f0db4157a799c0657936cb (commit)
from 3f0e6e8bc8771a83ed8df36a0818258f51813580 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
utils/scripts/gsymfix.pl | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
=================
Commit Messages
=================
commit c7e23d6238b0013830f0db4157a799c0657936cb
Author: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>
Commit: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>
gsymfix.pl: change default values for missing attributes
According to Master Attribute Document valid values are device=none,
footprint=none or footprint=unknown.
Closes-bug: lp-715503
:100755 100755 47be588... c09a59a... M utils/scripts/gsymfix.pl
=========
Changes
=========
commit c7e23d6238b0013830f0db4157a799c0657936cb
Author: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>
Commit: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>
gsymfix.pl: change default values for missing attributes
According to Master Attribute Document valid values are device=none,
footprint=none or footprint=unknown.
Closes-bug: lp-715503
diff --git a/utils/scripts/gsymfix.pl b/utils/scripts/gsymfix.pl
index 47be588..c09a59a 100755
--- a/utils/scripts/gsymfix.pl
+++ b/utils/scripts/gsymfix.pl
@@ -152,14 +152,14 @@ if( $found_numslots_attr == 0 ) {
print OUTNET "numslots=0\n";
}
if( $found_device_attr == 0 ) {
- if($verbose){print " Adding attr device=XXX\n";}
+ if($verbose){print " Adding attr device=none\n";}
print OUTNET "T 600 100 9 10 0 0 0 0 1\n";
- print OUTNET "device=XXX\n";
+ print OUTNET "device=none\n";
}
if( $found_footprint_attr == 0 ) {
- if($verbose){print " Adding attr footprint=XXX\n";}
+ if($verbose){print " Adding attr footprint=unknown\n";}
print OUTNET "T 600 100 9 10 0 0 0 0 1\n";
- print OUTNET "footprint=XXX\n";
+ print OUTNET "footprint=unknown\n";
}
close(NETLIST);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs