gnome-maps/_service
Dominique Leuenberger 1a1a3f619f Accepting request 1173690 from GNOME:Next
- 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

OBS-URL: https://build.opensuse.org/request/show/1173690
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-maps?expand=0&rev=199
2024-05-14 12:12:13 +00:00

20 lines
709 B
XML

<?xml version="1.0"?>
<services>
<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="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>