Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libshumate for openSUSE:Factory 
checked in at 2023-07-24 18:11:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libshumate (Old)
 and      /work/SRC/openSUSE:Factory/.libshumate.new.1467 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libshumate"

Mon Jul 24 18:11:55 2023 rev:7 rq:1100042 version:1.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/libshumate/libshumate.changes    2023-07-14 
15:35:37.077928012 +0200
+++ /work/SRC/openSUSE:Factory/.libshumate.new.1467/libshumate.changes  
2023-07-24 18:12:04.781251368 +0200
@@ -1,0 +2,6 @@
+Wed Jul 19 09:15:01 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 1.0.5:
+  + Don't defer frame clock when widget is unrealized.
+
+-------------------------------------------------------------------

Old:
----
  libshumate-1.0.4.obscpio

New:
----
  libshumate-1.0.5.obscpio

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

Other differences:
------------------
++++++ libshumate.spec ++++++
--- /var/tmp/diff_new_pack.3dqD9A/_old  2023-07-24 18:12:05.585256100 +0200
+++ /var/tmp/diff_new_pack.3dqD9A/_new  2023-07-24 18:12:05.589256124 +0200
@@ -21,7 +21,7 @@
 %define soname libshumate-%{somajor}_%{sominor}-1
 
 Name:           libshumate
-Version:        1.0.4
+Version:        1.0.5
 Release:        0
 Summary:        C library providing a GtkWidget to display maps
 License:        LGPL-2.1-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.3dqD9A/_old  2023-07-24 18:12:05.617256288 +0200
+++ /var/tmp/diff_new_pack.3dqD9A/_new  2023-07-24 18:12:05.621256313 +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">refs/tags/1.0.4</param>
+    <param name="revision">refs/tags/1.0.5</param>
     <param name="versionrewrite-pattern">(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>
   </service>

++++++ libshumate-1.0.4.obscpio -> libshumate-1.0.5.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libshumate-1.0.4/NEWS new/libshumate-1.0.5/NEWS
--- old/libshumate-1.0.4/NEWS   2023-07-08 23:12:59.000000000 +0200
+++ new/libshumate-1.0.5/NEWS   2023-07-19 10:47:19.000000000 +0200
@@ -1,4 +1,8 @@
 =====================
+Version 1.0.5
+ - Don't defer frame clock when widget is unrealized
+
+=====================
 Version 1.0.4
 =====================
  - Throttle tile download during animations
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libshumate-1.0.4/meson.build 
new/libshumate-1.0.5/meson.build
--- old/libshumate-1.0.4/meson.build    2023-07-08 23:12:59.000000000 +0200
+++ new/libshumate-1.0.5/meson.build    2023-07-19 10:47:19.000000000 +0200
@@ -1,6 +1,6 @@
 project(
   'libshumate', 'c',
-  version: '1.0.4',
+  version: '1.0.5',
   license: 'LGPLv2.1+',
   meson_version: '>= 0.53.0',
   default_options: [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libshumate-1.0.4/shumate/shumate-map-layer.c 
new/libshumate-1.0.5/shumate/shumate-map-layer.c
--- old/libshumate-1.0.4/shumate/shumate-map-layer.c    2023-07-08 
23:12:59.000000000 +0200
+++ new/libshumate-1.0.5/shumate/shumate-map-layer.c    2023-07-19 
10:47:19.000000000 +0200
@@ -296,8 +296,12 @@
   double diagonal = sqrt (width * width + height * height);
   double zoom_velocity = self->defer_zoom_level - zoom_level;
 
-  gint64 frame_time = gdk_frame_clock_get_frame_time 
(gtk_widget_get_frame_clock (GTK_WIDGET (self)));
+  gint64 frame_time;
 
+  if (!gtk_widget_get_realized (GTK_WIDGET (self)))
+    return FALSE;
+
+  frame_time = gdk_frame_clock_get_frame_time (gtk_widget_get_frame_clock 
(GTK_WIDGET (self)));
   /* Only compare between frames, otherwise we might mistakenly think the
      velocity is 0. */
   if (frame_time == self->defer_frame_time)

++++++ libshumate.obsinfo ++++++
--- /var/tmp/diff_new_pack.3dqD9A/_old  2023-07-24 18:12:05.833257560 +0200
+++ /var/tmp/diff_new_pack.3dqD9A/_new  2023-07-24 18:12:05.837257583 +0200
@@ -1,5 +1,5 @@
 name: libshumate
-version: 1.0.4
-mtime: 1688850779
-commit: eb1afec539cb3aeae1f2d3f35fd377c51d5ead50
+version: 1.0.5
+mtime: 1689756439
+commit: 05bf8b37a274cb72e61b4d59bb8e804b88d8b046
 

Reply via email to