[gtkwave] Update to 3.3.62

Paul Howarth pghmcfc at fedoraproject.org
Fri Sep 26 15:00:08 UTC 2014


commit 9a6ea89b7ac77ea468373fbc31dc2328717ce57d
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Sep 26 15:40:18 2014 +0100

    Update to 3.3.62
    
    - New upstream release 3.3.62
      - Added zoom_full, zoom_size and move_to_time to the dbus interface (dbus
        enabled by --with-gconf)
      - Updated LZ4 to version r120 (r121 files are the same)
      - Compiler warnings fixes for gtk+-1.2 (-Wall -Wshadow -Wextra)
    - Enable GConf support
    - Put a 256x256 icon where gnome-software can find it

 gtkwave.spec |   23 +++++++++++++++++++----
 sources      |    2 +-
 2 files changed, 20 insertions(+), 5 deletions(-)
---
diff --git a/gtkwave.spec b/gtkwave.spec
index 287866a..33a924e 100644
--- a/gtkwave.spec
+++ b/gtkwave.spec
@@ -2,8 +2,8 @@
 
 Summary:	Waveform Viewer
 Name:		gtkwave
-Version:	3.3.61
-Release:	%{?prerel:0.}2%{?prerel:.%{prerel}}%{?dist}
+Version:	3.3.62
+Release:	%{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
 License:	GPLv2+
 Group:		Applications/Engineering
 URL:		http://gtkwave.sourceforge.net/
@@ -13,7 +13,9 @@ Source2:	gtkwave-16.png
 Source3:	gtkwave-32.png
 Source4:	gtkwave-48.png
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
-BuildRequires:	gtk2-devel, bzip2-devel, Judy-devel, xz-devel, zlib-devel
+# dbus-devel needed due to https://bugzilla.redhat.com/show_bug.cgi?id=485667 (F-10)
+BuildRequires:	gtk2-devel, bzip2-devel, GConf2-devel, dbus-devel, Judy-devel
+BuildRequires:	xz-devel, zlib-devel
 BuildRequires:	gedit, gperf, flex, desktop-file-utils
 BuildRequires:	tcl-devel >= 8.4, tk-devel
 Requires:	gedit
@@ -34,7 +36,8 @@ tools.
 %{configure} \
 	--disable-dependency-tracking \
 	--disable-mime-update \
-	--enable-judy
+	--enable-judy \
+	--with-gconf
 make %{?_smp_mflags}
 
 %install
@@ -49,6 +52,8 @@ desktop-file-install --vendor "" --dir %{buildroot}%{_datadir}/applications %{SO
 install -D -m 644 -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/gtkwave.png
 install -D -m 644 -p %{SOURCE3} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/gtkwave.png
 install -D -m 644 -p %{SOURCE4} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/gtkwave.png
+install -D -m 644 -p share/icons/gtkwave_256x256x32.png \
+				%{buildroot}%{_datadir}/icons/hicolor/256x256/apps/gtkwave.png
 
 # Include extra docs
 for extradoc in AUTHORS ChangeLog %{!?_licensedir:COPYING LICENSE.TXT}
@@ -144,6 +149,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/16x16/apps/gtkwave.png
 %{_datadir}/icons/hicolor/32x32/apps/gtkwave.png
 %{_datadir}/icons/hicolor/48x48/apps/gtkwave.png
+%{_datadir}/icons/hicolor/256x256/apps/gtkwave.png
 %{_datadir}/mime/packages/x-gtkwave-extension-ae2.xml
 %{_datadir}/mime/packages/x-gtkwave-extension-aet.xml
 %{_datadir}/mime/packages/x-gtkwave-extension-evcd.xml
@@ -175,6 +181,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man5/gtkwaverc.5*
 
 %changelog
+* Fri Sep 26 2014 Paul Howarth <paul at city-fan.org> 3.3.62-1
+- update to 3.3.62
+  - added zoom_full, zoom_size and move_to_time to the dbus interface (dbus
+    enabled by --with-gconf)
+  - updated LZ4 to version r120 (r121 files are the same)
+  - compiler warnings fixes for gtk+-1.2 (-Wall -Wshadow -Wextra)
+- enable GConf support
+- put a 256x256 icon where gnome-software can find it
+
 * Mon Aug 18 2014 Paul Howarth <paul at city-fan.org> 3.3.61-2
 - use %%license where possible
 
diff --git a/sources b/sources
index 8ecb1c0..7361a46 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-a3fbe3a87caf4cf59711617ed0a17d81  gtkwave-3.3.61.tar.gz
+8764969c3363cce5ed6b5da56771cd71  gtkwave-3.3.62.tar.gz
 2cc7754492918591242bc38a0b11d2a5  gtkwave-16.png
 410c50539074403d3a3240f7c9209b11  gtkwave-32.png
 4fdb2fec2b6d9732e2f111c6cd63b788  gtkwave-48.png


More information about the scm-commits mailing list