Accepting request 1110130 from GNOME:Next

New rc rel, resub

OBS-URL: https://build.opensuse.org/request/show/1110130
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-maps?expand=0&rev=185
This commit is contained in:
Dominique Leuenberger 2023-09-12 08:22:08 +00:00 committed by Git OBS Bridge
parent 11d2bff8d6
commit 9c77753aee
5 changed files with 45 additions and 19 deletions

View File

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

3
gnome-maps-45.rc.tar.xz Normal file
View File

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

View File

@ -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')
]

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
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: Stil valid, but no longer
needed.
-------------------------------------------------------------------
Fri Aug 25 20:08:15 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -17,15 +17,13 @@
Name: gnome-maps
Version: 44.4
Version: 45.rc
Release: 0
Summary: Maps Application for GNOME
License: GPL-2.0-or-later
Group: System/GUI/GNOME
URL: https://wiki.gnome.org/Apps/Maps
Source0: https://download.gnome.org/sources/gnome-maps/44/%{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
Source0: https://download.gnome.org/sources/gnome-maps/45/%{name}-%{version}.tar.xz
BuildRequires: appstream-glib
BuildRequires: desktop-file-utils
@ -48,9 +46,10 @@ BuildRequires: pkgconfig(gtk4) >= 3.22.0
BuildRequires: pkgconfig(gweather4) >= 3.90.0
#
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: pkgconfig(libportal)
BuildRequires: pkgconfig(libxml-2.0)
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)
%description