Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghex for openSUSE:Factory checked in at 2024-03-22 15:22:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghex (Old) and /work/SRC/openSUSE:Factory/.ghex.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghex" Fri Mar 22 15:22:02 2024 rev:73 rq:1160590 version:46.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghex/ghex.changes 2023-11-16 20:27:48.670709261 +0100 +++ /work/SRC/openSUSE:Factory/.ghex.new.1905/ghex.changes 2024-03-22 15:35:00.532679124 +0100 @@ -1,0 +2,41 @@ +Fri Mar 22 08:15:03 UTC 2024 - Dominique Leuenberger <[email protected]> + +- 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 12:02:15 UTC 2024 - Dominique Leuenberger <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- ghex-45.1.tar.xz New: ---- _service ghex-46.0.obscpio ghex.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghex.spec ++++++ --- /var/tmp/diff_new_pack.HlmzWy/_old 2024-03-22 15:35:00.992696034 +0100 +++ /var/tmp/diff_new_pack.HlmzWy/_new 2024-03-22 15:35:00.992696034 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghex # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,13 +22,13 @@ %define soname libgtkhex-%{ghex_abi}-%{so_ver} Name: ghex -Version: 45.1 +Version: 46.0 Release: 0 Summary: GNOME Binary Editor License: GPL-2.0-or-later Group: Development/Tools/Other URL: https://wiki.gnome.org/Apps/Ghex -Source: https://download.gnome.org/sources/ghex/45/%{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.zst BuildRequires: fdupes BuildRequires: meson >= 0.50.0 ++++++ _service ++++++ <?xml version="1.0"?> <services> <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/GNOME/ghex.git</param> <param name="revision">46.0</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> <param name="changesgenerate">disable</param> </service> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> <param name="compression">zst</param> </service> <service name="set_version" mode="manual" /> </services> ++++++ ghex.obsinfo ++++++ name: ghex version: 46.0 mtime: 1711084171 commit: 573bc9b9304f815b0d58427d54852cb2099b421e
