Accepting request 638502 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/638502 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-maps?expand=0&rev=40
This commit is contained in:
commit
c70b9fc0bb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e787d92bb151314e5234156c2819f6f0c18ee9c7e00baa1fbdd284911402f1fb
|
||||
size 1195508
|
3
gnome-maps-3.30.1.tar.xz
Normal file
3
gnome-maps-3.30.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8c9856259c9c3b5f21535c25346eb21273367ec9c07cbd2411534d294a86b3c
|
||||
size 2177168
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 14:54:11 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.30.1:
|
||||
+ Fix shape layer file chooser not showing up.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 8 09:49:30 UTC 2018 - antoine.belvire@opensuse.org
|
||||
|
||||
- Update to version 3.30.0:
|
||||
+ Updated translations.
|
||||
- Remove lang package from recommended package as it already
|
||||
supplements main package (same effect, it's redundant).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 28 12:40:57 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.29.92:
|
||||
+ Updated POI definitions and translations for OSM editing.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 13 19:30:18 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.29.91:
|
||||
+ Don't spin up CI environments for master and tags.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 09:01:38 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.29.90:
|
||||
+ Add a Flatpak CI build/test job.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 22 03:04:56 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 3.29.4:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 19 23:31:14 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.29.3:
|
||||
+ Stop using notifications on top of the map view as it doesn't
|
||||
work on Wayland.
|
||||
+ Add OARS tags.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 3 00:22:19 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 3.29.2:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 8 08:28:25 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.29.1:
|
||||
+ Switch to build with Meson (also dropped support for building
|
||||
with Autotools).
|
||||
+ Disable UI for switching between street and aerial view if the
|
||||
service definition lacks aerial tile definitions (allows using
|
||||
a tile server not supplying aerial tiles).
|
||||
+ Enable selecting map markers using touch.
|
||||
- Add meson BuildRequires and use meson macros following upstreams
|
||||
port.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 8 08:28:24 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -12,22 +12,23 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: gnome-maps
|
||||
Version: 3.28.2
|
||||
Version: 3.30.1
|
||||
Release: 0
|
||||
Summary: Maps Application for GNOME
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://wiki.gnome.org/Apps/Maps
|
||||
Source: http://download.gnome.org/sources/gnome-maps/3.28/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/gnome-maps/3.30/%{name}-%{version}.tar.xz
|
||||
# Needed for typelib() Requires
|
||||
BuildRequires: gobject-introspection
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: intltool >= 0.40.0
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(champlain-0.12) >= 0.12.14
|
||||
@ -41,7 +42,6 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.1
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(rest-0.7) >= 0.7.90
|
||||
Recommends: %{name}-lang
|
||||
Recommends: dbus(org.freedesktop.GeoClue2)
|
||||
|
||||
%description
|
||||
@ -55,16 +55,15 @@ for your journeys, whether on foot, by bike, or by car.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%meson_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%suse_update_desktop_file -G "Maps Application" org.gnome.Maps DesktopUtility
|
||||
# There is no devel file, so at this moment also no need to keep
|
||||
rm %{buildroot}%{_datadir}/gir-1.0/GnomeMaps-1.0.gir
|
||||
rm %{buildroot}%{_datadir}/gnome-maps/gir-1.0/GnomeMaps-1.0.gir
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user