Accepting request 481592 from GNOME:Factory

Update to 3.24.0 (forwarded request 481577 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/481592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-maps?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2017-03-22 22:10:06 +00:00 committed by Git OBS Bridge
commit f0f5559730
4 changed files with 67 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1cc5c3a82fbb47435925c6268df220c0a788c9f6aa9054ae019e61c992d93948
size 1086264

3
gnome-maps-3.24.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4ab876c5cece1a897abe4a385967451bce8b7319c5eb540cc76d557a055da85
size 1141844

View File

@ -1,8 +1,69 @@
-------------------------------------------------------------------
Mon Mar 20 20:34:57 UTC 2017 - dimstar@opensuse.org
- Update to version 3.24.0:
+ Fix running when gnome-online-accounts isn't available.
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 14 10:12:04 UTC 2017 - zaitor@opensuse.org
- Update to version 3.23.92:
+ Fix rendering Wikipedia links to articles containing a colon.
+ Updated OpenStreetMap POI definitions for editing.
+ Handle application/geo+json mime type for GeoJSON layer files.
+ Updated translations.
-------------------------------------------------------------------
Mon Feb 27 21:05:02 UTC 2017 - zaitor@opensuse.org
- Update to version 3.23.91:
+ Support for public transit routing (enabled when service
definition contains a URL for an OpenTripPlanner server, or by
debug environment variable).
+ Add a button to reverse a route.
+ Stop using "for in" loops to traverse arrays.
+ Fixes for ES6 (GJS 1.48).
+ Updated translations.
-------------------------------------------------------------------
Wed Feb 15 09:33:14 UTC 2017 - dimstar@opensuse.org
- Update to version 3.23.90:
+ Updated translations.
-------------------------------------------------------------------
Tue Jan 17 11:39:23 UTC 2017 - zaitor@opensuse.org
- Update to version 3.23.4:
+ Removed usage of deprecated gtk_menu_popup() function.
+ Updated translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 16 14:50:28 UTC 2016 - sknorr@suse.com Fri Dec 16 14:50:28 UTC 2016 - sknorr@suse.com
- Improve package description. - Improve package description.
-------------------------------------------------------------------
Tue Dec 13 15:26:06 UTC 2016 - dimstar@opensuse.org
- Update to version 3.23.3:
+ Enable easy building as a flatpak from within GNOME Builder.
+ Updated translations.
-------------------------------------------------------------------
Tue Nov 22 12:42:42 UTC 2016 - dimstar@opensuse.org
- Update to version 3.23.2:
+ Use Unicode in translatable strings.
+ Updated translations.
-------------------------------------------------------------------
Wed Nov 9 14:29:51 UTC 2016 - dimstar@opensuse.org
- Update to version 3.23.1:
+ Fixed a typo and a formatting issue.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 7 22:05:05 UTC 2016 - dimstar@opensuse.org Mon Nov 7 22:05:05 UTC 2016 - dimstar@opensuse.org

View File

@ -17,13 +17,13 @@
Name: gnome-maps Name: gnome-maps
Version: 3.22.2 Version: 3.24.0
Release: 0 Release: 0
Summary: Maps Application for GNOME Summary: Maps Application for GNOME
License: GPL-2.0+ License: GPL-2.0+
Group: Productivity/Other Group: Productivity/Other
Url: https://live.gnome.org/Design/Apps/Maps Url: https://live.gnome.org/Design/Apps/Maps
Source: http://download.gnome.org/sources/gnome-maps/3.22/%{name}-%{version}.tar.xz Source: http://download.gnome.org/sources/gnome-maps/3.24/%{name}-%{version}.tar.xz
# Needed for typelib() Requires # Needed for typelib() Requires
BuildRequires: gobject-introspection BuildRequires: gobject-introspection
BuildRequires: hicolor-icon-theme BuildRequires: hicolor-icon-theme
@ -37,7 +37,7 @@ BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.15.2
BuildRequires: pkgconfig(gio-2.0) >= 2.39.3 BuildRequires: pkgconfig(gio-2.0) >= 2.39.3
BuildRequires: pkgconfig(gjs-1.0) >= 1.44.0 BuildRequires: pkgconfig(gjs-1.0) >= 1.44.0
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.1 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.1
BuildRequires: pkgconfig(gtk+-3.0) >= 3.15.9 BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(rest-0.7) BuildRequires: pkgconfig(rest-0.7)