Accepting request 1111857 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1111857 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-maps?expand=0&rev=84
This commit is contained in:
commit
a2a3c3e2c5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dda7668265a70952960c49519cfbfbfa35768326fc5b80b2617f14ffb2c9b873
|
|
||||||
size 2348376
|
|
3
gnome-maps-45.0.tar.xz
Normal file
3
gnome-maps-45.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9b60107c3157162631b95bcba64c51af45e2d49009452863f84e1f2bcd46d610
|
||||||
|
size 3137420
|
@ -1,11 +0,0 @@
|
|||||||
--- orig-gnome-maps-43.0/meson.build 2022-09-17 22:44:30.000000000 +0200
|
|
||||||
+++ gnome-maps-43.0/meson.build 2022-09-18 11:54:43.164613308 +0200
|
|
||||||
@@ -42,7 +42,7 @@
|
|
||||||
geocodeglib = dependency('geocode-glib-2.0', version: '>= 3.15.2')
|
|
||||||
|
|
||||||
libmaps_deps = [
|
|
||||||
- dependency('shumate-1.0', version: '>= 1.0.0.beta'),
|
|
||||||
+ dependency('shumate-1.0', version: '>= 1.0.0'),
|
|
||||||
dependency('libxml-2.0'),
|
|
||||||
dependency('rest-1.0')
|
|
||||||
]
|
|
@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 16 14:01:14 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 45.0:
|
||||||
|
+ Hide the experimental vector map toggle if libshumate is
|
||||||
|
compiled without vector support.
|
||||||
|
+ Fix POI browser category labels showing translated strings.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 2 19:54:31 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 45.rc:
|
||||||
|
+ Enabled experimental vector-based map.
|
||||||
|
+ Update OSM edit POI definition.
|
||||||
|
+ Increase sidebar width to fit longer translated strings.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 25 22:08:15 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 45.beta:
|
||||||
|
+ Use Adw.OverlaySplitView for the routing sidebar. This enables
|
||||||
|
better narrow screen size adaptiveness and using touch gestures
|
||||||
|
to open the sidebar.
|
||||||
|
+ Always show phone numbers as links when sandboxed (e.g.
|
||||||
|
Flatpak).
|
||||||
|
+ Re-enable animations when going to new places and showing
|
||||||
|
routes.
|
||||||
|
+ Use toasts for the OSM zoom in and location service dialogs.
|
||||||
|
+ Restrict to using only supported languages for the GraphHopper
|
||||||
|
geocoding (search) service.
|
||||||
|
- Add pkgconfig(libportal) BuildRequires: New dependency.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 25 21:08:15 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 45.alpha:
|
||||||
|
+ Implemented POI explore UI
|
||||||
|
+ Move zoom control buttons (back) to overlay
|
||||||
|
+ Add rotation button with ability to reset rotation
|
||||||
|
+ Make use of Adw.Toast for showing simple messages
|
||||||
|
+ Update screenshots
|
||||||
|
+ Add support for auth header in OpenTripPlanner plugin
|
||||||
|
- Drop gnome-maps-fix-dependency.patch: Still valid, but no longer
|
||||||
|
needed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 25 20:08:15 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Fri Aug 25 20:08:15 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -17,15 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-maps
|
Name: gnome-maps
|
||||||
Version: 44.4
|
Version: 45.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Maps Application for GNOME
|
Summary: Maps Application for GNOME
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
URL: https://wiki.gnome.org/Apps/Maps
|
URL: https://wiki.gnome.org/Apps/Maps
|
||||||
Source0: https://download.gnome.org/sources/gnome-maps/44/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-maps/45/%{name}-%{version}.tar.xz
|
||||||
# PATCH-FIX-UPSTREAM gnome-maps-fix-dependency.patch -- Fix upstream dodo when setting dependency for libshumate
|
|
||||||
Patch0: gnome-maps-fix-dependency.patch
|
|
||||||
|
|
||||||
BuildRequires: appstream-glib
|
BuildRequires: appstream-glib
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
@ -48,9 +46,10 @@ BuildRequires: pkgconfig(gtk4) >= 3.22.0
|
|||||||
BuildRequires: pkgconfig(gweather4) >= 3.90.0
|
BuildRequires: pkgconfig(gweather4) >= 3.90.0
|
||||||
#
|
#
|
||||||
BuildRequires: pkgconfig(libadwaita-1)
|
BuildRequires: pkgconfig(libadwaita-1)
|
||||||
|
BuildRequires: pkgconfig(libportal)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(rest-1.0) >= 0.7.90
|
BuildRequires: pkgconfig(rest-1.0) >= 0.7.90
|
||||||
BuildRequires: pkgconfig(shumate-1.0) >= 1.0.0
|
BuildRequires: pkgconfig(shumate-1.0) >= 1.1.beta
|
||||||
Recommends: dbus(org.freedesktop.GeoClue2)
|
Recommends: dbus(org.freedesktop.GeoClue2)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user