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

gtkwave-3.3.124-2.fc43 RPM for s390x

From Fedora Rawhide for s390x / g

Name: gtkwave Distribution: Fedora Project
Version: 3.3.124 Vendor: Fedora Project
Release: 2.fc43 Build date: Thu Jul 24 21:44:02 2025
Group: Unspecified Build host: buildvm-s390x-01.s390.fedoraproject.org
Size: 4424356 Source RPM: gtkwave-3.3.124-2.fc43.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

* 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
* Tue Jan 09 2024 Paul Howarth <paul@city-fan.org> - 3.3.118-1
  - Update to 3.3.118
    - Update xml2stems to handle newer "loc" vs. "fl" xml tags
    - Change preg_regex_c_1 decl to use regex_t* as datatype
    - Move gtkwave.appdata.xml to io.github.gtkwave.GTKWave.metainfo.xml
    - Fixed popen security advisories:
      - TALOS-2023-1786 (CVE-2023-35963, CVE-2023-35960, CVE-2023-35964,
  		       CVE-2023-35959, CVE-2023-35961, CVE-2023-35962)
    - Fixed FST security advisories:
      - TALOS-2023-1777 (CVE-2023-32650)
      - TALOS-2023-1783 (CVE-2023-35704, CVE-2023-35703, CVE-2023-35702)
      - TALOS-2023-1785 (CVE-2023-35956, CVE-2023-35957, CVE-2023-35958,
  		       CVE-2023-35955)
      - TALOS-2023-1789 (CVE-2023-35969, CVE-2023-35970)
      - TALOS-2023-1790 (CVE-2023-35992)
      - TALOS-2023-1791 (CVE-2023-35994, CVE-2023-35996, CVE-2023-35997,
  		       CVE-2023-35995)
      - TALOS-2023-1792 (CVE-2023-35128)
      - TALOS-2023-1793 (CVE-2023-36747, CVE-2023-36746)
      - TALOS-2023-1797 (CVE-2023-36864)
      - TALOS-2023-1798 (CVE-2023-36915, CVE-2023-36916)
    - Fixed evcd2vcd security advisories:
      - TALOS-2023-1803 (CVE-2023-34087)
    - Fixed VCD security advisories:
      - TALOS-2023-1804 (CVE-2023-37416, CVE-2023-37419, CVE-2023-37420,
  		       CVE-2023-37418, CVE-2023-37417)
      - TALOS-2023-1805 (CVE-2023-37447, CVE-2023-37446, CVE-2023-37445,
  		       CVE-2023-37444, CVE-2023-37442, CVE-2023-37443)
      - TALOS-2023-1806 (CVE-2023-37576, CVE-2023-37577, CVE-2023-37573,
  		       CVE-2023-37578, CVE-2023-37575, CVE-2023-37574)
      - TALOS-2023-1807 (CVE-2023-37921, CVE-2023-37923, CVE-2023-37922)
    - Fixed VZT security advisories:
      - TALOS-2023-1810 (CVE-2023-37282)
      - TALOS-2023-1811 (CVE-2023-36861)
      - TALOS-2023-1812 (CVE-2023-38618, CVE-2023-38621, CVE-2023-38620,
  		       CVE-2023-38619, CVE-2023-38623, CVE-2023-38622)
      - TALOS-2023-1813 (CVE-2023-38649, CVE-2023-38648)
      - TALOS-2023-1814 (CVE-2023-38651, CVE-2023-38650)
      - TALOS-2023-1815 (CVE-2023-38653, CVE-2023-38652)
      - TALOS-2023-1816 (CVE-2023-35004)
      - TALOS-2023-1817 (CVE-2023-39235, CVE-2023-39234)
    - Fixed LXT2 security advisories:
      - TALOS-2023-1818 (CVE-2023-39273, CVE-2023-39271, CVE-2023-39274,
  		       CVE-2023-39275, CVE-2023-39272, CVE-2023-39270)
      - TALOS-2023-1819 (CVE-2023-34436)
      - TALOS-2023-1820 (CVE-2023-39316, CVE-2023-39317)
      - TALOS-2023-1821 (CVE-2023-35057)
      - TALOS-2023-1822 (CVE-2023-35989)
      - TALOS-2023-1823 (CVE-2023-38657)
      - TALOS-2023-1824 (CVE-2023-39413, CVE-2023-39414)
      - TALOS-2023-1826 (CVE-2023-39443, CVE-2023-39444)
      - TALOS-2023-1827 (CVE-2023-38583)
* Mon Aug 14 2023 Paul Howarth <paul@city-fan.org> - 3.3.117-1
  - Update to 3.3.117
    - Fix stems reader processing code broken in 3.3.114

Files

/usr/bin/evcd2vcd
/usr/bin/fst2vcd
/usr/bin/fstminer
/usr/bin/gtkwave
/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/06
/usr/lib/.build-id/06/e6ef5628b225d20617e2db2c5710bd961c3e50
/usr/lib/.build-id/07
/usr/lib/.build-id/07/94ff8c4d561e95c1daa6cdfeabac7afef99355
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/9b8b159e0de0886bd30333e2b7bb215b05b3ad
/usr/lib/.build-id/30
/usr/lib/.build-id/30/4fd90ef70397ec37b832221fc3c95f96f44b6a
/usr/lib/.build-id/53
/usr/lib/.build-id/53/79d5983280e1910727e50e957eb52c72ffaaa0
/usr/lib/.build-id/60
/usr/lib/.build-id/60/8ddc7ed12e1091d9e1c41195622d7a07e58b7d
/usr/lib/.build-id/68
/usr/lib/.build-id/68/8a1abda005ba994844e938e56e4b2412229a37
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/0ed6d1658b549b9ec56c809e81d7b5f0bc8488
/usr/lib/.build-id/6b/af9c9753c8f3b1bf524313b425a8888343e874
/usr/lib/.build-id/77
/usr/lib/.build-id/77/cef1ee12936142a50bac84dd28e269131f399a
/usr/lib/.build-id/79
/usr/lib/.build-id/79/a0e28ba84d21a534f575d48fb7d7c79ceee2fd
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/3659fd6d1ab96f72a8dccb3d8f95a526f0c734
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/5a62d84bef80cfeb804edcfd84029784b6f6d6
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/49411ee563314e1ba31bd31a7732835e37eb76
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/6d6d4ec4c41161460c0a9bf9c7c3b5b5ea2de0
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/1574a9422173054f2b092db75e292629ef34f1
/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/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, Thu Aug 21 00:18:37 2025