Hello community,

here is the log from the commit of package gtkwave for openSUSE:Factory checked 
in at 2013-06-13 16:42:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtkwave (Old)
 and      /work/SRC/openSUSE:Factory/.gtkwave.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtkwave"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtkwave/gtkwave.changes  2013-05-02 
11:10:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gtkwave.new/gtkwave.changes     2013-06-13 
16:42:33.000000000 +0200
@@ -1,0 +2,14 @@
+Tue Jun 11 04:26:27 UTC 2013 - [email protected]
+
+- Update to version 3.3.47
+  * Fix for crash in 64-bit mode with array accesses in deprecated
+    loader.
+  * Partial VCD loader fix for small files.
+  * Added preliminary do-nothing generate support in vermin.
+  * Fixed minmax_valid for partial VCD loader: affects scaling
+    on floating-point traces.
+- Fix gcc warning no-return-in-nonvoid-function
+  * gtkwave-3.3.47-no-return-in-nonvoid-function.patch
+
+
+-------------------------------------------------------------------

Old:
----
  gtkwave-3.3.46.tar.gz

New:
----
  gtkwave-3.3.47-no-return-in-nonvoid-function.patch
  gtkwave-3.3.47.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gtkwave.spec ++++++
--- /var/tmp/diff_new_pack.WNFTf6/_old  2013-06-13 16:42:34.000000000 +0200
+++ /var/tmp/diff_new_pack.WNFTf6/_new  2013-06-13 16:42:34.000000000 +0200
@@ -17,14 +17,14 @@
 
 
 Name:           gtkwave
-Version:        3.3.46
+Version:        3.3.47
 Release:        0
 Summary:        Waveform viewer for Ditital Signals
 License:        GPL-2.0+
 Group:          Productivity/Scientific/Electronics
 Url:            http://gtkwave.sourceforge.net/
 Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-
+Patch1:         gtkwave-3.3.47-no-return-in-nonvoid-function.patch
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  gcc-c++
@@ -46,6 +46,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure \

++++++ gtkwave-3.3.47-no-return-in-nonvoid-function.patch ++++++
Index: gtkwave3/src/helpers/fst/fstapi.c
===================================================================
--- gtkwave3/src/helpers/fst/fstapi.c   (revision 746)
+++ gtkwave3/src/helpers/fst/fstapi.c   (working copy)
@@ -548,6 +548,8 @@
        perror("Why");
 #endif
        }
+
+return(rc);
 }
 
 
@@ -2490,6 +2492,8 @@
        perror("Why");
 #endif
        }
+
+return(rc);
 }
++++++ gtkwave-3.3.46.tar.gz -> gtkwave-3.3.47.tar.gz ++++++
++++ 9447 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to