Accepting request 1205450 from GNOME:Factory
SCripted push of GNOME 47 OBS-URL: https://build.opensuse.org/request/show/1205450 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-maps?expand=0&rev=91
This commit is contained in:
commit
2cc47b8cdb
4
_service
4
_service
@ -3,11 +3,11 @@
|
||||
<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.11</param>
|
||||
<param name="revision">v47.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-maps.git</param>
|
||||
<param name="changesrevision">f8390d22c0486008311c180595601b4aa34412c1</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5226dde17da75a7bf44ce3b701578fb5f7ea1ced57620dfe373ba9fe6c896ae3
|
||||
size 11759117
|
3
gnome-maps-47.0.obscpio
Normal file
3
gnome-maps-47.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16e8418063cc0782f8ec10632ee67d683d9d7362e043802eba0746fa4d6a3260
|
||||
size 12212237
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 10:33:30 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 47.0:
|
||||
+ Fix issue with sometimes bad contrasting public transit route
|
||||
lines.
|
||||
+ Fix orientation of "fish head"-shaped highway shields.
|
||||
+ Add additional public transit mode icons, and also use taxi
|
||||
icon for taxi stations.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 31 11:50:39 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.rc:
|
||||
+ Support Transitous for public transit routing
|
||||
+ Update POI definitions
|
||||
+ Update highway shields from OSM Americana
|
||||
+ Don't grab focus on search entry when pressing modifier keys
|
||||
+ Fix build with -Dvector_renderer=false
|
||||
+ Allow building with C++
|
||||
+ Fix crash in MapSource
|
||||
+ Add documentation for the GTK inspector page
|
||||
+ Fix compilation warnings
|
||||
+ Use the vector by default, and remove the old raster tiles
|
||||
+ Remove the "What's here" menu item, as we now have clickable
|
||||
POIs
|
||||
+ Stop using the downloaded service file, as it's not needed for
|
||||
raster tiles now that the vector style embeds a map source, and
|
||||
instead bundle defintions for public transit providers
|
||||
+ Use zoom parameter from geo: URIs when available
|
||||
+ Support dark mode when drawing public transit routes on the map
|
||||
+ Unselect previously selected place when clicking on the
|
||||
background
|
||||
+ Speed up "zoom to" animations
|
||||
+ Show brand logos from Wikidata for POIs when available
|
||||
+ Show place type icon and in place type in bubbles for POIs
|
||||
+ Port more dialogs to use libadwaita dialogs
|
||||
+ Add missing mnemonics for menu items
|
||||
+ Various a11y improvements
|
||||
+ Add playground icons :)
|
||||
+ Properly show 12/24 hour format based on system setting when
|
||||
selecting time for public transit routing when running as
|
||||
Flakpak
|
||||
+ Set Window icon, used by some WMs/DEs
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 14:19:04 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-maps
|
||||
version: 46.11
|
||||
mtime: 1715549193
|
||||
commit: f8390d22c0486008311c180595601b4aa34412c1
|
||||
version: 47.0
|
||||
mtime: 1726221804
|
||||
commit: 7f071b98a50d23481501e14eefa39b6c353318a4
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-maps
|
||||
Version: 46.11
|
||||
Version: 47.0
|
||||
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