Accepting request 198071 from GNOME:Factory
Update to 3.9.91 OBS-URL: https://build.opensuse.org/request/show/198071 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-maps?expand=0&rev=2
This commit is contained in:
commit
aab3ab864d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0f8c4df614a861f4d48880c123b716c46134d3a924f74f2e69d72cdd4a34c687
|
|
||||||
size 693676
|
|
3
gnome-maps-3.9.91.tar.xz
Normal file
3
gnome-maps-3.9.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41dfa73345b21ca7f5b3880abcf5ae147f9b5f0adb8d2b88439d20f80f9b1d5e
|
||||||
|
size 640560
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 3 20:32:19 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.9.91:
|
||||||
|
+ Provide an AppData file for GNOME software center.
|
||||||
|
+ Improved search results popup:
|
||||||
|
- Add a scroll window to not fill screen with results.
|
||||||
|
- Show place icons when available for user to be able to
|
||||||
|
differentiate between results.
|
||||||
|
- Show a spinner when search is on going.
|
||||||
|
- Show matched part of results in bold fonts.
|
||||||
|
+ Add a context menu with two options:
|
||||||
|
- "What's here?": Finds the name of the place at cursor
|
||||||
|
position.
|
||||||
|
- "I'm here": Corrects/changes Maps' idea of where user is
|
||||||
|
currently.
|
||||||
|
+ Gracefully handle markup in search results.
|
||||||
|
+ Fix build against latest gnome-common.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 23 18:26:50 UTC 2013 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.9.90.2:
|
||||||
|
+ Drop usage of Geoclue library as its going to be dropped in
|
||||||
|
Geoclue 1.99.2.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 20 20:12:02 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.9.90.1:
|
||||||
|
+ Brown paperbag release for also updating version in
|
||||||
|
configure/build.
|
||||||
|
- Changes from version 3.9.90:
|
||||||
|
+ Search results are shown in a popup menu rather than as markers
|
||||||
|
on the map.
|
||||||
|
+ Draw window decorations client-side, following the new GNOME3
|
||||||
|
trend.
|
||||||
|
+ The user location button is no longer a toggle.
|
||||||
|
+ Add buttons and key bindings for zooming in and out.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 2 09:29:21 UTC 2013 - cfarrell@suse.com
|
Fri Aug 2 09:29:21 UTC 2013 - cfarrell@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package
|
# spec file for package gnome-maps
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -15,13 +15,14 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: gnome-maps
|
Name: gnome-maps
|
||||||
Version: 3.9.5
|
Version: 3.9.91
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: MAP Application for GNOME 3
|
Summary: MAP Application for GNOME 3
|
||||||
Url: https://live.gnome.org/Design/Apps/Maps
|
License: GPL-2.0+
|
||||||
Group: Productivity/Other
|
Group: Productivity/Other
|
||||||
|
Url: https://live.gnome.org/Design/Apps/Maps
|
||||||
Source: http://download.gnome.org/sources/gnome-maps/3.9/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-maps/3.9/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
@ -61,12 +62,12 @@ make %{?_smp_mflags}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
%dir %{_datadir}/appdata
|
||||||
|
%{_datadir}/appdata/gnome-maps.appdata.xml
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.maps.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.maps.gschema.xml
|
||||||
%{_libdir}/%{name}/
|
|
||||||
|
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user