[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-294-gc2c9482)



The branch, master has been updated
       via  c2c94821ec6c9a83d0144adad7f6fa190f403af3 (commit)
       via  6a9942cfd3ba216dd83b18521f5b9c8c99aa12c3 (commit)
      from  beae647a1e0217dc5802084a6e00522a59ad5a28 (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
=========

 libgeda/include/defines.h     |    2 +-
 symbols/analog/npn-1.sym      |    4 ++--
 symbols/analog/npn-2.sym      |    2 +-
 symbols/analog/npn-3.sym      |    2 +-
 symbols/analog/npn-IGBT-1.sym |    2 +-
 symbols/analog/pnp-1.sym      |    2 +-
 symbols/analog/pnp-2.sym      |    2 +-
 symbols/analog/pnp-3.sym      |    2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)


=================
 Commit Messages
=================

commit c2c94821ec6c9a83d0144adad7f6fa190f403af3
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Mon Nov 3 00:23:52 2008 +0000

    Bump fileformat verison to 2
    
    Since we've added path support, we need to bump the file-format
    version before any new release is made.

:100644 100644 4a697b8... ecc4643... M	libgeda/include/defines.h
:100644 100644 0e38154... fa5196f... M	symbols/analog/npn-1.sym
:100644 100644 0934298... 7f0c9c9... M	symbols/analog/npn-2.sym
:100644 100644 0317f83... 48f7ed5... M	symbols/analog/npn-3.sym
:100644 100644 ce16e9f... 114f3ac... M	symbols/analog/npn-IGBT-1.sym
:100644 100644 ef434a4... b2a556c... M	symbols/analog/pnp-1.sym
:100644 100644 c462c25... dca08f3... M	symbols/analog/pnp-2.sym
:100644 100644 2908e93... 93d0e68... M	symbols/analog/pnp-3.sym

commit 6a9942cfd3ba216dd83b18521f5b9c8c99aa12c3
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Mon Nov 3 00:23:47 2008 +0000

    symbols: Fix fill of emitter arrow in npn-1.sym
    
    Revert an acidental change which switched off filling of this arrow.

:100644 100644 0819813... 0e38154... M	symbols/analog/npn-1.sym

=========
 Changes
=========

commit c2c94821ec6c9a83d0144adad7f6fa190f403af3
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Mon Nov 3 00:23:52 2008 +0000

    Bump fileformat verison to 2
    
    Since we've added path support, we need to bump the file-format
    version before any new release is made.

diff --git a/libgeda/include/defines.h b/libgeda/include/defines.h
index 4a697b8..ecc4643 100644
--- a/libgeda/include/defines.h
+++ b/libgeda/include/defines.h
@@ -25,7 +25,7 @@
 #define _DEFINES_H_INCL
 
 /* Current schematic/symbol file format */
-#define FILEFORMAT_VERSION     1
+#define FILEFORMAT_VERSION     2
 
 /* release version which had file format changes */
 /* New file format changes after 20030921 use the above version */
diff --git a/symbols/analog/npn-1.sym b/symbols/analog/npn-1.sym
index 0e38154..fa5196f 100644
--- a/symbols/analog/npn-1.sym
+++ b/symbols/analog/npn-1.sym
@@ -1,4 +1,4 @@
-v 20080706 1
+v 20080706 2
 L 200 800 200 200 3 0 0 0 -1 -1
 T 600 500 5 10 0 0 0 0 1
 device=NPN_TRANSISTOR
diff --git a/symbols/analog/npn-2.sym b/symbols/analog/npn-2.sym
index 0934298..7f0c9c9 100644
--- a/symbols/analog/npn-2.sym
+++ b/symbols/analog/npn-2.sym
@@ -1,4 +1,4 @@
-v 20080706 1
+v 20080706 2
 L 200 800 200 200 3 0 0 0 -1 -1
 T 600 500 5 10 0 0 0 0 1
 device=NPN_TRANSISTOR
diff --git a/symbols/analog/npn-3.sym b/symbols/analog/npn-3.sym
index 0317f83..48f7ed5 100644
--- a/symbols/analog/npn-3.sym
+++ b/symbols/analog/npn-3.sym
@@ -1,4 +1,4 @@
-v 20080706 1
+v 20080706 2
 P 600 1000 600 800 1 0 0
 {
 T 500 850 5 6 1 1 0 0 1
diff --git a/symbols/analog/npn-IGBT-1.sym b/symbols/analog/npn-IGBT-1.sym
index ce16e9f..114f3ac 100644
--- a/symbols/analog/npn-IGBT-1.sym
+++ b/symbols/analog/npn-IGBT-1.sym
@@ -1,4 +1,4 @@
-v 20080706 1
+v 20080706 2
 L 300 800 300 200 3 0 0 0 -1 -1
 T 100 1100 8 10 0 0 0 0 1
 device=NPN_TRANSISTOR_IGBT
diff --git a/symbols/analog/pnp-1.sym b/symbols/analog/pnp-1.sym
index ef434a4..b2a556c 100644
--- a/symbols/analog/pnp-1.sym
+++ b/symbols/analog/pnp-1.sym
@@ -1,4 +1,4 @@
-v 20080706 1
+v 20080706 2
 L 200 800 200 200 3 0 0 0 -1 -1
 T 600 500 5 10 0 0 0 0 1
 device=PNP_TRANSISTOR
diff --git a/symbols/analog/pnp-2.sym b/symbols/analog/pnp-2.sym
index c462c25..dca08f3 100644
--- a/symbols/analog/pnp-2.sym
+++ b/symbols/analog/pnp-2.sym
@@ -1,4 +1,4 @@
-v 20080706 1
+v 20080706 2
 L 200 800 200 200 3 0 0 0 -1 -1
 T 600 400 5 10 0 0 0 0 1
 device=PNP_TRANSISTOR
diff --git a/symbols/analog/pnp-3.sym b/symbols/analog/pnp-3.sym
index 2908e93..93d0e68 100644
--- a/symbols/analog/pnp-3.sym
+++ b/symbols/analog/pnp-3.sym
@@ -1,4 +1,4 @@
-v 20080706 1
+v 20080706 2
 P 600 1000 600 800 1 0 0
 {
 T 500 850 5 6 1 1 0 0 1

commit 6a9942cfd3ba216dd83b18521f5b9c8c99aa12c3
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Mon Nov 3 00:23:47 2008 +0000

    symbols: Fix fill of emitter arrow in npn-1.sym
    
    Revert an acidental change which switched off filling of this arrow.

diff --git a/symbols/analog/npn-1.sym b/symbols/analog/npn-1.sym
index 0819813..0e38154 100644
--- a/symbols/analog/npn-1.sym
+++ b/symbols/analog/npn-1.sym
@@ -4,7 +4,7 @@ T 600 500 5 10 0 0 0 0 1
 device=NPN_TRANSISTOR
 L 500 800 200 500 3 0 0 0 -1 -1
 L 200 500 500 200 3 0 0 0 -1 -1
-H 3 0 0 0 -1 -1 0 -1 -1 -1 -1 -1 5
+H 3 0 0 0 -1 -1 1 -1 -1 -1 -1 -1 5
 M 410,240
 L 501,200
 L 455,295




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs