diff --git a/_service b/_service
new file mode 100644
index 0000000..d921d08
--- /dev/null
+++ b/_service
@@ -0,0 +1,19 @@
+
+
+
+ git
+ https://gitlab.gnome.org/GNOME/gnome-maps.git
+ v46.0
+ @PARENT_TAG@+@TAG_OFFSET@
+ v?(.*)\+0
+ \1
+ enable
+
+
+
+ *.tar
+ zst
+
+
+
+
diff --git a/_servicedata b/_servicedata
new file mode 100644
index 0000000..60df1e2
--- /dev/null
+++ b/_servicedata
@@ -0,0 +1,4 @@
+
+
+ https://gitlab.gnome.org/GNOME/gnome-maps.git
+ 8333905cec2c980fcc4fc9aabded80ecec4c776e
\ No newline at end of file
diff --git a/gnome-maps-45.2.tar.xz b/gnome-maps-45.2.tar.xz
deleted file mode 100644
index 7890e28..0000000
--- a/gnome-maps-45.2.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:e9eb370a7971b4f842faa304d31a485dbd8ff8aec42a765272f2fc1a7a8098f2
-size 3140904
diff --git a/gnome-maps-46.0.obscpio b/gnome-maps-46.0.obscpio
new file mode 100644
index 0000000..bb372c1
--- /dev/null
+++ b/gnome-maps-46.0.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e59d1c869db6ef0d4848a91b1a33ee013bfccb8a1ceaf905fce831ce8cde7f54
+size 11673613
diff --git a/gnome-maps.changes b/gnome-maps.changes
index 4de6e36..f46b35e 100644
--- a/gnome-maps.changes
+++ b/gnome-maps.changes
@@ -1,7 +1,63 @@
+-------------------------------------------------------------------
+Sat Mar 16 09:32:35 UTC 2024 - Dominique Leuenberger
+
+- 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
+
+- 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
+
+- 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
-- Update license based on legaldb review
+- Update license based on legaldb review
-------------------------------------------------------------------
Mon Dec 4 09:13:03 UTC 2023 - Bjørn Lie
diff --git a/gnome-maps.obsinfo b/gnome-maps.obsinfo
new file mode 100644
index 0000000..7d6e7d4
--- /dev/null
+++ b/gnome-maps.obsinfo
@@ -0,0 +1,4 @@
+name: gnome-maps
+version: 46.0
+mtime: 1710578671
+commit: 8333905cec2c980fcc4fc9aabded80ecec4c776e
diff --git a/gnome-maps.spec b/gnome-maps.spec
index 6a85618..8608765 100644
--- a/gnome-maps.spec
+++ b/gnome-maps.spec
@@ -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