Accepting request 245878 from GNOME:Next
Push GNOME 3.13.90 to the devel repo OBS-URL: https://build.opensuse.org/request/show/245878 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-maps?expand=0&rev=22
This commit is contained in:
parent
4f0a1d94a6
commit
1307e6d119
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e91f0dfd034ff374f03adbc3a204faf6f85e03b02d7d250a1af7b1fc442c0cf
|
||||
size 683656
|
3
gnome-maps-3.13.4.tar.xz
Normal file
3
gnome-maps-3.13.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a981ba5d4eee0efebd2e2ceed281800f8ed688409271ebc8291cb27353ac403
|
||||
size 761872
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
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,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-maps
|
||||
Version: 3.12.2
|
||||
Version: 3.13.4
|
||||
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
|
||||
Source: http://download.gnome.org/sources/gnome-maps/3.13/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: intltool >= 0.40.0
|
||||
@ -51,7 +51,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,8 +67,9 @@ 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}.*
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.maps.gschema.xml
|
||||
|
Loading…
Reference in New Issue
Block a user