[gtkwave] Update to 3.3.58

Paul Howarth pghmcfc at fedoraproject.org
Mon Mar 24 11:29:49 UTC 2014


commit 8f5725a18a2cc3031efa6f03fff6bfa89a5058d2
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Mar 24 11:28:39 2014 +0000

    Update to 3.3.58
    
    - New upstream release 3.3.58
      - Added /Data Format/Popcnt function for ones counting
      - Warnings fixes from new Clang 3.4 scan-build
      - Updated VCD ID generation in various helpers to use a faster, equivalent
        algorithm
      - Change [1] at end of struct to C99 [] notation with appropriate allocation
        size modification
      - System_profiler speed fix for OSX
    - Drop EL-4 support

 gtkwave.spec |   31 +++++++++++++------------------
 sources      |    2 +-
 2 files changed, 14 insertions(+), 19 deletions(-)
---
diff --git a/gtkwave.spec b/gtkwave.spec
index 987a1d7..b7f4506 100644
--- a/gtkwave.spec
+++ b/gtkwave.spec
@@ -1,11 +1,8 @@
 #global prerel RC5
 
-# %%posttrans is available from FC-4, EL-5 onwards
-%global have_posttrans %(expr 0%{?fedora} '>' 3 '|' 0%{?rhel} '>' 4)
-
 Summary:	Waveform Viewer
 Name:		gtkwave
-Version:	3.3.57
+Version:	3.3.58
 Release:	%{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
 License:	GPLv2+
 Group:		Applications/Engineering
@@ -18,16 +15,8 @@ Source4:	gtkwave-48.png
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildRequires:	gtk2-devel, bzip2-devel, Judy-devel, xz-devel, zlib-devel
 BuildRequires:	gedit, gperf, flex, desktop-file-utils
-# BR: /usr/include/tcl.h rather than tcl-devel for compatibility with
-# old releases prior to tcl-devel split
-BuildRequires:	tcl >= 8.4
-BuildRequires:	/usr/include/tcl.h /usr/include/tk.h
+BuildRequires:	tcl-devel >= 8.4, tk-devel
 Requires:	gedit
-# These scriptlet requirements are only needed prior to F-5/RHEL-5,
-%if 0%{?fedora} < 5 && 0%{?rhel} < 5
-Requires(post): desktop-file-utils, shared-mime-info
-Requires(postun): desktop-file-utils, shared-mime-info
-%endif
 
 # Move to unversioned documentation directories from F-20
 # https://fedoraproject.org/wiki/Changes/UnversionedDocdirs
@@ -90,16 +79,11 @@ fi
 /usr/bin/update-desktop-database &> /dev/null || :
 /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
 
-%if %{have_posttrans}
 %posttrans
-# Note that icon cache updates are only needed on FC-4, EL-5 and later, and
-# %%posttrans is always available on FC-4, EL-5 and later
 gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-%endif
 
 %files
-%defattr(-,root,root,-)
 %doc %{gtkwave_docdir}/
 %{_bindir}/evcd2vcd
 %{_bindir}/fst2vcd
@@ -192,6 +176,17 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man5/gtkwaverc.5*
 
 %changelog
+* Mon Mar 24 2014 Paul Howarth <paul at city-fan.org> 3.3.58-1
+- update to 3.3.58
+  - added /Data Format/Popcnt function for ones counting
+  - warnings fixes from new Clang 3.4 scan-build
+  - updated VCD ID generation in various helpers to use a faster, equivalent
+    algorithm
+  - change [1] at end of struct to C99 [] notation with appropriate allocation
+    size modification
+  - system_profiler speed fix for OSX
+- drop EL-4 support
+
 * Mon Feb 17 2014 Paul Howarth <paul at city-fan.org> 3.3.57-1
 - update to 3.3.57
   - fix for Electric Fence crash in vlist_freeze()
diff --git a/sources b/sources
index 5052d57..01b22bc 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-48b512df622302dcc39f9f1dd109aa70  gtkwave-3.3.57.tar.gz
+9de6468233fa3d59eec7cb8291f7d970  gtkwave-3.3.58.tar.gz
 2cc7754492918591242bc38a0b11d2a5  gtkwave-16.png
 410c50539074403d3a3240f7c9209b11  gtkwave-32.png
 4fdb2fec2b6d9732e2f111c6cd63b788  gtkwave-48.png


More information about the scm-commits mailing list