Fri, 03 May 2024 05:39:29 UTC | login

Information for build gtkwave-3.3.104-2.fc33

ID161144
Package Namegtkwave
Version3.3.104
Release2.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/gtkwave.git#aa6ca7963273ee7cc4aa6359f9fcda5fffa2f00a
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 complete
Volume DEFAULT
StartedWed, 03 Jun 2020 18:15:16 UTC
CompletedWed, 03 Jun 2020 19:07:12 UTC
Taskbuild (f33, /rpms/gtkwave.git:aa6ca7963273ee7cc4aa6359f9fcda5fffa2f00a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/gtkwave.git#aa6ca7963273ee7cc4aa6359f9fcda5fffa2f00a'}}
Tags
f33
RPMs
src
gtkwave-3.3.104-2.fc33.src.rpm (info) (download)
riscv64
gtkwave-3.3.104-2.fc33.riscv64.rpm (info) (download)
gtkwave-debuginfo-3.3.104-2.fc33.riscv64.rpm (info) (download)
gtkwave-debugsource-3.3.104-2.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sun May 17 2020 Paul Howarth <paul@city-fan.org> - 3.3.104-2 - Use gtk3 toolkit rather than gtk2 (#1836549) - Own directories under and including %{_datadir}/icons/gnome/ to avoid dependency on gnome-icon-theme, which is not available on EL-8 * Fri Feb 14 2020 Paul Howarth <paul@city-fan.org> - 3.3.104-1 - Update to 3.3.104 - Added support for loading .vf files (provided FSDB reader libraries are enabled) - Added support for dumping variable types in vcd saver, not just using "wire" for non-reals/strings - Fix for uninitialized values at time 0 for FST, FSDB loaders * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.103-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jan 22 2020 Paul Howarth <paul@city-fan.org> - 3.3.103-2 - Fix FTBFS with GCC 10 * Mon Nov 11 2019 Paul Howarth <paul@city-fan.org> - 3.3.103-1 - Update to 3.3.103 - Fix MAP_FAILED missing for MinGW - Fix to make the coloration red on 'u' traces (bug from Dinotrace-like rendering in 3.3.96) - Typo fix on missing group start on vectors * Wed Oct 02 2019 Paul Howarth <paul@city-fan.org> - 3.3.102-1 - Update to 3.3.102 - Remove redundant TREE_VHDL_ST_PACKAGE from SST exclude - Added addCommentTracesFromList tcl command from user patch - Harden savefile loader for missing group start on vectors - Preliminary VHDL support for wlf2vcd - Add missing return value checks on mmap() in FST writer * Mon Aug 19 2019 Paul Howarth <paul@city-fan.org> - 3.3.101-3 - Weaken dependency on gedit where possible (#1743019) * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.101-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * 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