Accepting request 1002642 from GNOME:Next
GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already) OBS-URL: https://build.opensuse.org/request/show/1002642 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-maps?expand=0&rev=162
This commit is contained in:
parent
1501a33a96
commit
e7503c6f3e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e456467facf3c8fd10c9386b5e74c43d9595ad9fb75257f7da014af983d69cd1
|
||||
size 2317328
|
3
gnome-maps-43.rc.tar.xz
Normal file
3
gnome-maps-43.rc.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:341a92f0e4e8fa539a3a082b7585d803fe0e77b6f2885ef3b6af736712924399
|
||||
size 2332296
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 4 15:56:54 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 43.rc:
|
||||
+ Use Adwaita about dialog
|
||||
+ Various UI cleanups, tweaks, and fixes
|
||||
+ Switch OSM edit authorization to use OAuth 2
|
||||
+ Update POI definitions for OSM editing
|
||||
+ Updated translations.
|
||||
- Drop pkgconfig(champlain-0.12) BuildRequires: No longer used, nor
|
||||
needed since the port to gtk4/libshumate.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 13:45:55 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- GNOME Maps uses a gi dep syntax that is not yet understood by the
|
||||
dep scanner, thus add explicit Requires on typelib(GeocodeGlib)
|
||||
and typelib(GtkClutter),
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 22 10:36:27 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 43.beta:
|
||||
+ Port to GTK 4 and libshumate.
|
||||
+ Port to use libsoup 3.
|
||||
- Adjust BuildRequires for upstream changes:
|
||||
+ Drop pkgconfig(gtl3.0), pkgconfig(libndy-1)pkgconfig(rest-0.7),
|
||||
pkgconfig(geocode-glib-1.0)
|
||||
+ Add pkgconfig(gtk4), pkgconfig(liadwaita-1),
|
||||
pkgconfig(rest-1.0),pkgconfig(geocode-glib-2.0),
|
||||
pkgconfig(shumate-1.0)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 7 13:38:10 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 43.alpha:
|
||||
+ Remove network check (always assume network is available).
|
||||
+ Remove check-in support (as no GOA backends support this
|
||||
anymore).
|
||||
+ Use external browser to authorize OSM account for editing.
|
||||
+ Add checkbox to select the visibility of the scale.
|
||||
+ Migrate code to use ES 6 modules.
|
||||
+ Tune location bias scale parameter for the Photon geocoder.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 3 18:24:18 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-maps
|
||||
Version: 42.3
|
||||
Version: 43.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/42/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-maps/43/%{name}-%{version}.tar.xz
|
||||
|
||||
# Needed for typelib() Requires
|
||||
BuildRequires: gobject-introspection
|
||||
@ -33,22 +33,25 @@ BuildRequires: intltool >= 0.40.0
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(champlain-0.12) >= 0.12.14
|
||||
BuildRequires: pkgconfig(folks) >= 0.10.0
|
||||
BuildRequires: pkgconfig(gee-0.8) >= 0.16.0
|
||||
BuildRequires: pkgconfig(geoclue-2.0) >= 0.12.99
|
||||
BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.15.2
|
||||
BuildRequires: pkgconfig(geocode-glib-2.0) >= 3.15.2
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.44.0
|
||||
BuildRequires: pkgconfig(gjs-1.0) >= 1.50.0
|
||||
BuildRequires: pkgconfig(gjs-1.0) >= 1.69.2
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.1
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
|
||||
BuildRequires: pkgconfig(gtk4) >= 3.22.0
|
||||
# Needed for test run
|
||||
BuildRequires: pkgconfig(gweather4) >= 3.90.0
|
||||
#
|
||||
BuildRequires: pkgconfig(libhandy-1)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(rest-0.7) >= 0.7.90
|
||||
BuildRequires: pkgconfig(rest-1.0) >= 0.7.90
|
||||
BuildRequires: pkgconfig(shumate-1.0) >= 1.0.0.beta
|
||||
Recommends: dbus(org.freedesktop.GeoClue2)
|
||||
# gnome-maps 43 found a new way to specify typelib deps, which are not (yet) understood by gi-dep-scanner
|
||||
Requires: typelib(GtkClutter) = 1.0
|
||||
Requires: typelib(GeocodeGlib) = 1.0
|
||||
|
||||
%description
|
||||
Maps is a maps application for GNOME 3. It allows viewing street maps from
|
||||
@ -74,6 +77,7 @@ for your journeys, whether on foot, by bike, or by car.
|
||||
# There is no devel package, so at this moment also no need to keep gir and so files
|
||||
rm %{buildroot}%{_datadir}/gnome-maps/gir-1.0/GnomeMaps-1.0.gir
|
||||
rm %{buildroot}%{_libdir}/%{name}/libgnome-maps.so
|
||||
rm -r %{buildroot}/home/abuild
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user