[gtkwave] Update to 3.3.53

Paul Howarth pghmcfc at fedoraproject.org
Tue Dec 17 19:53:11 UTC 2013


commit a3d50586cfff92ae336ed2c1f2ca5800d2d1e695
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Dec 17 19:52:33 2013 +0000

    Update to 3.3.53
    
    - New upstream release 3.3.53
      - Made LZ4 the default compression routine selected for vcd2fst
      - Fixes to EVCD parsing in vcd2fst and evcd2vcd
      - Automatically invoke --optimize if VPD or WLF is detected; invoke on FSDB
        if FsdbReader is missing
      - Standardized export feature to write vcd using lower case for non 0/1 values
      - Added perror() on errno-related exits in vcd loaders
      - Added experimental wlf2vcd in contrib; it is not currently compiled or used
      - Corrected non-functional typos in documentation

 gtkwave.spec |   19 ++++++++++++++-----
 sources      |    2 +-
 2 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/gtkwave.spec b/gtkwave.spec
index 0b2e6bc..00004df 100644
--- a/gtkwave.spec
+++ b/gtkwave.spec
@@ -5,7 +5,7 @@
 
 Summary:	Waveform Viewer
 Name:		gtkwave
-Version:	3.3.52
+Version:	3.3.53
 Release:	%{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
 License:	GPLv2+
 Group:		Applications/Engineering
@@ -63,12 +63,10 @@ install -D -m 644 -p %{SOURCE4} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps
 
 # Include extra docs
 for extradoc in \
-	ANALOG_README.TXT \
+	AUTHORS \
 	ChangeLog \
 	COPYING \
-	LICENSE.TXT \
-	MIT.TXT \
-	SYSTEMVERILOG_README.TXT
+	LICENSE.TXT
 do
 	install -p -m 644 ${extradoc} %{buildroot}%{gtkwave_docdir}/
 done
@@ -194,6 +192,17 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man5/gtkwaverc.5*
 
 %changelog
+* Tue Dec 17 2013 Paul Howarth <paul at city-fan.org> 3.3.53-1
+- update to 3.3.53
+  - made LZ4 the default compression routine selected for vcd2fst
+  - fixes to EVCD parsing in vcd2fst and evcd2vcd
+  - automatically invoke --optimize if VPD or WLF is detected; invoke on FSDB
+    if FsdbReader is missing
+  - standardized export feature to write vcd using lower case for non 0/1 values
+  - added perror() on errno-related exits in vcd loaders
+  - added experimental wlf2vcd in contrib; it is not currently compiled or used
+  - corrected non-functional typos in documentation
+
 * Tue Nov 12 2013 Paul Howarth <paul at city-fan.org> 3.3.52-1
 - update to 3.3.52
   - added LZ4 as compression type for FST; when enabled with --fourpack in
diff --git a/sources b/sources
index 9124e03..39762b6 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-1a7b7fbfede6f1f91fe26845b3b36f48  gtkwave-3.3.52.tar.gz
+90799eb3f68895e00981bb733ed13331  gtkwave-3.3.53.tar.gz
 2cc7754492918591242bc38a0b11d2a5  gtkwave-16.png
 410c50539074403d3a3240f7c9209b11  gtkwave-32.png
 4fdb2fec2b6d9732e2f111c6cd63b788  gtkwave-48.png


More information about the scm-commits mailing list