From 30c66a2c6c548fe276fee4b3a95da3fa371cee2918415f40ad1ee829dd17b561 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 24 Sep 2018 07:19:27 +0000 Subject: [PATCH 1/2] Accepting request 634818 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/634818 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-maps?expand=0&rev=102 --- gnome-maps-3.28.2.tar.xz | 3 -- gnome-maps-3.30.0.tar.xz | 3 ++ gnome-maps.changes | 63 ++++++++++++++++++++++++++++++++++++++++ gnome-maps.spec | 15 +++++----- 4 files changed, 73 insertions(+), 11 deletions(-) delete mode 100644 gnome-maps-3.28.2.tar.xz create mode 100644 gnome-maps-3.30.0.tar.xz diff --git a/gnome-maps-3.28.2.tar.xz b/gnome-maps-3.28.2.tar.xz deleted file mode 100644 index 465f173..0000000 --- a/gnome-maps-3.28.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e787d92bb151314e5234156c2819f6f0c18ee9c7e00baa1fbdd284911402f1fb -size 1195508 diff --git a/gnome-maps-3.30.0.tar.xz b/gnome-maps-3.30.0.tar.xz new file mode 100644 index 0000000..d97695c --- /dev/null +++ b/gnome-maps-3.30.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95734f8d2790d18f2d6e7bb9eb8b771a15201938d4dd5fbba10efc4de1ae83ed +size 2177256 diff --git a/gnome-maps.changes b/gnome-maps.changes index f9a055a..8ac9188 100644 --- a/gnome-maps.changes +++ b/gnome-maps.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Sat Sep 8 09:49:30 UTC 2018 - antoine.belvire@opensuse.org + +- Update to version 3.30.0: + + Updated translations. +- Remove lang package from recommended package as it already + supplements main package (same effect, it's redundant). + +------------------------------------------------------------------- +Tue Aug 28 12:40:57 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.92: + + Updated POI definitions and translations for OSM editing. + + Updated translations. + +------------------------------------------------------------------- +Mon Aug 13 19:30:18 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.91: + + Don't spin up CI environments for master and tags. + + Updated translations. + +------------------------------------------------------------------- +Mon Jul 30 09:01:38 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.90: + + Add a Flatpak CI build/test job. + + Updated translations. + +------------------------------------------------------------------- +Sun Jul 22 03:04:56 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 3.29.4: + + Updated translations. + +------------------------------------------------------------------- +Tue Jun 19 23:31:14 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.3: + + Stop using notifications on top of the map view as it doesn't + work on Wayland. + + Add OARS tags. + + Updated translations. + +------------------------------------------------------------------- +Sun Jun 3 00:22:19 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 3.29.2: + + Updated translations. + +------------------------------------------------------------------- +Tue May 8 08:28:25 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.1: + + Switch to build with Meson (also dropped support for building + with Autotools). + + Disable UI for switching between street and aerial view if the + service definition lacks aerial tile definitions (allows using + a tile server not supplying aerial tiles). + + Enable selecting map markers using touch. +- Add meson BuildRequires and use meson macros following upstreams + port. + ------------------------------------------------------------------- Tue May 8 08:28:24 UTC 2018 - bjorn.lie@gmail.com diff --git a/gnome-maps.spec b/gnome-maps.spec index 4b1259c..566df09 100644 --- a/gnome-maps.spec +++ b/gnome-maps.spec @@ -17,17 +17,18 @@ Name: gnome-maps -Version: 3.28.2 +Version: 3.30.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 -Source: http://download.gnome.org/sources/gnome-maps/3.28/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gnome-maps/3.30/%{name}-%{version}.tar.xz # Needed for typelib() Requires BuildRequires: gobject-introspection 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 @@ -41,7 +42,6 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.1 BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(rest-0.7) >= 0.7.90 -Recommends: %{name}-lang Recommends: dbus(org.freedesktop.GeoClue2) %description @@ -55,16 +55,15 @@ for your journeys, whether on foot, by bike, or by car. %autosetup -p1 %build -%configure --disable-static -%make_build +%meson +%meson_build %install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print +%meson_install %find_lang %{name} %{?no_lang_C} %suse_update_desktop_file -G "Maps Application" org.gnome.Maps DesktopUtility # There is no devel file, so at this moment also no need to keep -rm %{buildroot}%{_datadir}/gir-1.0/GnomeMaps-1.0.gir +rm %{buildroot}%{_datadir}/gnome-maps/gir-1.0/GnomeMaps-1.0.gir %files %license COPYING From ab31e99c6898b7bd99fd0e17956ca4881f27de6d286ca7bda2e15163acd55ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 26 Sep 2018 16:44:53 +0000 Subject: [PATCH 2/2] Accepting request 638448 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/638448 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-maps?expand=0&rev=103 --- gnome-maps-3.30.0.tar.xz | 3 --- gnome-maps-3.30.1.tar.xz | 3 +++ gnome-maps.changes | 7 +++++++ gnome-maps.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 gnome-maps-3.30.0.tar.xz create mode 100644 gnome-maps-3.30.1.tar.xz diff --git a/gnome-maps-3.30.0.tar.xz b/gnome-maps-3.30.0.tar.xz deleted file mode 100644 index d97695c..0000000 --- a/gnome-maps-3.30.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95734f8d2790d18f2d6e7bb9eb8b771a15201938d4dd5fbba10efc4de1ae83ed -size 2177256 diff --git a/gnome-maps-3.30.1.tar.xz b/gnome-maps-3.30.1.tar.xz new file mode 100644 index 0000000..9fa2796 --- /dev/null +++ b/gnome-maps-3.30.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c9856259c9c3b5f21535c25346eb21273367ec9c07cbd2411534d294a86b3c +size 2177168 diff --git a/gnome-maps.changes b/gnome-maps.changes index 8ac9188..684cdfb 100644 --- a/gnome-maps.changes +++ b/gnome-maps.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 26 14:54:11 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.30.1: + + Fix shape layer file chooser not showing up. + + Updated translations. + ------------------------------------------------------------------- Sat Sep 8 09:49:30 UTC 2018 - antoine.belvire@opensuse.org diff --git a/gnome-maps.spec b/gnome-maps.spec index 566df09..6912b84 100644 --- a/gnome-maps.spec +++ b/gnome-maps.spec @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: gnome-maps -Version: 3.30.0 +Version: 3.30.1 Release: 0 Summary: Maps Application for GNOME License: GPL-2.0-or-later