[gtkwave] Update to 3.3.38

Paul Howarth pghmcfc at fedoraproject.org
Wed Jul 11 11:35:37 UTC 2012


commit 74204e3ceaddd54864758abb346dd521d9e1bc2e
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Jul 11 12:34:33 2012 +0100

    Update to 3.3.38
    
    - New upstream release 3.3.38
      - Upgraded vermin parser to handle some > 1995 constructs
      - Propagated -o option into "Open New Window" menu option
      - Changed invert function so it does not incorrectly expand into the whole
        nybble when it is < 4 bits, i.e. inverting the two bit quantity 10 now
        displays as 0x1, not 0xD
      - Added fstminer
      - Various MinGW fixes

 gtkwave.spec |   14 +++++++++++++-
 sources      |    2 +-
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/gtkwave.spec b/gtkwave.spec
index 24e9275..983f753 100644
--- a/gtkwave.spec
+++ b/gtkwave.spec
@@ -5,7 +5,7 @@
 
 Summary:	Waveform Viewer
 Name:		gtkwave
-Version:	3.3.37
+Version:	3.3.38
 Release:	%{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
 License:	GPLv2+
 Group:		Applications/Engineering
@@ -100,6 +100,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %doc %{_docdir}/gtkwave-%{version}/
 %{_bindir}/evcd2vcd
 %{_bindir}/fst2vcd
+%{_bindir}/fstminer
 %{_bindir}/ghwdump
 %{_bindir}/gtkwave
 %{_bindir}/lxt2miner
@@ -170,6 +171,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/mime/packages/x-gtkwave-extension-vzt.xml
 %{_mandir}/man1/evcd2vcd.1*
 %{_mandir}/man1/fst2vcd.1*
+%{_mandir}/man1/fstminer.1*
 %{_mandir}/man1/ghwdump.1*
 %{_mandir}/man1/gtkwave.1*
 %{_mandir}/man1/lxt2miner.1*
@@ -187,6 +189,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man5/gtkwaverc.5*
 
 %changelog
+* Wed Jul 11 2012 Paul Howarth <paul at city-fan.org> 3.3.38-1
+- update to 3.3.38
+  - upgraded vermin parser to handle some > 1995 constructs
+  - propagated -o option into "Open New Window" menu option
+  - changed invert function so it does not incorrectly expand into the whole
+    nybble when it is < 4 bits, i.e. inverting the two bit quantity 10 now
+    displays as 0x1, not 0xD
+  - added fstminer
+  - various MinGW fixes
+
 * Mon Jun 11 2012 Paul Howarth <paul at city-fan.org> 3.3.37-1
 - update to 3.3.37
   - correct an issue in which the parser for process filter lines assumed the
diff --git a/sources b/sources
index a028596..d306ae7 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-8747205c6cf1abb34b5a8b2f157f37e0  gtkwave-3.3.37.tar.gz
+4ec5116a928b184ebe4e7be56a6e527b  gtkwave-3.3.38.tar.gz
 2cc7754492918591242bc38a0b11d2a5  gtkwave-16.png
 410c50539074403d3a3240f7c9209b11  gtkwave-32.png
 4fdb2fec2b6d9732e2f111c6cd63b788  gtkwave-48.png


More information about the scm-commits mailing list