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

ghex-48.3-1.2 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: ghex Distribution: openSUSE Tumbleweed
Version: 48.3 Vendor: openSUSE
Release: 1.2 Build date: Tue Nov 4 19:09:02 2025
Group: Development/Tools/Other Build host: reproducible
Size: 340259 Source RPM: ghex-48.3-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://wiki.gnome.org/Apps/Ghex
Summary: GNOME Binary Editor
GHex allows the user to load data from any file and to view and edit it
in either hex or ASCII. It is a must for anyone playing games that use
a non-ASCII format for saving.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Tue Nov 04 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 48.3:
    + This is a bugfix release that contains a stability fix for
      lengthy, and subsequently cancelled, find/replace operations.
    + Changes and bugfixes since 48.1:
    - findrep: Cancelling find ops should allow to search again
      right away
    - lib: Fix lifetimes issue with threaded find/rep operations
    + This release includes libgtkhex 4.10.1.
* Sat Aug 30 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 48.1:
    + HexWidget: Add :insert-mode property
    + This release includes libgtkhex 4.10.0
* Sat Aug 16 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 48.0:
    + gtkhex: Improve {ascii,hex}_to_pointer accuracy
    + common: Don't gtk_window_destroy in ::response signal in
      AdwAlertDialog.
    + Updated translations.
* Sat Jun 28 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 48.beta2:
    + appwin: Put each window in its own group
    + Implement info bar to communicate external file changes
    + doc: Add external_file_change member to HexChangeData struct
    + Enable/disable save and revert actions based on external file
      changes
    + Add file monitor to track external file changes
    + paste: Allow for pasting of hex strings with or without
      delimiters
    + Add D-Bus service file
    + Set file selection dialog for 'Open' and 'Save As' as modal
      dialog
    + Use appstreamcli for validation instead of appstream-util
    + Add "new-window" command-line option
    + Implement new-window action
    + findrep: replace option's ComboBox by a ToggleGroup
    + Fix erroneous error message when writing empty files
    + appwin: Refresh status bar on changing of format setting
    + build: Don't include gtk-hex-paste-data.c symbols in both lib
      and binary
    + Add option to change status bar offset format
    + appdata: Update screenshot URLs
    + Updated translations.
  - Add AppStream BuildRequires and check section, run meson_test
    macro during build.
* Fri May 23 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Drop obsolete update-desktop-files BuildRequires and macro.
    Replace with desktop-file-utils BuildRequires.
* Sat Feb 08 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 48.alpha:
    + widget/appwin/prefs: Support ASCII unicode control characters
    + help:
    - Update for ASCII unicode control characters
    - Fix typo
    + Minor code cleanups
    + ci: Update .gitlab-ci.yml for automated tarballs
    + Updated translations.
* Sat Feb 08 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 47.alpha:
    + main: fix GdkDisplay access before init
    + app: Port to AdwDialog
    + appdata: Add URLs for translate and vcs-browser
    + doap: Reorder maintainers to work around Flathub limitations
    + gtk-doc: Correct documentation for hex_widget_get_selection
      return value
    + widget: Backspace should delete/zero the prior character if no
      selection
    + Updated translations.
* Sat Feb 08 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 46.2:
    + This release contains a critical stability bugfix for users of
      some runtimes with usage of the Copy Special function.
    + build: Don't include gtk-hex-paste-data.c symbols in both lib
      and binary.
* Fri Nov 15 2024 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 46.1:
    + main: fix GdkDisplay access before init.
    + Updated translations.
* Fri Mar 22 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 46.0:
    + widget: Fade zeroes in the hex display.
    + data: add 'hexadecimal' keyword to .desktop file.
    + appdata: Remove none OARS tags.
    + appdata: Update appdata.
    + appwin: Don't let AdwTabView trample over shortcuts.
    + lib: Fix PANGO_COLOR_FROM_FLOAT macro.
    + docs: GI tweaks and fixes.
    + lib/app: Initial support for marks.
    + help: Add marks section.
    + i18n: Remove domain that prevented use of translations.
    + appwin: Allow dropping multiple files.
    + widget/doc: Set widget busy state while file is mid-save.
    + Code and documentation cleanups.
    + Updated translations.
* Tue Jan 16 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 46.alpha:
    + GObject property getter fixes.
    + buf-malloc/mmap: Implement GObject 'file' property getter
      properly.
    + hex-buf/doc: Clarify GI transfer annotations.
    + hex-doc/buf: Support opening zero-length files.
    + hex-buf-iface: More appropriate messages when selecting
      backend.
    + hex-doc: Allow setting HEX_BUFFER env var to specify default
      backend.
    + Remove almost all remaining GtkDialog use.
    + about: port dialog to libadwaita.
    + Update POTFILES.in.
    + chartable: Port to GtkColumnView.
    + gtkhex: Local variables in switch statement should be in own
      scope (ie, fix clang build issues).
    + appwin: Mark error message string properly translatable.
  - Convert to source service for easier updating.
* Tue Nov 14 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 45.1:
    + gtkhex: Local variables in switch statement should be in own
      scope (ie, fix clang build issues)
    + appwin: Mark error message string properly translatable
* Wed Oct 11 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 45.0:
    + docs: fix introspection compiler warning
    + help: Add section on geometry
    + Updated translations.
* Tue Aug 22 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 45.beta:
    + hex-dialog: Prevent decimal display widgets from getting
      truncated.
    + widget: Make paste overwrite when not in insert mode.
* Thu Aug 17 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 44.2:
    + Mark three strings translatable.
    + ui:
    - Add tooltip to the main menu to comply with GNOME HIG.
    - Add shortcut for preferences and fix help shortcut
      description.
    + appwin: Ensure HexStatusbar is registered before initting
      template.
    + Updated translations.
* Thu Apr 27 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 44.1:
    + Update application screenshots to version 44.
    + hex-dialog: Prevent decimal display widgets from getting
      truncated.
* Sat Apr 01 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 44.0:
    + Updated translations.
* Thu Mar 09 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 44.rc:
    + Updated translations.
* Thu Feb 23 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 44.beta:
    + widget: Add context menu popover to set custom geometry.
    + appwin: Accept drag 'n' drop for files.
    + Updated translations.
* Thu Feb 09 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 44.alpha:
    + HexWidget: Only alter payload length in insert mode.
    + help: Remove ducktype and update to reflect change in delete
      behaviour.
    + Updated translations.
* Thu Feb 09 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 43.1:
    + Updated translations.

Files

/usr/bin/ghex
/usr/lib64/gtkhex-4.0
/usr/lib64/gtkhex-4.0/libhex-buffer-direct.so
/usr/lib64/gtkhex-4.0/libhex-buffer-mmap.so
/usr/share/applications/org.gnome.GHex.desktop
/usr/share/dbus-1/services/org.gnome.GHex.service
/usr/share/doc/packages/ghex
/usr/share/doc/packages/ghex/COPYING-DOCS
/usr/share/doc/packages/ghex/README.md
/usr/share/glib-2.0/schemas/org.gnome.GHex.gschema.xml
/usr/share/help/C/ghex
/usr/share/help/C/ghex/advanced-clipboard.page
/usr/share/help/C/ghex/advanced-marks.page
/usr/share/help/C/ghex/basics-create-new-file.page
/usr/share/help/C/ghex/basics-edit-file.page
/usr/share/help/C/ghex/basics-find-replace.page
/usr/share/help/C/ghex/basics-open-file.page
/usr/share/help/C/ghex/basics-save-file.page
/usr/share/help/C/ghex/conf-grouptype.page
/usr/share/help/C/ghex/conf-preferences.page
/usr/share/help/C/ghex/index.page
/usr/share/help/C/ghex/legal.xml
/usr/share/help/C/ghex/tools-chartable.page
/usr/share/help/C/ghex/tools-converter.page
/usr/share/icons/hicolor/scalable/apps/org.gnome.GHex.Devel.svg
/usr/share/icons/hicolor/scalable/apps/org.gnome.GHex.svg
/usr/share/icons/hicolor/symbolic/apps/org.gnome.GHex-symbolic.svg
/usr/share/licenses/ghex
/usr/share/licenses/ghex/COPYING
/usr/share/metainfo/org.gnome.GHex.metainfo.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 1 23:32:50 2026