Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libshumate for openSUSE:Factory 
checked in at 2026-08-09 21:31:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libshumate (Old)
 and      /work/SRC/openSUSE:Factory/.libshumate.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libshumate"

Sun Aug  9 21:31:43 2026 rev:27 rq:1369838 version:1.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libshumate/libshumate.changes    2026-06-28 
21:06:19.985667720 +0200
+++ /work/SRC/openSUSE:Factory/.libshumate.new.16738/libshumate.changes 
2026-08-09 21:32:09.679680029 +0200
@@ -1,0 +2,6 @@
+Sat Aug  1 11:51:01 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 1.6.3:
+  + Deselect markers before removing from layer
+
+-------------------------------------------------------------------

Old:
----
  libshumate-1.6.2.tar.xz

New:
----
  libshumate-1.6.3.tar.xz

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

Other differences:
------------------
++++++ libshumate.spec ++++++
--- /var/tmp/diff_new_pack.aOk098/_old  2026-08-09 21:32:10.231698911 +0200
+++ /var/tmp/diff_new_pack.aOk098/_new  2026-08-09 21:32:10.231698911 +0200
@@ -22,7 +22,7 @@
 %bcond_with profiling
 
 Name:           libshumate
-Version:        1.6.2
+Version:        1.6.3
 Release:        0
 Summary:        C library providing a GtkWidget to display maps
 License:        Apache-2.0 AND LGPL-2.1-or-later AND BSD-3-Clause AND CC0-1.0 
AND CC-BY-3.0 AND GFDL-1.2-only

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.aOk098/_old  2026-08-09 21:32:10.267700143 +0200
+++ /var/tmp/diff_new_pack.aOk098/_new  2026-08-09 21:32:10.271700280 +0200
@@ -1,6 +1,6 @@
-mtime: 1782507220
-commit: 32912cc615ffb7ed925bd290f485a1ae19a4fb78ebf9056f0b01c79a666dc1e6
+mtime: 1785585138
+commit: 6438bec2a941e9de6899259514cb6b48ed6dfdfa0c0c9e010bfaca03773cf4aa
 url: https://src.opensuse.org/GNOME/libshumate
-revision: 32912cc615ffb7ed925bd290f485a1ae19a4fb78ebf9056f0b01c79a666dc1e6
+revision: 6438bec2a941e9de6899259514cb6b48ed6dfdfa0c0c9e010bfaca03773cf4aa
 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.aOk098/_old  2026-08-09 21:32:10.295701100 +0200
+++ /var/tmp/diff_new_pack.aOk098/_new  2026-08-09 21:32:10.299701237 +0200
@@ -4,7 +4,7 @@
     <param name="url">https://gitlab.gnome.org/GNOME/libshumate.git</param>
     <param name="scm">git</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
-    <param name="revision">1.6.2</param>
+    <param name="revision">1.6.3</param>
     <param name="versionrewrite-pattern">(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>
   </service>

++++++ build.specials.obscpio ++++++

++++++ 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-08-01 13:52:18.000000000 +0200
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ libshumate-1.6.2.tar.xz -> libshumate-1.6.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libshumate-1.6.2/NEWS new/libshumate-1.6.3/NEWS
--- old/libshumate-1.6.2/NEWS   2026-06-26 22:19:04.000000000 +0200
+++ new/libshumate-1.6.3/NEWS   2026-08-01 13:10:51.000000000 +0200
@@ -1,4 +1,9 @@
 ==================
+Version 1.6.3
+==================
+ - Deselect markers before removing from layer
+
+==================
 Version 1.6.2
 ==================
  - Avoid spurious drag events following pinch zoom and rotate gestures on touch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libshumate-1.6.2/meson.build 
new/libshumate-1.6.3/meson.build
--- old/libshumate-1.6.2/meson.build    2026-06-26 22:19:04.000000000 +0200
+++ new/libshumate-1.6.3/meson.build    2026-08-01 13:10:51.000000000 +0200
@@ -1,6 +1,6 @@
 project(
   'libshumate', 'c',
-  version: '1.6.2',
+  version: '1.6.3',
   license: 'LGPLv2.1+',
   meson_version: '>= 0.62.0',
   default_options: [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libshumate-1.6.2/shumate/shumate-marker-layer.c 
new/libshumate-1.6.3/shumate/shumate-marker-layer.c
--- old/libshumate-1.6.2/shumate/shumate-marker-layer.c 2026-06-26 
22:19:04.000000000 +0200
+++ new/libshumate-1.6.3/shumate/shumate-marker-layer.c 2026-08-01 
13:10:51.000000000 +0200
@@ -559,6 +559,9 @@
   while (child)
     {
       GtkWidget *next = gtk_widget_get_next_sibling (child);
+      if (shumate_marker_is_selected (SHUMATE_MARKER (child))) {
+        shumate_marker_layer_unselect_marker (self, SHUMATE_MARKER (child));
+      }
 
       g_signal_handlers_disconnect_by_data (child, self);
       gtk_widget_unparent (child);

++++++ libshumate.obsinfo ++++++
--- /var/tmp/diff_new_pack.aOk098/_old  2026-08-09 21:32:11.135729834 +0200
+++ /var/tmp/diff_new_pack.aOk098/_new  2026-08-09 21:32:11.139729971 +0200
@@ -1,5 +1,5 @@
 name: libshumate
-version: 1.6.2
-mtime: 1782505144
-commit: d4a953713949074d0f2f44cfb196b96d43fabb28
+version: 1.6.3
+mtime: 1785582651
+commit: 4222507d5a2aff1f3357385ef7c44e14e7a8f45f
 

Reply via email to