[gtkwave] Update to 3.3.55

Paul Howarth pghmcfc at fedoraproject.org
Mon Feb 10 10:57:33 UTC 2014


commit 9161c5ffde02f7057bdaf8b98d9a0e16fa58b4b5
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Feb 10 10:56:52 2014 +0000

    Update to 3.3.55
    
    - New upstream release 3.3.55
      - Fixed problem with FST_DYNAMIC_ALIAS_DISABLE enabled when Judy arrays are
        not present
      - FST writer performance tweaks for traces with millions of signal
        declarations
      - Keep FSDB_VT_STREAM (FSDB transaction type) traces from attempting to be
        read (for now) as they aren't yet processed
      - Added more space-efficient FST dynamic alias encoding
      - Tempfile creation fix for Windows; using tmpnam() is not enough and fails
        depending on user permissions
      - Make vcd2fst use FastLZ instead of LZ4 as a default compression type if an
        EVCD file is being processed as it (re-)compresses much better; using
        -4/-F/-Z still gives expected results
      - Changed double printf formatting for FSDB to "%.16g" to match VCD
        formatting
      - Added very fast I/O write capability to fst2vcd
      - Added support for FSDB_BYTES_PER_BIT_2B (EVCD) in FSDB loader
      - Added experimental fsdb2vcd in contrib; it is not currently compiled or
        used
      - Fix to treesearch to remove duplicate signal names because of faulty
        dumpers
      - Repscript fix for if -R starts without a dumpfile name

 gtkwave.spec |   26 +++++++++++++++++++++++++-
 sources      |    5 +----
 2 files changed, 26 insertions(+), 5 deletions(-)
---
diff --git a/gtkwave.spec b/gtkwave.spec
index d1f3da3..9596c3c 100644
--- a/gtkwave.spec
+++ b/gtkwave.spec
@@ -5,7 +5,7 @@
 
 Summary:	Waveform Viewer
 Name:		gtkwave
-Version:	3.3.54
+Version:	3.3.55
 Release:	%{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
 License:	GPLv2+
 Group:		Applications/Engineering
@@ -192,6 +192,30 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man5/gtkwaverc.5*
 
 %changelog
+* Mon Feb 10 2014 Paul Howarth <paul at city-fan.org> 3.3.55-1
+- update to 3.3.55
+  - fixed problem with FST_DYNAMIC_ALIAS_DISABLE enabled when Judy arrays are
+    not present
+  - FST writer performance tweaks for traces with millions of signal
+    declarations
+  - keep FSDB_VT_STREAM (FSDB transaction type) traces from attempting to be
+    read (for now) as they aren't yet processed
+  - added more space-efficient FST dynamic alias encoding
+  - tempfile creation fix for Windows; using tmpnam() is not enough and fails
+    depending on user permissions
+  - make vcd2fst use FastLZ instead of LZ4 as a default compression type if an
+    EVCD file is being processed as it (re-)compresses much better; using
+    -4/-F/-Z still gives expected results
+  - changed double printf formatting for FSDB to "%%.16g" to match VCD
+    formatting
+  - added very fast I/O write capability to fst2vcd
+  - added support for FSDB_BYTES_PER_BIT_2B (EVCD) in FSDB loader
+  - added experimental fsdb2vcd in contrib; it is not currently compiled or
+    used
+  - fix to treesearch to remove duplicate signal names because of faulty
+    dumpers
+  - repscript fix for if -R starts without a dumpfile name
+
 * Fri Jan  3 2014 Paul Howarth <paul at city-fan.org> 3.3.54-1
 - update to 3.3.54
   - added LZ4 double compression on hierarchy tree for FST when hierarchy size
diff --git a/sources b/sources
index e746187..ffea2c1 100644
--- a/sources
+++ b/sources
@@ -1,4 +1 @@
-2eaff96d2cc4dbab7f5f368aeee569ae  gtkwave-3.3.54.tar.gz
-2cc7754492918591242bc38a0b11d2a5  gtkwave-16.png
-410c50539074403d3a3240f7c9209b11  gtkwave-32.png
-4fdb2fec2b6d9732e2f111c6cd63b788  gtkwave-48.png
+5919b642ee25c79a1c4215708b6d76d8  gtkwave-3.3.55.tar.gz


More information about the scm-commits mailing list