[gtkwave] Update to 3.3.30

Paul Howarth pghmcfc at fedoraproject.org
Wed Jan 18 15:56:36 UTC 2012


commit 7517784f2cea7d35ff26c35d03101f1438a8632f
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Jan 18 15:55:13 2012 +0000

    Update to 3.3.30
    
    - New upstream release 3.3.30
      - Updated ./configure to add --disable-mime-update flag
      - Fixed --optimize for --restore
      - Added [optimize_vcd] savefile tag
      - Disabled analog during mutually incompatible mode selection (binary,
        filters, etc.)
      - Added F/P/T flags to mouseover for the filters
      - Fixed problem where ungrab doesn't occur if button pressed and simultaneous
        reload accelerator key occurs
      - Fixed combine direction in transaction filter to down
      - Fixed vector analog render/print routine to use skipcnt
      - Fixed transaction filter to cache hptr node if converted (i.e., do not
        place bitblasted in save file if avoidable)
      - Fixed min/max of cached autoscaling sizing when number of extension traces
        changes

 gtkwave.spec |   35 ++++++++++++++++++++++++-----------
 sources      |    2 +-
 2 files changed, 25 insertions(+), 12 deletions(-)
---
diff --git a/gtkwave.spec b/gtkwave.spec
index 162f1d7..952f504 100644
--- a/gtkwave.spec
+++ b/gtkwave.spec
@@ -8,7 +8,7 @@
 
 Summary:	Waveform Viewer
 Name:		gtkwave
-Version:	3.3.29
+Version:	3.3.30
 Release:	%{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
 License:	GPLv2+
 Group:		Applications/Engineering
@@ -48,9 +48,9 @@ tools.
 %setup -q -n gtkwave-%{version}%{?prerel}
 
 %build
-export UPDATE_MIME_DATABASE=/bin/true
-export UPDATE_DESKTOP_DATABASE=/bin/true
-%{configure} --disable-dependency-tracking \
+%{configure} \
+	--disable-dependency-tracking \
+	--disable-mime-update \
 %if ! %{have_tcl84}
 	--disable-tcl \
 %endif
@@ -82,13 +82,6 @@ do
 	install -p -m 644 ${extradoc} %{buildroot}%{_docdir}/gtkwave-%{version}/
 done
 
-# Don't want to package hidden files
-mv %{buildroot}%{_docdir}/gtkwave-%{version}/examples/.gtkwaverc \
-	%{buildroot}%{_docdir}/gtkwave-%{version}/examples/gtkwaverc
-
-# Remove broken desktop files
-rm -f %{buildroot}%{_datadir}/applications/x-gtkwave-extension-*.desktop
-
 %clean
 rm -rf %{buildroot}
 
@@ -147,6 +140,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-lxt2.png
 %{_datadir}/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-vcd.png
 %{_datadir}/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-vzt.png
+%{_datadir}/icons/gnome/16x16/mimetypes/gtkwave.png
 %{_datadir}/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-ae2.png
 %{_datadir}/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-aet.png
 %{_datadir}/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-evcd.png
@@ -158,6 +152,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-lxt2.png
 %{_datadir}/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-vcd.png
 %{_datadir}/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-vzt.png
+%{_datadir}/icons/gnome/32x32/mimetypes/gtkwave.png
 %{_datadir}/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-ae2.png
 %{_datadir}/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-aet.png
 %{_datadir}/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-evcd.png
@@ -169,6 +164,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-lxt2.png
 %{_datadir}/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-vcd.png
 %{_datadir}/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-vzt.png
+%{_datadir}/icons/gnome/48x48/mimetypes/gtkwave.png
 %{_datadir}/icons/gtkwave_256x256x32.png
 %{_datadir}/icons/gtkwave_files_256x256x32.png
 %{_datadir}/icons/gtkwave_savefiles_256x256x32.png
@@ -205,6 +201,23 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man5/gtkwaverc.5*
 
 %changelog
+* Wed Jan 18 2012 Paul Howarth <paul at city-fan.org> 3.3.30-1
+- update to 3.3.30
+  - updated ./configure to add --disable-mime-update flag
+  - fixed --optimize for --restore
+  - added [optimize_vcd] savefile tag
+  - disabled analog during mutually incompatible mode selection (binary,
+    filters, etc.)
+  - added F/P/T flags to mouseover for the filters
+  - fixed problem where ungrab doesn't occur if button pressed and simultaneous
+    reload accelerator key occurs
+  - fixed combine direction in transaction filter to down
+  - fixed vector analog render/print routine to use skipcnt
+  - fixed transaction filter to cache hptr node if converted (i.e., do not
+    place bitblasted in save file if avoidable)
+  - fixed min/max of cached autoscaling sizing when number of extension traces
+    changes
+
 * Fri Dec 16 2011 Paul Howarth <paul at city-fan.org> 3.3.29-1
 - update to 3.3.29
   - added OSX integration when compiled against gtk-osx
diff --git a/sources b/sources
index dab3cc3..2a6f80e 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-ca55432a249c7420520ddd330c14e8e0  gtkwave-3.3.29.tar.gz
+44e784b13734123036dcd6890cff7f53  gtkwave-3.3.30.tar.gz
 2cc7754492918591242bc38a0b11d2a5  gtkwave-16.png
 410c50539074403d3a3240f7c9209b11  gtkwave-32.png
 4fdb2fec2b6d9732e2f111c6cd63b788  gtkwave-48.png


More information about the scm-commits mailing list