Accepting request 847215 from GNOME:Factory
Push GNOME 3.38 OBS-URL: https://build.opensuse.org/request/show/847215 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-maps?expand=0&rev=54
This commit is contained in:
commit
e9199dc6da
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8da9feaa5f0e54c845a0fdb2dc5a43c99e48748536f11162b7fc0008b9d51bfc
|
||||
size 4006432
|
3
gnome-maps-3.38.1.1.tar.xz
Normal file
3
gnome-maps-3.38.1.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3750370a709fe57ee2af3d0140429cbe81f88b4a02bd0f08c93faecb653a9f8
|
||||
size 4028788
|
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 03:38:01 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.38.1.1:
|
||||
+ Fix a race-condition bug in search-as-you-type resulting in
|
||||
out-of-sync search results in some circumstances.
|
||||
+ Fix updating missing details after editing a POI in
|
||||
OpenStreetMap.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 03:38:01 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.38.1:
|
||||
+ Show error message in popover when a search request has failed.
|
||||
+ Fix exception on shutdown when unregistering DBus.
|
||||
+ Fix "no network" display to fit on smaller screens.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 03:38:00 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.38.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 03:37:52 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.37.92:
|
||||
+ Revert the adaptive UI for the routing sidebar, as there has
|
||||
been reports of crashes in some cases (related to Clutter and
|
||||
libhandy under Wayland).
|
||||
+ Allow editing negative elevations on OSM objects (values below
|
||||
sea level).
|
||||
+ Display population in place bubbles using localized number
|
||||
format.
|
||||
+ Update POI type definitions from iD for OSM editing.
|
||||
- Drop pkgconfig(libhandy-1) BuildRequires: no longer used.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 03:37:51 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.37.91:
|
||||
+ Add additional icons for walking directions for the
|
||||
OpenTripPlanner transit plugin.
|
||||
+ Make the "no network" display adaptive.
|
||||
- Changes from version 3.37.90:
|
||||
+ Improved keyboard navigation for routing entries.
|
||||
+ Adaptive UI for routing sidebar.
|
||||
- Changes from version 3.37.3:
|
||||
+ Implement night mode.
|
||||
+ Implement support for hybrid aerial map style.
|
||||
+ Add F10 keyboard shortcut for the main menu.
|
||||
+ Fix an issue where some search result gets the wrong level of
|
||||
name.
|
||||
- Changes from version 3.37.2:
|
||||
+ Fix "no network" dispay to fit better on smaller displays.
|
||||
+ Add initial basic support for running unit tests on builds.
|
||||
+ Enable sandboxing on the WebKit web view used in OpenStreetMap
|
||||
account setup.
|
||||
+ Limit the number of fraction digits when displaying raw
|
||||
coordinates in place entries.
|
||||
+ Restrict the user location accuracy circle to only show when
|
||||
all of it fits in the view (both horizontally and vertically)
|
||||
to avoid obscuring too much of the map view i.e. on very wide
|
||||
displays. Also lower the opacity of the circle to make it
|
||||
"stand out" less.
|
||||
- Changes from version 3.37.1:
|
||||
+ Adaptive UI for narrow screens.
|
||||
+ Recognize contact:website and contact:phone OSM tags.
|
||||
+ Fix link to sign up for an OpenStreetMap account for editing.
|
||||
+ Public transit routing plugin for GoMetro (South Africa).
|
||||
+ Add command line option to specify tile size when using --local
|
||||
with a local tile cache.
|
||||
+ Use localized digits in more places.
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(libhandy-1) BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 11:34:54 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-maps
|
||||
Version: 3.36.4.1
|
||||
Version: 3.38.1.1
|
||||
Release: 0
|
||||
Summary: Maps Application for GNOME
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://wiki.gnome.org/Apps/Maps
|
||||
Source0: https://download.gnome.org/sources/gnome-maps/3.36/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-maps/3.38/%{name}-%{version}.tar.xz
|
||||
|
||||
# Needed for typelib() Requires
|
||||
BuildRequires: gobject-introspection
|
||||
|
Loading…
Reference in New Issue
Block a user