Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gtkwave-3.3.126-2.fc44 RPM for s390x

From Fedora 44 for s390x / g

Name: gtkwave Distribution: Fedora Project
Version: 3.3.126 Vendor: Fedora Project
Release: 2.fc44 Build date: Sat Jan 17 11:01:39 2026
Group: Unspecified Build host: buildvm-s390x-16.s390.fedoraproject.org
Size: 4586879 Source RPM: gtkwave-3.3.126-2.fc44.src.rpm
Packager: Fedora Project
Url: http://gtkwave.sourceforge.net/
Summary: Waveform Viewer
GTKWave 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.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.126-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Mon Jan 05 2026 Paul Howarth <paul@city-fan.org> - 3.3.126-1
  - Update to 3.3.126
    - Added -H --noheader command line option for GTK3
    - Added headerbar rc variable to disable GTK3 headerbars
    - Fix for rendering multiline string constants in dumps
    - Add warning message for missing XPM loader
    - Updated libghw to current version
    - Changed behaviour of X search in pattern search so it is matched by a
      single X bit
* Wed Aug 20 2025 Paul Howarth <paul@city-fan.org> - 3.3.125-1
  - Update to 3.3.125
    - Added json2stems to distribution to support newer versions of Verilator
    - VCD parser fix for colon in VCD variable name
    - Parameter size 0 fix for Vivado: backs out very old fix (for MTI) that
      converts 0 size signals to reals
    - Update vcd2fst so that it handles MTI 0 size conversion
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.124-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Wed May 14 2025 Paul Howarth <paul@city-fan.org> - 3.3.124-1
  - Update to 3.3.124
    - Ensure type name in $var for VCD saver is >0 length
    - Preserve bitblasted vector ordering with VCD saver.
    - Use full type names in VCD saver instead of abbreviations
    - Dump all bits for a bitblasted vector in VCD saver in order to ensure
      stray bit extractions do not cause a failure to reconstruct vectors in
      proper order in the extracted file
* Fri May 09 2025 Paul Howarth <paul@city-fan.org> - 3.3.123-1
  - Update to 3.3.123
    - Fix broken autocoalesce of bitblasted vectors that fix for GH#428 in
      3.3.122 introduced
    - Fix improper autocoalesce of adjacent duplicate symbols
    - Preserve dimension on integer array element when expanded
* Tue Apr 22 2025 Paul Howarth <paul@city-fan.org> - 3.3.122-1
  - Update to 3.3.122
    - Buffer warning fix in fstVcdIDForFwrite
    - Warning fixes in vzt_read.c and fstapi.c
    - Prototype fixes for port to gcc15
    - Fixes for tcl9 compatibility
    - Added fixes for --saveonexit command line option
    - Fix for convert_real for TR_REAL traces
    - Fix for popen_san() in vcd2fst using fsdb binaries
    - Added fstWriterGetFlushContextPending() to fstapi.c/.h
    - Reenable wayland code for primary and baseline markers in wavewindow.c
    - Unnamed scope fix for fstReader
    - Opaque pointer warning fix for fstapi.c
    - Remove broken pseudo-2D array support in fst.c
    - Fix in fst.c for signals whose MSB/LSB/len mismatch
    - libfst #15: fstReaderOpen should not fail on empty FST file
    - Fix crash introduced in 3.3.120 with legacy VCD loader caused by
      "Fix case of missing newline at EOF for VCD loaders"
    - Fix fstminer not handling string transitions correctly (GH#423)
    - Fix in fst.c for duplicate string values
    - Remove duplicate string values from adjacent value changes
    - libghw: Add from upstream for ghdl_rtik_type_i64
    - Fix inconsistent handling of invalid vector bounds in VCD and FST loaders
      (GH#428)
  - Use %{make_build} and %{make_install}
* Sat Mar 01 2025 Paul Howarth <paul@city-fan.org> - 3.3.121-6
  - Add dependency on gdk-pixbuf2-modules-extra, needed for XPM support on
    F-41, EL-10 onwards
    (https://github.com/gtkwave/gtkwave/issues/417#issuecomment-2682344768)
* Mon Feb 03 2025 Jaroslav Škarvada <jskarvad@redhat.com> - 3.3.121-5
  - Rebuild for tcl/tk
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.121-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Jan 15 2025 Paul Howarth <paul@city-fan.org> - 3.3.121-3
  - Port to tcl9 (GH#407, rhbz#2337712)
* Wed Jan 15 2025 Paul Howarth <paul@city-fan.org> - 3.3.121-2
  - Port to gcc 15 (GH#406)
* Wed Oct 09 2024 Paul Howarth <paul@city-fan.org> - 3.3.121-1
  - Update to 3.3.121
    - Add launchable tag in io.github.gtkwave.GTKWave.metainfo.xml
    - Fix memory leak on name in build_hierarchy_array()
    - Fix memory leak in ptranslate/ttranslate
    - Fix case of missing newline at EOF for VCD loaders
    - Add escape handling state machine for vars in FST loader
    - Remove escape check on coalesce in FST loader
    - CreateFileMapping() warning fix for Win32 compiles
    - Integrate gtkwave/pull/376 and gtkwave/pull/377 updates to the FST loader
      for Windows and warnings fixes
    - Clang warning fixes in fstapi.c on dynamic arrays
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.119-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Mar 25 2024 Paul Howarth <paul@city-fan.org> - 3.3.119-1
  - Update to 3.3.119
    - Remove FST_DO_MISALIGNED_OPS
    - Update lz4 to current version from GitHub
    - Change LZ4_compress to LZ4_compress_default
    - Update libghw.c/.h to latest upstream version
    - Fix for -Wsign-compare in fstapi.c
    - Security fixes for GHW
    - Fix left shift of a negative number warning in fstapi.c
    - Fix ctrl-A behavior for SST filter entry
    - Fix for bad shmat return value in main.c
  - Hardlink identical icons together to save space
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.118-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.118-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

Files

/usr/bin/evcd2vcd
/usr/bin/fst2vcd
/usr/bin/fstminer
/usr/bin/gtkwave
/usr/bin/json2stems
/usr/bin/lxt2miner
/usr/bin/lxt2vcd
/usr/bin/rtlbrowse
/usr/bin/shmidcat
/usr/bin/twinwave
/usr/bin/vcd2fst
/usr/bin/vcd2lxt
/usr/bin/vcd2lxt2
/usr/bin/vcd2vzt
/usr/bin/vzt2vcd
/usr/bin/vztminer
/usr/bin/xml2stems
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/8896df09ca11858c03f2e6021e3f9f0f580e3c
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/b5750ee7a3eee1ced8751721927c056a90be0b
/usr/lib/.build-id/25
/usr/lib/.build-id/25/f3634345d543fde342aadd3372e5a5f738358f
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/7c6ae14d37a569822a5721ef554f584f885633
/usr/lib/.build-id/40
/usr/lib/.build-id/40/9f591b5663d038c92d7346f29dcc07121c4f8c
/usr/lib/.build-id/49
/usr/lib/.build-id/49/f7c5011466f804726c0a36a18dbc822bc70aa9
/usr/lib/.build-id/51
/usr/lib/.build-id/51/dacc2099e3c118e0f1d160112a01da7eb837aa
/usr/lib/.build-id/52
/usr/lib/.build-id/52/de28b8491973e9c81c6f54bab4ed5c9208b037
/usr/lib/.build-id/57
/usr/lib/.build-id/57/6843351a28dc2e4af0d8f3aa4634ef967ec12b
/usr/lib/.build-id/61
/usr/lib/.build-id/61/9a05d6535d7da11e249de9ab8cdbf377ac91d3
/usr/lib/.build-id/63
/usr/lib/.build-id/63/68fc8c6dbf31f3f454d233c84944a8eec85678
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/09e691941c14c20336369cd8e22ae91b570778
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/4850c32b70559d4bd160d35be15f62156be986
/usr/lib/.build-id/88
/usr/lib/.build-id/88/37b85ea2ef88872f11d7a441586a8c3312f3f2
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/2ec4387434fd42059252791dc67d0d6171e384
/usr/lib/.build-id/92
/usr/lib/.build-id/92/7701182210e74ca986bfc58f0d2566b646c48c
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/78af725be197db61521c2e8641352c44801eb2
/usr/share/appdata/io.github.gtkwave.GTKWave.metainfo.xml
/usr/share/applications/gtkwave.desktop
/usr/share/doc/gtkwave
/usr/share/doc/gtkwave/AUTHORS
/usr/share/doc/gtkwave/ChangeLog
/usr/share/doc/gtkwave/examples
/usr/share/doc/gtkwave/examples/des.fst
/usr/share/doc/gtkwave/examples/des.gtkw
/usr/share/doc/gtkwave/examples/des.tcl
/usr/share/doc/gtkwave/examples/des.v
/usr/share/doc/gtkwave/examples/gtkwaverc
/usr/share/doc/gtkwave/examples/sst_exclusion_example.rc
/usr/share/doc/gtkwave/examples/transaction.c
/usr/share/doc/gtkwave/examples/transaction.fst
/usr/share/doc/gtkwave/examples/transaction.gtkw
/usr/share/doc/gtkwave/gtkwave.odt
/usr/share/glib-2.0/schemas/com.geda.gtkwave.gschema.xml
/usr/share/icons/gnome
/usr/share/icons/gnome/16x16
/usr/share/icons/gnome/16x16/mimetypes
/usr/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-ae2.png
/usr/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-aet.png
/usr/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-evcd.png
/usr/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-fst.png
/usr/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-ghw.png
/usr/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-gtkw.png
/usr/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-lx2.png
/usr/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-lxt.png
/usr/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-lxt2.png
/usr/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-vcd.png
/usr/share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-vzt.png
/usr/share/icons/gnome/16x16/mimetypes/gtkwave.png
/usr/share/icons/gnome/32x32
/usr/share/icons/gnome/32x32/mimetypes
/usr/share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-ae2.png
/usr/share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-aet.png
/usr/share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-evcd.png
/usr/share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-fst.png
/usr/share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-ghw.png
/usr/share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-gtkw.png
/usr/share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-lx2.png
/usr/share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-lxt.png
/usr/share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-lxt2.png
/usr/share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-vcd.png
/usr/share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-vzt.png
/usr/share/icons/gnome/32x32/mimetypes/gtkwave.png
/usr/share/icons/gnome/48x48
/usr/share/icons/gnome/48x48/mimetypes
/usr/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-ae2.png
/usr/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-aet.png
/usr/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-evcd.png
/usr/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-fst.png
/usr/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-ghw.png
/usr/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-gtkw.png
/usr/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-lx2.png
/usr/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-lxt.png
/usr/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-lxt2.png
/usr/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-vcd.png
/usr/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-vzt.png
/usr/share/icons/gnome/48x48/mimetypes/gtkwave.png
/usr/share/icons/gtkwave_256x256x32.png
/usr/share/icons/gtkwave_files_256x256x32.png
/usr/share/icons/gtkwave_savefiles_256x256x32.png
/usr/share/icons/hicolor/16x16/apps/gtkwave.png
/usr/share/icons/hicolor/256x256/apps/gtkwave.png
/usr/share/icons/hicolor/32x32/apps/gtkwave.png
/usr/share/icons/hicolor/48x48/apps/gtkwave.png
/usr/share/icons/hicolor/scalable/apps/gtkwave.svg
/usr/share/licenses/gtkwave
/usr/share/licenses/gtkwave/COPYING
/usr/share/licenses/gtkwave/LICENSE.TXT
/usr/share/man/man1/evcd2vcd.1.gz
/usr/share/man/man1/fst2vcd.1.gz
/usr/share/man/man1/fstminer.1.gz
/usr/share/man/man1/gtkwave.1.gz
/usr/share/man/man1/json2stems.1.gz
/usr/share/man/man1/lxt2miner.1.gz
/usr/share/man/man1/lxt2vcd.1.gz
/usr/share/man/man1/rtlbrowse.1.gz
/usr/share/man/man1/shmidcat.1.gz
/usr/share/man/man1/twinwave.1.gz
/usr/share/man/man1/vcd2fst.1.gz
/usr/share/man/man1/vcd2lxt.1.gz
/usr/share/man/man1/vcd2lxt2.1.gz
/usr/share/man/man1/vcd2vzt.1.gz
/usr/share/man/man1/vzt2vcd.1.gz
/usr/share/man/man1/vztminer.1.gz
/usr/share/man/man1/xml2stems.1.gz
/usr/share/man/man5/gtkwaverc.5.gz
/usr/share/mime/packages/x-gtkwave-extension-ae2.xml
/usr/share/mime/packages/x-gtkwave-extension-aet.xml
/usr/share/mime/packages/x-gtkwave-extension-evcd.xml
/usr/share/mime/packages/x-gtkwave-extension-fst.xml
/usr/share/mime/packages/x-gtkwave-extension-ghw.xml
/usr/share/mime/packages/x-gtkwave-extension-gtkw.xml
/usr/share/mime/packages/x-gtkwave-extension-lx2.xml
/usr/share/mime/packages/x-gtkwave-extension-lxt.xml
/usr/share/mime/packages/x-gtkwave-extension-lxt2.xml
/usr/share/mime/packages/x-gtkwave-extension-vcd.xml
/usr/share/mime/packages/x-gtkwave-extension-vzt.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Jul 25 11:27:19 2026