Accepting request 252102 from GNOME:Factory
Push GNOME 3.14.0 (forwarded request 251897 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/252102 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-maps?expand=0&rev=11
This commit is contained in:
commit
4c1140c5f6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e91f0dfd034ff374f03adbc3a204faf6f85e03b02d7d250a1af7b1fc442c0cf
|
||||
size 683656
|
3
gnome-maps-3.14.0.tar.xz
Normal file
3
gnome-maps-3.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b432b851dea8ca7b04f11bab542c86f73513352315141d0977b3f49ede382efb
|
||||
size 788060
|
@ -1,3 +1,75 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 09:20:29 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Add gobject-introspection BuildRequires: enable detection of
|
||||
typelib()-Requires (bnc#897852).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 14:23:14 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.14.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 16 11:04:12 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.13.92:
|
||||
+ Improve sidebar alignments.
|
||||
+ Fix default transportation mode bug.
|
||||
+ Make coordinates in entry editable.
|
||||
+ Do not forget route on sidebar hide.
|
||||
+ Hopefully a fix for non-consistent build error.
|
||||
+ Hopefully a fix for elusive segfault in sidebar.
|
||||
+ Default focus on entry in sidebar reveal.
|
||||
+ Fix for theme problem with instruction list.
|
||||
+ Updated translations.
|
||||
- Drop gnome-maps-parallelbuild.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 7 12:40:31 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.13.91:
|
||||
+ Add high contrast icon of logo.
|
||||
+ Use kinetic scroll mode.
|
||||
+ Set correct desktopId for geoclue.
|
||||
+ Send correct argv/argc to GApplication.
|
||||
+ Fix bug where selecting from completion nullified placeEntry.
|
||||
+ Add content rich map markers and map bubbles based on
|
||||
GtkPopover.
|
||||
+ Add tooltips to GtkHeaderButtons.
|
||||
+ Add support for via points in routing.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 24 12:07:50 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Add gnome-maps-parallelbuild.patch: Fix rules used to make
|
||||
parallel build more reliable (bgo#734507).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 19 21:00:14 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.13.4:
|
||||
+ Fix sidebar margin for LTR.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 12 21:57:30 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.13.3:
|
||||
+ Added sidebar for route searching.
|
||||
+ Fix styling of popovers.
|
||||
+ Fix cleanup for make dist.
|
||||
+ Fixup AppData file.
|
||||
- Changes from version 3.12.2:
|
||||
+ New popover based UI for layers menu.
|
||||
+ Added in app notifications.
|
||||
+ Make clicking the map grab focus to be able to remove on-screen
|
||||
keyboard on tablets.
|
||||
+ Maps now DBus activatable.
|
||||
+ Handle GeoClue2 service not available.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 17 08:32:56 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
Name: gnome-maps
|
||||
Version: 3.12.2
|
||||
Version: 3.14.0
|
||||
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.12/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gnome-common
|
||||
Source: http://download.gnome.org/sources/gnome-maps/3.14/%{name}-%{version}.tar.xz
|
||||
# Needed for typelib() Requires
|
||||
BuildRequires: gobject-introspection
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: intltool >= 0.40.0
|
||||
BuildRequires: update-desktop-files
|
||||
@ -51,7 +52,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
%make_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%suse_update_desktop_file -G "Maps Application" %{name} DesktopUtility
|
||||
%suse_update_desktop_file -G "Maps Application" org.gnome.Maps DesktopUtility
|
||||
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
@ -67,10 +68,15 @@ make %{?_smp_mflags}
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/%{name}
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/gnome-maps.appdata.xml
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/appdata/org.gnome.Maps.appdata.xml
|
||||
%{_datadir}/applications/org.gnome.Maps.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Maps.service
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||
%dir %{_datadir}/icons/HighContrast/
|
||||
%dir %{_datadir}/icons/HighContrast/*
|
||||
%dir %{_datadir}/icons/HighContrast/*/apps/
|
||||
%{_datadir}/icons/HighContrast/*/apps/%{name}.*
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.maps.gschema.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user