Accepting request 360326 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360326 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-maps?expand=0&rev=48
This commit is contained in:
parent
bc9d4e3d18
commit
101c8234f4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:693ff1559252eabe5d8c9c7354333b5aa1996e870936456d15706a0e0bac9278
|
||||
size 864904
|
3
gnome-maps-3.19.90.tar.xz
Normal file
3
gnome-maps-3.19.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a123817739a306b31def6812d69f94faa334710626b85b8ff0293d322521921
|
||||
size 1008324
|
@ -1,3 +1,77 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 16:07:30 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.19.90:
|
||||
+ Added icon to toggle visibility of a shape layer.
|
||||
+ Improve travel animations.
|
||||
+ Add a scale ruler to the bottom left corner.
|
||||
+ Include less information by default in map bubbles.
|
||||
+ Add expandable area on map bubbles.
|
||||
+ Add context menu item for adding location to OpenStreetMap.
|
||||
+ Enable editting of opening hours on OpenStreetMap.
|
||||
+ Add internet access tag to map bubbles.
|
||||
+ Add ele altitude tag to map bubbles.
|
||||
+ Add website to map bubbles.
|
||||
+ Add phone nunber to map bubbles.
|
||||
+ Add support for KML and GPX shape files.
|
||||
+ Add support for printing a route with instructions.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 19 10:34:42 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.19.4:
|
||||
+ Addded a keybinding help overlay (F1 to activate).
|
||||
+ Fix zoom behaviour to be more aggresive.
|
||||
+ Fix bug with cancel login in OpenStreetMap account dialog.
|
||||
+ Add keyboard shortcut for going to current location
|
||||
(<Primary>L).
|
||||
+ Fix layout of OpenStreetMap edit.
|
||||
+ Fix bug that made it impossible to sign-in to OpenStreetMap if
|
||||
you first inputed the wrong credentials.
|
||||
+ Fix drag-and-drop to be more acceptive and responsive.
|
||||
+ Make sure we can export our markers to PNG.
|
||||
+ Give user the choice of exporting markers or not.
|
||||
+ Add GUI for loading and managing shape layers such as GeoJSON
|
||||
or in the future(?) KML.
|
||||
+ Add roundabout support to route.
|
||||
+ Use a regular GtkButton for marking favorites.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 20 22:22:02 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.19.3:
|
||||
+ Added export to image to context menu.
|
||||
+ Added support for MultiPoint in GeoJSON.
|
||||
+ Fixed bug in send-to-dialog when default browser has no icon.
|
||||
+ Added support for MapBox simplestyle for GeoJSON.
|
||||
+ Added support for editing locations in OpenStreetMap.
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(rest-0.7) and pkgconfig(libxml-0.2) BuildRequires:
|
||||
New dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 24 00:04:27 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.19.2:
|
||||
+ Fix GeoJSON filling of polygons in polygons.
|
||||
+ Add simpler keyboard shortcuts for zoom.
|
||||
+ Fix width of send-to dialog.
|
||||
+ Add open with browser to send-to dialog that will open a
|
||||
location on OpenStreetMap web.
|
||||
+ Handle the 'geo' URI scheme, this will allow us to handle geu:
|
||||
URIs in for instance the browser or in Polari.
|
||||
+ Go to latest visited view on start up.
|
||||
+ Updated translations.
|
||||
- Changes from version 3.19.1:
|
||||
+ Use new convenience library for GeoClue.
|
||||
+ Add support for opening and displaying GeoJSON files.
|
||||
- https://en.wikipedia.org/wiki/GeoJSON
|
||||
- This is with help of the Mapbox geojson-vt javascript code
|
||||
found at: https://github.com/mapbox/geojson-vt
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 9 16:28:06 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-maps
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-maps
|
||||
Version: 3.18.2
|
||||
Version: 3.19.90
|
||||
Release: 0
|
||||
Summary: MAP Application for GNOME 3
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Other
|
||||
Url: https://live.gnome.org/Design/Apps/Maps
|
||||
Source: http://download.gnome.org/sources/gnome-maps/3.18/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-maps/3.19/%{name}-%{version}.tar.xz
|
||||
# Needed for typelib() Requires
|
||||
BuildRequires: gobject-introspection
|
||||
BuildRequires: hicolor-icon-theme
|
||||
@ -38,6 +38,8 @@ BuildRequires: pkgconfig(gio-2.0) >= 2.39.3
|
||||
BuildRequires: pkgconfig(gjs-1.0) >= 1.43.3
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.1
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.15.9
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(rest-0.7)
|
||||
|
||||
Recommends: dbus(org.freedesktop.GeoClue2)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -80,7 +82,7 @@ rm %{buildroot}%{_datadir}/gir-1.0/GnomeMaps-1.0.gir
|
||||
%{_datadir}/applications/org.gnome.Maps.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Maps.service
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}*
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.Maps*
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Maps.gschema.xml
|
||||
%{_libdir}/%{name}/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user