Fri, 03 May 2024 13:04:56 UTC | login

Information for build gtkwave-3.3.101-1.fc31

ID102237
Package Namegtkwave
Version3.3.101
Release1.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/gtkwave.git#82d33caccc63b52b1740d97fdd10f3f25e5db651
SummaryWaveform Viewer
DescriptionGTKWave is a waveform viewer that can view VCD files produced by most Verilog simulation tools, as well as LXT files produced by certain Verilog simulation tools.
Built bydavidlt
State failed
Volume DEFAULT
StartedThu, 25 Jul 2019 01:59:02 UTC
CompletedThu, 25 Jul 2019 02:53:41 UTC
Taskbuild (f31-candidate, /rpms/gtkwave.git:82d33caccc63b52b1740d97fdd10f3f25e5db651)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/gtkwave.git#82d33caccc63b52b1740d97fdd10f3f25e5db651'}}
Tags No tags
RPMs No RPMs
Changelog * Thu May 23 2019 Paul Howarth <paul@city-fan.org> - 3.3.101-1 - Update to 3.3.101 - Added gtkwave::getFacDir, gtkwave::getFacVtype and gtkwave::getFacDtype Tcl accessor functions, which operate similarly to gtkwave::getFacName - Pair $end with $dumpvars in VCD writers - Make %.16g printing in baseconvert.c more resistant to power of 10 roundoff errors - Remove register keyword where applicable as it is deprecated - Added --saveonexit gtkwave command line option * Fri Mar 22 2019 Paul Howarth <paul@city-fan.org> - 3.3.100-1 - Update to 3.3.100 - FSDB fix for variable declarations of array of reals - Added Real, Time, Enum, and Popcnt flags to Edit/Show-Change - Ensure Show-Change regenerates analog traces - Added braces inside Tcl source command to allow spaces in filenames for Tcl scripts * Sun Feb 10 2019 Paul Howarth <paul@city-fan.org> - 3.3.99-1 - Update to 3.3.99 - Added visible single bit glitches as a yellow dot (if enabled with --rcvar 'vcd_preserve_glitches on') - Fixed print routine broken by bsearch_trunc() optimization in version 3.3.96 * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.98-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jan 02 2019 Paul Howarth <paul@city-fan.org> - 3.3.98-1 - Update to 3.3.98 - Removed pccts and vermin; use xml2stems instead * Mon Nov 26 2018 Paul Howarth <paul@city-fan.org> - 3.3.97-1 - Update to 3.3.97 - Need to set menu_wlist entry NULL on gtk_widget_destroy() - Fix on vtype()/vtype2() to detect 'x' and make the coloration red on newly-displayed traces (bug new from Dinotrace-like rendering in 3.3.96) * Mon Nov 19 2018 Paul Howarth <paul@city-fan.org> - 3.3.96-1 - Update to 3.3.96 - Changed to standardized zoom in/out/full hotkeys - Added time backtracking warning (for partial mode) to lxt2vcd - VCD time backtracking fix (not for interactive mode) - Added drag_failed handling (can press ESC) to DnD operations - Prevent missing file in savefile from causing savefile to be read as VCD by mistake - Changed to Dinotrace-like 0s/1s rendering for bit vectors so values can be discerned without seeing the full value text - Removed unneeded pango_layout_get_extents() inside call for font_engine_draw_string() - Changed bsearch_trunc() to run in constant time when monospace fonts are in use - Added missing GDK_SCROLL_MASK to signal area (need for gtk3, but not for other versions for some reason) - Add patch to fix build with GTK 2.20 on Fedora 13 (missing GDK_KEY_equal) * Thu Oct 11 2018 Paul Howarth <paul@city-fan.org> - 3.3.95-1 - Update to 3.3.95 - Added fflush on stdout for help text as fix for possible stdout problem with mingw/msys shells - Added preliminary support for Time datatype - Warnings fixes for Verilator integration - Fixed install_proc_filter usage for Tcl invocation - Change integer type to "integer" in SST to differentiate it from sv ints - Premiminary support for enum tables embedded in FST files * Fri Sep 07 2018 Paul Howarth <paul@city-fan.org> - 3.3.94-1 - Update to 3.3.94 - Applied ghwlib.c patch for dealing with null ranges - Added second chance algorithm for find_dumpfile() in case it fails * Wed Aug 15 2018 Paul Howarth <paul@city-fan.org> - 3.3.93-1 - Update to 3.3.93 - Added sst_dbl_action_type rc variable which controls side-effect of double-clicking in SST signals pane - Added xml2stems Verilator XML to rtlbrowse stems converter to distribution; eventually vermin will be removed - Added missing realpath() in udp emission in vermin * Mon Jul 16 2018 Paul Howarth <paul@city-fan.org> - 3.3.92-1 - Update to 3.3.92 - Harden FST loader for missing .hier files (if applicable) - Fixed broken GTK+-1.2 compile of twinwave - Fix scrolling on help window by adding scroll to end mark - Fix scrolling on status window when use_toolbutton_interface rc var is set to FALSE by adding scroll to end mark - Updated BUILT_SOURCES for vermin - extern yy_size_t yyleng fix in rtlbrowse * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.91-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jun 04 2018 Paul Howarth <paul@city-fan.org> - 3.3.91-1 - Update to 3.3.91 - Added support for GSettings for when GConf is removed from distributions such as Debian and Ubuntu - Performance fix for large number of groups (remove useless recursion required for transaction traces) - Use gsettings rather than gconf from Fedora 29 onwards * Tue May 15 2018 Paul Howarth <paul@city-fan.org> - 3.3.90-1 - Update to 3.3.90 - For Cut Traces, fix up scroll position if there are traces above the current row being cut - Bits to real crash fix for very large floats - Fixed gray code conversions that were incomplete for right justified vectors such that the vector length is not a multiple of the radix size (4 for hex, 3 for oct) - Warray-bounds warning fix for 32-bit conversions in BitsToReal * Fri Mar 23 2018 Paul Howarth <paul@city-fan.org> - 3.3.89-1 - Update to 3.3.89 - Added support for 32-bit conversions in BitsToReal - Crash fix for pattern search with reals using LXT, LXT2, VZT * Tue Mar 06 2018 Paul Howarth <paul@city-fan.org> - 3.3.88-1 - Update to 3.3.88 - Added --sstexclude command line option to prune unwanted clutter from the SST window - Updated "/View/Mouseover Copies To Clipboard" menu option for copying signal names into the clipboard so they can be pasted into text editors, etc. - Fixed Write Save File to handle getting confused by initial cancel then retry - Updated v2k input/output declarations to handle unpacked arrays - Fix for pattern marks that could overshoot the left marker * Tue Feb 20 2018 Paul Howarth <paul@city-fan.org> - 3.3.87-4 - BR: gcc-c++ as upstream prefers c++ for some of the code * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.87-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Jan 23 2018 Paul Howarth <paul@city-fan.org> - 3.3.87-2 - Use libtirpc for RPC rather than SunRPC * Tue Jan 09 2018 Paul Howarth <paul@city-fan.org> - 3.3.87-1 - Update to 3.3.87 - Added missing prototype for ghw_read_sm_hdr in ghwlib.h - Made intptr_t changes vs. long during casting for win64 - Warnings fixes - Re-enable twinwave for Win32/64 - Added missing gtkwave_bin_launcher.sh in contrib/bundle_for_osx Makefile.am - Scriptlets replaced by File Triggers from Fedora 26 onwards * Mon Oct 09 2017 Paul Howarth <paul@city-fan.org> - 3.3.86-1 - Update to 3.3.86 - Added recurse import function (found before only in the hier search) into the SST - Removed obsolete bundle functionality from SST as recurse import more accurately imports recursively - Made entrybox taller (using -1) as recent versions of gnome have taller window titlebars and the widget was not tall enough * Mon Sep 25 2017 Paul Howarth <paul@city-fan.org> - 3.3.85-1 - Update to 3.3.85 - Fix integer type in GHW loader so integer value changes are not stored as a string; this then allows bitwise manipulations of integers * Thu Sep 21 2017 Paul Howarth <paul@city-fan.org> - 3.3.84-2 - Some spec clean-ups based on PR#1 (https://src.fedoraproject.org/rpms/gtkwave/pull-request/1) - Drop support for pre-release builds - One build requirement per line - Sort build requirements - Add dependencies on gnome and hicolor icon themes, plus shared-mime-info (for directory ownership) - Don't use so many tabs * Wed Sep 06 2017 Paul Howarth <paul@city-fan.org> - 3.3.84-1 - Update to 3.3.84 - Updated FSDB reader with experimental FST tree build routines for faster initialization - Removed warnings found when compiling with -Wshadow - Automatically enable --comphier for FST/FSDB/AE2 if facility count reaches 500000; this is to reduce memory consumption for traces with very many signals (added disable_auto_comphier to override this behavior) - Fix null pointer sent to gtk_clipboard_set_text() for mouseover to clipboard cut ops - Use upstream desktop file and icons * Mon Aug 07 2017 Paul Howarth <paul@city-fan.org> - 3.3.83-1 - Update to 3.3.83 - Preserve search type for regex search across reloads or close/reopens of regex search widget - Update local libz to current version * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.82-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.82-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild