Accepting request 1173981 from GNOME:Factory
- Update to version 46.11: + Fix crash on startup when unnamed favorites where previously saved. + Don't show OSM edit dialog if the user previously reclined signing in. + Don't show stored routes in the search results when searching for destinations. - changes from version 46.10: + Due to a typo in the version number in the metadata for 46.0 (being 46.9) make this release version number 46.10 + Fix current location marker not moving when updating location. + Updated translations. - Update to version 46.11: * Release 46.11 * placeListRow: Use fallback when place has no title * Update Hindi translation * Update Brazilian Portuguese translation * Update Portuguese translation * mapView: Check the signed in status after showing the OSM account dialog * placeButtons: Check the signed in status after showing the OSM account dialog * Update Greek translation * placeEntry: Fix filtering out stored routes for routing entries * Post-release version bump * Release 46.10 * shields: Fix shields with OMT update * place: Make location a GObject property * Update Kabyle translation * meson: Bump next version to 46.10 * appdata: Fix typo in release version number (forwarded request 1173690 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1173981 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-maps?expand=0&rev=90
This commit is contained in:
commit
b80a41b7d4
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-maps.git</param>
|
||||
<param name="revision">v46.0</param>
|
||||
<param name="revision">v46.11</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-maps.git</param>
|
||||
<param name="changesrevision">8333905cec2c980fcc4fc9aabded80ecec4c776e</param></service></servicedata>
|
||||
<param name="changesrevision">f8390d22c0486008311c180595601b4aa34412c1</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e59d1c869db6ef0d4848a91b1a33ee013bfccb8a1ceaf905fce831ce8cde7f54
|
||||
size 11673613
|
3
gnome-maps-46.11.obscpio
Normal file
3
gnome-maps-46.11.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5226dde17da75a7bf44ce3b701578fb5f7ea1ced57620dfe373ba9fe6c896ae3
|
||||
size 11759117
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 14:19:04 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 46.11:
|
||||
+ Fix crash on startup when unnamed favorites where previously
|
||||
saved.
|
||||
+ Don't show OSM edit dialog if the user previously reclined
|
||||
signing in.
|
||||
+ Don't show stored routes in the search results when searching
|
||||
for destinations.
|
||||
- changes from version 46.10:
|
||||
+ Due to a typo in the version number in the metadata for 46.0
|
||||
(being 46.9) make this release version number 46.10
|
||||
+ Fix current location marker not moving when updating location.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 14:19:03 UTC 2024 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 46.11:
|
||||
* Release 46.11
|
||||
* placeListRow: Use fallback when place has no title
|
||||
* Update Hindi translation
|
||||
* Update Brazilian Portuguese translation
|
||||
* Update Portuguese translation
|
||||
* mapView: Check the signed in status after showing the OSM account dialog
|
||||
* placeButtons: Check the signed in status after showing the OSM account dialog
|
||||
* Update Greek translation
|
||||
* placeEntry: Fix filtering out stored routes for routing entries
|
||||
* Post-release version bump
|
||||
* Release 46.10
|
||||
* shields: Fix shields with OMT update
|
||||
* place: Make location a GObject property
|
||||
* Update Kabyle translation
|
||||
* meson: Bump next version to 46.10
|
||||
* appdata: Fix typo in release version number
|
||||
* Post-release version bump
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 09:32:35 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-maps
|
||||
version: 46.0
|
||||
mtime: 1710578671
|
||||
commit: 8333905cec2c980fcc4fc9aabded80ecec4c776e
|
||||
version: 46.11
|
||||
mtime: 1715549193
|
||||
commit: f8390d22c0486008311c180595601b4aa34412c1
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-maps
|
||||
Version: 46.0
|
||||
Version: 46.11
|
||||
Release: 0
|
||||
Summary: Maps Application for GNOME
|
||||
License: Apache-2.0 AND CC-BY-3.0 AND GPL-2.0-or-later AND BSD-3-Clause AND ISC AND MIT
|
||||
|
Loading…
Reference in New Issue
Block a user