Accepting request 1158413 from GNOME:Next

GNOME 46

OBS-URL: https://build.opensuse.org/request/show/1158413
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-maps?expand=0&rev=197
This commit is contained in:
Dominique Leuenberger 2024-03-19 13:30:30 +00:00 committed by Git OBS Bridge
parent 305df7b1e9
commit b588a1b8a0
7 changed files with 92 additions and 7 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?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.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>
</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>

4
_servicedata Normal file
View File

@ -0,0 +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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9eb370a7971b4f842faa304d31a485dbd8ff8aec42a765272f2fc1a7a8098f2
size 3140904

3
gnome-maps-46.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e59d1c869db6ef0d4848a91b1a33ee013bfccb8a1ceaf905fce831ce8cde7f54
size 11673613

View File

@ -1,7 +1,63 @@
-------------------------------------------------------------------
Sat Mar 16 09:32:35 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.0:
+ Fix routes covering user location marker.
+ Update project link in DOAP file.
+ Updated translations.
-------------------------------------------------------------------
Sat Mar 16 09:32:32 UTC 2024 - dimstar@opensuse.org
- Update to version 46.0:
* Release 46.9
* Fix link
* Update Korean translation
* Add Kabyle translation
* Update Polish translation
* Update Occitan translation
* Update POTFILES.in
* Update Latvian translation
* Update Italian translation
* mapView: Put route layer below position marker layer
* Update Danish translation
* Update Russian translation
* doap: Change wiki link to apps.gnome.org
* appdata: Add contribute URL
* Update Swedish translation
* Update Russian translation
* Update Hungarian translation
* appdata: Add 45.5 release
* Post-release version bump
-------------------------------------------------------------------
Mon Mar 4 07:31:50 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.rc:
+ Lots of updates to the map style.
+ Fix parsing OSM object URLs with trailing slashes.
+ Updated translations.
- Add pkgconfig(librsvg-2.0) and pkgconfig(json-glib-1.0)
BuildRequires: new dependencies.
-------------------------------------------------------------------
Mon Feb 19 16:11:17 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.alpha:
+ Redesigned zoom controls inspired by the Loupe image viewer.
+ Support for OpenTripPlanner v2 GraphQL for public transit
routing.
+ Redeigned OSM account dialog, using Adwaita widgets.
+ Simplified/refactored more flexible storage format for the
place store cache.
+ Fixed a bug preventing the POI browser showing in some cases.
+ Updated translations.
- Convert to source service for easier updating.
-------------------------------------------------------------------
Fri Feb 16 10:38:31 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>
- Update license based on legaldb review
- Update license based on legaldb review
-------------------------------------------------------------------
Mon Dec 4 09:13:03 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

4
gnome-maps.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: gnome-maps
version: 46.0
mtime: 1710578671
commit: 8333905cec2c980fcc4fc9aabded80ecec4c776e

View File

@ -17,13 +17,13 @@
Name: gnome-maps
Version: 45.2
Version: 46.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
Group: System/GUI/GNOME
URL: https://wiki.gnome.org/Apps/Maps
Source0: https://download.gnome.org/sources/gnome-maps/45/%{name}-%{version}.tar.xz
Source0: %{name}-%{version}.tar.zst
BuildRequires: appstream-glib
BuildRequires: desktop-file-utils
@ -45,11 +45,13 @@ BuildRequires: pkgconfig(gtk4) >= 3.22.0
# Needed for test run
BuildRequires: pkgconfig(gweather4) >= 3.90.0
#
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: pkgconfig(libportal)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(rest-1.0) >= 0.7.90
BuildRequires: pkgconfig(shumate-1.0) >= 1.1.beta
BuildRequires: pkgconfig(shumate-1.0) >= 1.2.alpha
Recommends: dbus(org.freedesktop.GeoClue2)
%description