diff --git a/gnome-maps-3.22.2.tar.xz b/gnome-maps-3.22.2.tar.xz deleted file mode 100644 index c35db04..0000000 --- a/gnome-maps-3.22.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cc5c3a82fbb47435925c6268df220c0a788c9f6aa9054ae019e61c992d93948 -size 1086264 diff --git a/gnome-maps-3.24.0.tar.xz b/gnome-maps-3.24.0.tar.xz new file mode 100644 index 0000000..5dc5186 --- /dev/null +++ b/gnome-maps-3.24.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ab876c5cece1a897abe4a385967451bce8b7319c5eb540cc76d557a055da85 +size 1141844 diff --git a/gnome-maps.changes b/gnome-maps.changes index 7b43bad..20b9460 100644 --- a/gnome-maps.changes +++ b/gnome-maps.changes @@ -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 - 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 diff --git a/gnome-maps.spec b/gnome-maps.spec index 6f0fbad..54c818f 100644 --- a/gnome-maps.spec +++ b/gnome-maps.spec @@ -17,13 +17,13 @@ Name: gnome-maps -Version: 3.22.2 +Version: 3.24.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.22/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-maps/3.24/%{name}-%{version}.tar.xz # Needed for typelib() Requires BuildRequires: gobject-introspection 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(gjs-1.0) >= 1.44.0 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(rest-0.7)