Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-maps for openSUSE:Factory 
checked in at 2023-02-02 18:07:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-maps (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-maps.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-maps"

Thu Feb  2 18:07:38 2023 rev:78 rq:1062457 version:43.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-maps/gnome-maps.changes    2023-01-10 
14:59:52.821228825 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-maps.new.32243/gnome-maps.changes 
2023-02-02 18:24:50.922168778 +0100
@@ -1,0 +2,7 @@
+Wed Feb  1 08:56:09 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 43.4:
+  + Prevent the scale to cover the sidebar when the window is
+    narrow.
+
+-------------------------------------------------------------------

Old:
----
  gnome-maps-43.3.tar.xz

New:
----
  gnome-maps-43.4.tar.xz

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

Other differences:
------------------
++++++ gnome-maps.spec ++++++
--- /var/tmp/diff_new_pack.xJwd1x/_old  2023-02-02 18:24:51.346171362 +0100
+++ /var/tmp/diff_new_pack.xJwd1x/_new  2023-02-02 18:24:51.350171386 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           gnome-maps
-Version:        43.3
+Version:        43.4
 Release:        0
 Summary:        Maps Application for GNOME
 License:        GPL-2.0-or-later

++++++ gnome-maps-43.3.tar.xz -> gnome-maps-43.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-maps-43.3/NEWS new/gnome-maps-43.4/NEWS
--- old/gnome-maps-43.3/NEWS    2023-01-06 23:05:06.000000000 +0100
+++ new/gnome-maps-43.4/NEWS    2023-02-01 08:11:00.000000000 +0100
@@ -1,3 +1,13 @@
+43.4 - Feb 1, 2023
+=========================
+
+Changes since 43.3
+ - Prevent the scale to cover the sidebar when the window is narrow
+
+All contributors to this release
+Adrien Plazas <kekun.pla...@laposte.net>
+Marcus Lundblad <m...@dfupdate.se>
+
 43.3 - Jan 6, 2023
 =========================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-maps-43.3/data/org.gnome.Maps.appdata.xml.in.in 
new/gnome-maps-43.4/data/org.gnome.Maps.appdata.xml.in.in
--- old/gnome-maps-43.3/data/org.gnome.Maps.appdata.xml.in.in   2023-01-06 
23:05:06.000000000 +0100
+++ new/gnome-maps-43.4/data/org.gnome.Maps.appdata.xml.in.in   2023-02-01 
08:11:00.000000000 +0100
@@ -31,6 +31,13 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release date="2023-02-01" version="43.4">
+      <description>
+        <ul>
+          <li>Prevent the scale to cover the sidebar when the window is 
narrow</li>
+        </ul>
+      </description>
+    </release>
     <release date="2023-01-06" version="43.3">
       <description>
         <ul>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-maps-43.3/meson.build 
new/gnome-maps-43.4/meson.build
--- old/gnome-maps-43.3/meson.build     2023-01-06 23:05:06.000000000 +0100
+++ new/gnome-maps-43.4/meson.build     2023-02-01 08:11:00.000000000 +0100
@@ -1,5 +1,5 @@
 project('gnome-maps', 'c',
-       version: '43.3',
+       version: '43.4',
        license: 'GPL-2.0-or-later',
        meson_version: '>= 0.61.0',
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-maps-43.3/src/mapView.js 
new/gnome-maps-43.4/src/mapView.js
--- old/gnome-maps-43.3/src/mapView.js  2023-01-06 23:05:06.000000000 +0100
+++ new/gnome-maps-43.4/src/mapView.js  2023-02-01 08:11:00.000000000 +0100
@@ -136,6 +136,8 @@
 
         super(params);
 
+        this.overflow = Gtk.Overflow.HIDDEN;
+
         this._mainWindow = mainWindow;
         this._storeId = 0;
         this.map = this._initMap();

Reply via email to