[gtkwave] Update to 3.3.43

Paul Howarth pghmcfc at fedoraproject.org
Tue Feb 5 13:47:21 UTC 2013


commit 835057a5ba3f8a9288f32c4a058405b7d5da060f
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Feb 5 13:44:03 2013 +0000

    Update to 3.3.43
    
    - New upstream release 3.3.43
      - Fix for rtlbrowse for gtk_adjustment_get_page_increment and
        gtk_adjustment_get_step_increment introduced in 2.14
      - Added VPD support via vpd2vcd (to use, specify -o at the command line, e.g.
        gtkwave -o test.vpd)
      - Added autodetect for LXT, LXT2, VZT, FST regardless of the filename suffix
      - Crash fix for gtkwave::getDisplayedSignals, specifically removing the extra
        free_2() in WAVE_OE_ME
      - Added conditional compile for stat() being available
    - Drop upstreamed old-gtk2 patch

 gtkwave-3.3.42-oldgtk2.patch |   26 --------------------------
 gtkwave.spec                 |   18 +++++++++++++-----
 sources                      |    2 +-
 3 files changed, 14 insertions(+), 32 deletions(-)
---
diff --git a/gtkwave.spec b/gtkwave.spec
index e5b98d3..7c58e3d 100644
--- a/gtkwave.spec
+++ b/gtkwave.spec
@@ -5,7 +5,7 @@
 
 Summary:	Waveform Viewer
 Name:		gtkwave
-Version:	3.3.42
+Version:	3.3.43
 Release:	%{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
 License:	GPLv2+
 Group:		Applications/Engineering
@@ -15,7 +15,6 @@ Source1:	gtkwave.desktop
 Source2:	gtkwave-16.png
 Source3:	gtkwave-32.png
 Source4:	gtkwave-48.png
-Patch0:		gtkwave-3.3.42-oldgtk2.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildRequires:	gtk2-devel, bzip2-devel, Judy-devel, xz-devel, zlib-devel
 BuildRequires:	gperf, flex, desktop-file-utils
@@ -37,9 +36,6 @@ tools.
 %prep
 %setup -q -n gtkwave-%{version}%{?prerel}
 
-# Fix build with gtk2 < 2.14
-%patch0
-
 %build
 %{configure} \
 	--disable-dependency-tracking \
@@ -193,6 +189,18 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man5/gtkwaverc.5*
 
 %changelog
+* Tue Feb  5 2013 Paul Howarth <paul at city-fan.org> 3.3.43-1
+- update to 3.3.43
+  - fix for rtlbrowse for gtk_adjustment_get_page_increment and
+    gtk_adjustment_get_step_increment introduced in 2.14
+  - added VPD support via vpd2vcd (to use, specify -o at the command line, e.g.
+    gtkwave -o test.vpd)
+  - added autodetect for LXT, LXT2, VZT, FST regardless of the filename suffix
+  - crash fix for gtkwave::getDisplayedSignals, specifically removing the extra
+    free_2() in WAVE_OE_ME
+  - added conditional compile for stat() being available
+- drop upstreamed old-gtk2 patch
+
 * Wed Jan  2 2013 Paul Howarth <paul at city-fan.org> 3.3.42-1
 - update to 3.3.42
   - fix to prevent missing group openings from keeping other signals in the
diff --git a/sources b/sources
index d32589a..0883858 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-7a7263e068e4c0a731c4b6723dbe261d  gtkwave-3.3.42.tar.gz
+c0869b83fcd76e7651870978f480670e  gtkwave-3.3.43.tar.gz
 2cc7754492918591242bc38a0b11d2a5  gtkwave-16.png
 410c50539074403d3a3240f7c9209b11  gtkwave-32.png
 4fdb2fec2b6d9732e2f111c6cd63b788  gtkwave-48.png


More information about the scm-commits mailing list