Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2026-04-10 17:49:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghex (Old)
 and      /work/SRC/openSUSE:Factory/.ghex.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghex"

Fri Apr 10 17:49:57 2026 rev:81 rq:1345339 version:50.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghex/ghex.changes        2025-11-06 
18:15:00.195978451 +0100
+++ /work/SRC/openSUSE:Factory/.ghex.new.21863/ghex.changes     2026-04-10 
17:53:00.893836697 +0200
@@ -1,0 +2,52 @@
+Mon Mar 23 08:32:29 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Migrate to xz compression and manual service run
+
+-------------------------------------------------------------------
+Tue Mar 17 08:49:58 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 50.0:
+  + docs:
+    - Fix HexDocument GIR annotations
+    - Fix external links
+  + This release includes libgtkhex 4.12.0
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar 10 09:11:52 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.rc:
+  + widget: Add :insert-mode property
+  + appwin: Bind appwin's insert-mode with widgets' for
+    per-document insert-mode
+  + hex-buf-direct: Fix possible nullptr dereference
+  + hex-buf-mmap: Document that using without a file is undefined
+    behaviour
+  + hex-doc: Make default backend malloc unless/until file is set
+  + hex-buffer-mmap: Tighten unhappy code paths and avoid potential
+    nullptr operations
+  + appwin: Don't allow insert-mode for the direct HexBuffer
+    backend
+  + widget: Fix regression re: mouse clicks on ascii pane with
+    control chars
+  + appwin/widget/hex-doc/findrep: Fix ownership/lifetime issues
+    and add/fix some assertions
+  + widget: Fix regression from 5bf9ac6 in
+    hex_widget_zero_selection()
+  + widget: Don't violate new GTK assertions for GtkAdjustment's
+  + appwin: Only grab focus of active HexWidget after closing tab
+    if there is one
+  + appwin: Duplicate title for close doc conf dialog
+  + widget: Fix ownership of :document property of HexWidget
+  + widget: Handle numpad navigational keys
+  + appwin/common: Fetch basename of files more sanely
+  + lib: Don't leak string when setting up GdkContentProvider
+  + appwin: Clear weak pointers for copy/paste special dialogs
+  + widget: Use g_signal_connect_object for doc signal handlers
+  + hex-doc:
+    - Don't leak monitor use g_clear_object w.r.t. gfile
+    - Add more sanity checks to file monitor operations
+    - Add GI annotations for _finish() functions where required
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  ghex-48.3.obscpio

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  ghex-50.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghex.spec ++++++
--- /var/tmp/diff_new_pack.bNQiPF/_old  2026-04-10 17:53:01.569864557 +0200
+++ /var/tmp/diff_new_pack.bNQiPF/_new  2026-04-10 17:53:01.573864722 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghex
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # 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:        48.3
+Version:        50.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:         %{name}-%{version}.tar.zst
+Source:         %{name}-%{version}.tar.xz
 
 BuildRequires:  AppStream
 BuildRequires:  desktop-file-utils

++++++ _scmsync.obsinfo ++++++
mtime: 1774254749
commit: 5528d17030e03c1b95a11af0a4e4aa0f000803e0a9a83cef848827efae991db5
url: https://src.opensuse.org/GNOME/ghex
revision: factory

++++++ _service ++++++
--- /var/tmp/diff_new_pack.bNQiPF/_old  2026-04-10 17:53:01.629867030 +0200
+++ /var/tmp/diff_new_pack.bNQiPF/_new  2026-04-10 17:53:01.637867360 +0200
@@ -3,18 +3,17 @@
   <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">48.3</param>
+    <param name="revision">50.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">
+  <service name="tar" mode="manual"/>
+  <service name="recompress" mode="manual">
     <param name="file">*.tar</param>
-    <param name="compression">zst</param>
+    <param name="compression">xz</param>
   </service>
-  <service name="set_version" mode="manual" />
+  <service name="set_version" mode="manual"/>
 </services>
 
-

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-03-25 14:17:17.000000000 +0100
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ ghex.obsinfo ++++++
--- /var/tmp/diff_new_pack.bNQiPF/_old  2026-04-10 17:53:01.737871481 +0200
+++ /var/tmp/diff_new_pack.bNQiPF/_new  2026-04-10 17:53:01.745871811 +0200
@@ -1,5 +1,5 @@
 name: ghex
-version: 48.3
-mtime: 1762274922
-commit: c0b6a2ca1f8dc9019d4eb25dcb5c5ebad6752bce
+version: 50.0
+mtime: 1773696774
+commit: fa78de4faaa1dbc0e7ef61de1cc71342863dc44a
 

Reply via email to