Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnome-maps for openSUSE:Factory checked in at 2022-09-21 14:40:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-maps (Old) and /work/SRC/openSUSE:Factory/.gnome-maps.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-maps" Wed Sep 21 14:40:31 2022 rev:73 rq:1004798 version:43.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-maps/gnome-maps.changes 2022-07-05 12:27:25.437866017 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-maps.new.2083/gnome-maps.changes 2022-09-21 14:41:06.177533731 +0200 @@ -1,0 +2,59 @@ +Sun Sep 18 09:02:30 UTC 2022 - Bj??rn Lie <[email protected]> + +- 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 <[email protected]> + +- 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 <[email protected]> + +- 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 <[email protected]> + +- 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 <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- gnome-maps-42.3.tar.xz New: ---- gnome-maps-43.0.tar.xz gnome-maps-fix-dependency.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-maps.spec ++++++ --- /var/tmp/diff_new_pack.D0KZKD/_old 2022-09-21 14:41:07.085536249 +0200 +++ /var/tmp/diff_new_pack.D0KZKD/_new 2022-09-21 14:41:07.093536271 +0200 @@ -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: 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 @@ %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 ++++++ gnome-maps-42.3.tar.xz -> gnome-maps-43.0.tar.xz ++++++ ++++ 99340 lines of diff (skipped) ++++++ gnome-maps-fix-dependency.patch ++++++ --- 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') ]
