diff --git a/gnome-maps-42.3.tar.xz b/gnome-maps-42.3.tar.xz deleted file mode 100644 index f70a7ee..0000000 --- a/gnome-maps-42.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e456467facf3c8fd10c9386b5e74c43d9595ad9fb75257f7da014af983d69cd1 -size 2317328 diff --git a/gnome-maps-43.0.tar.xz b/gnome-maps-43.0.tar.xz new file mode 100644 index 0000000..da489cb --- /dev/null +++ b/gnome-maps-43.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0868cfcfb78c3a27ac5be60cd84d30bb3d3c28c885a98faa09e37fa3a53234e4 +size 2330656 diff --git a/gnome-maps-fix-dependency.patch b/gnome-maps-fix-dependency.patch new file mode 100644 index 0000000..ef14c4c --- /dev/null +++ b/gnome-maps-fix-dependency.patch @@ -0,0 +1,11 @@ +--- 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') + ] diff --git a/gnome-maps.changes b/gnome-maps.changes index 95f4963..4b916dc 100644 --- a/gnome-maps.changes +++ b/gnome-maps.changes @@ -1,3 +1,62 @@ +------------------------------------------------------------------- +Sun Sep 18 09:02:30 UTC 2022 - Bjørn Lie + +- Update to version 43.0: + + Remove build-dependency on GTK3. + + Don't install tests gresource. + + Updated translations. +- Drop update-desktop-files BuildRequires and macro, no longer + needed. +- Add appstream-glib and desktop-file-utils BuildRequires, validate + appdata and desktop files during build. +- Add gnome-maps-fix-dependency.patch: Fix upstream dodo when + setting dependency for libshumate. + +------------------------------------------------------------------- +Sun Sep 4 15:56:54 UTC 2022 - Bjørn Lie + +- 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 + +- 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 + +- 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 + +- 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 diff --git a/gnome-maps.spec b/gnome-maps.spec index adbb3c9..e4606d7 100644 --- a/gnome-maps.spec +++ b/gnome-maps.spec @@ -17,14 +17,18 @@ Name: gnome-maps -Version: 42.3 +Version: 43.0 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 +# 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: desktop-file-utils # Needed for typelib() Requires BuildRequires: gobject-introspection # @@ -32,23 +36,25 @@ BuildRequires: hicolor-icon-theme 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 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 @@ -70,7 +76,6 @@ for your journeys, whether on foot, by bike, or by car. %install %meson_install %find_lang %{name} %{?no_lang_C} -%suse_update_desktop_file -G "Maps Application" org.gnome.Maps DesktopUtility # 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