From b9894643504503078282bbe2c369ab1b28be1597c341ad385dd95c0104f21f35 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 31 Aug 2017 07:41:51 +0000 Subject: [PATCH 1/3] Accepting request 519355 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/519355 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-maps?expand=0&rev=83 --- gnome-maps-3.24.3.tar.xz | 3 -- gnome-maps-3.25.91.tar.xz | 3 ++ gnome-maps.changes | 61 +++++++++++++++++++++++++++++++++++++++ gnome-maps.spec | 14 ++------- 4 files changed, 66 insertions(+), 15 deletions(-) delete mode 100644 gnome-maps-3.24.3.tar.xz create mode 100644 gnome-maps-3.25.91.tar.xz diff --git a/gnome-maps-3.24.3.tar.xz b/gnome-maps-3.24.3.tar.xz deleted file mode 100644 index bc7a535..0000000 --- a/gnome-maps-3.24.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ef3ec36aa76eb9a49a15ee61539bea7b59e8aa0a802483df6cedcc65566d0d6 -size 1145872 diff --git a/gnome-maps-3.25.91.tar.xz b/gnome-maps-3.25.91.tar.xz new file mode 100644 index 0000000..5251d1a --- /dev/null +++ b/gnome-maps-3.25.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f57eda953c43735d9570f9dd0b2e69dd289af0ecdf1a956b35b3e6433c3ac93 +size 1158200 diff --git a/gnome-maps.changes b/gnome-maps.changes index de93b2b..19dd3ee 100644 --- a/gnome-maps.changes +++ b/gnome-maps.changes @@ -1,3 +1,64 @@ +------------------------------------------------------------------- +Mon Aug 21 21:04:09 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.91: + + Fix loading layer files when running as Flatpak. + + Don't allow adding more than one instance of address on OSM + objects. + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 7 20:35:18 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.90: + + Allow viewing and editing OSM editor notes when editing + objects. + + Updated translations. + +------------------------------------------------------------------- +Thu Jul 20 13:30:10 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.4: + + Show feedback when no search results were found. + + Update Flatpak manifest for build changes in geocode-glib. + + Various bugfixes. + + Updated translations. +- Drop no longer needed glib2_gsettings_schema_post(un), + icon_theme_cache_post(un) and desktop_database_post(un) from + post(un) handling, we have file-triggers to take care of this for + us now. + +------------------------------------------------------------------- +Tue Jun 20 11:58:46 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.25.3: + + Added keyboard shortcuts for switching between street and + aerial view. + + Added keyboard shortcut for opening layer files. + + Remember the last used mode of transportation for routing (also + now default to walking on first run). + + For transit results, don't reset previous list when no later or + earlier alternatives are found. + + Also print coordinates in debug printout from GeoClue. + + Show and support editing for additional OpenStreetMap tags + (religion and information on availability of toilets). + + Updated translations. + +------------------------------------------------------------------- +Tue May 23 10:53:48 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.2: + + Fix OpenStreetMap editing in Flatpaks (update librest build + dependency). + + Use localized format when showing distances. + + Updated translations. + +------------------------------------------------------------------- +Tue May 23 09:29:54 UTC 2017 - firebird209@gmail.com + +- Update to version 3.25.1: + + Fix JSON formatting for Flatpak manifest. + ------------------------------------------------------------------- Tue May 23 09:29:53 UTC 2017 - zaitor@opensuse.org diff --git a/gnome-maps.spec b/gnome-maps.spec index ffc941f..94e8ccf 100644 --- a/gnome-maps.spec +++ b/gnome-maps.spec @@ -17,13 +17,13 @@ Name: gnome-maps -Version: 3.24.3 +Version: 3.25.91 Release: 0 Summary: Maps Application for GNOME License: GPL-2.0+ Group: Productivity/Other Url: https://live.gnome.org/Design/Apps/Maps -Source: http://download.gnome.org/sources/gnome-maps/3.24/%{name}-%{version}.tar.xz +Source: https://download.gnome.org/sources/gnome-maps/3.25/%{name}-%{version}.tar.xz # Needed for typelib() Requires BuildRequires: gobject-introspection BuildRequires: hicolor-icon-theme @@ -66,16 +66,6 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print # There is no devel file, so at this moment also no need to keep rm %{buildroot}%{_datadir}/gir-1.0/GnomeMaps-1.0.gir -%post -%glib2_gsettings_schema_post -%icon_theme_cache_post -%desktop_database_post - -%postun -%glib2_gsettings_schema_postun -%icon_theme_cache_postun -%desktop_database_postun - %files %defattr(-,root,root) %{_bindir}/%{name} From cb070cfc183b81fa39938d5f0e96d14e905493a5f232b5fe5fbfdca17ec4cc15 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 7 Sep 2017 08:34:36 +0000 Subject: [PATCH 2/3] Accepting request 521829 from GNOME:Next Update to 3.25.92 OBS-URL: https://build.opensuse.org/request/show/521829 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-maps?expand=0&rev=84 --- gnome-maps-3.25.91.tar.xz | 3 --- gnome-maps-3.25.92.tar.xz | 3 +++ gnome-maps.changes | 11 +++++++++++ gnome-maps.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 gnome-maps-3.25.91.tar.xz create mode 100644 gnome-maps-3.25.92.tar.xz diff --git a/gnome-maps-3.25.91.tar.xz b/gnome-maps-3.25.91.tar.xz deleted file mode 100644 index 5251d1a..0000000 --- a/gnome-maps-3.25.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f57eda953c43735d9570f9dd0b2e69dd289af0ecdf1a956b35b3e6433c3ac93 -size 1158200 diff --git a/gnome-maps-3.25.92.tar.xz b/gnome-maps-3.25.92.tar.xz new file mode 100644 index 0000000..2ba9cee --- /dev/null +++ b/gnome-maps-3.25.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4210b53e21fe5803e158d762a515dd5bc7f46cb7b507108f12fe0a428eb10bcc +size 1172448 diff --git a/gnome-maps.changes b/gnome-maps.changes index 19dd3ee..861fdc8 100644 --- a/gnome-maps.changes +++ b/gnome-maps.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Sep 6 23:05:43 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.25.92: + + Don't focus the search entry on start (prevents showing the + on-screen keyboard at start on touch devices). + + Make OSM edit and export image dialogs modal (fixes positioning + on Wayland). + + Update OSM POI definitions and translations. + + Updated translations. + ------------------------------------------------------------------- Mon Aug 21 21:04:09 UTC 2017 - zaitor@opensuse.org diff --git a/gnome-maps.spec b/gnome-maps.spec index 94e8ccf..c4841e2 100644 --- a/gnome-maps.spec +++ b/gnome-maps.spec @@ -17,13 +17,13 @@ Name: gnome-maps -Version: 3.25.91 +Version: 3.25.92 Release: 0 Summary: Maps Application for GNOME License: GPL-2.0+ Group: Productivity/Other Url: https://live.gnome.org/Design/Apps/Maps -Source: https://download.gnome.org/sources/gnome-maps/3.25/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-maps/3.25/%{name}-%{version}.tar.xz # Needed for typelib() Requires BuildRequires: gobject-introspection BuildRequires: hicolor-icon-theme From 3454a284b547b7d60bde33680daeca338dd059e7c4f7b5bfcdc6150d002d9eef Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 Sep 2017 06:59:33 +0000 Subject: [PATCH 3/3] Accepting request 523437 from GNOME:Next New stable rel OBS-URL: https://build.opensuse.org/request/show/523437 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-maps?expand=0&rev=85 --- gnome-maps-3.25.92.tar.xz | 3 --- gnome-maps-3.26.0.tar.xz | 3 +++ gnome-maps.changes | 6 ++++++ gnome-maps.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 gnome-maps-3.25.92.tar.xz create mode 100644 gnome-maps-3.26.0.tar.xz diff --git a/gnome-maps-3.25.92.tar.xz b/gnome-maps-3.25.92.tar.xz deleted file mode 100644 index 2ba9cee..0000000 --- a/gnome-maps-3.25.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4210b53e21fe5803e158d762a515dd5bc7f46cb7b507108f12fe0a428eb10bcc -size 1172448 diff --git a/gnome-maps-3.26.0.tar.xz b/gnome-maps-3.26.0.tar.xz new file mode 100644 index 0000000..5d0c759 --- /dev/null +++ b/gnome-maps-3.26.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f412919e2549c59929898d8303b5bfa92a8333f8eb1dd07d8fdf64be17300514 +size 1173628 diff --git a/gnome-maps.changes b/gnome-maps.changes index 861fdc8..aec5984 100644 --- a/gnome-maps.changes +++ b/gnome-maps.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 11 22:02:04 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.26.0: + + Updated translations. + ------------------------------------------------------------------- Wed Sep 6 23:05:43 UTC 2017 - dimstar@opensuse.org diff --git a/gnome-maps.spec b/gnome-maps.spec index c4841e2..89b5873 100644 --- a/gnome-maps.spec +++ b/gnome-maps.spec @@ -17,13 +17,13 @@ Name: gnome-maps -Version: 3.25.92 +Version: 3.26.0 Release: 0 Summary: Maps Application for GNOME License: GPL-2.0+ Group: Productivity/Other Url: https://live.gnome.org/Design/Apps/Maps -Source: http://download.gnome.org/sources/gnome-maps/3.25/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-maps/3.26/%{name}-%{version}.tar.xz # Needed for typelib() Requires BuildRequires: gobject-introspection BuildRequires: hicolor-icon-theme