Accepting request 425273 from GNOME:Next

Resub with fix of changelog for sed usage

OBS-URL: https://build.opensuse.org/request/show/425273
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-maps?expand=0&rev=60
This commit is contained in:
Dominique Leuenberger 2016-09-08 21:24:51 +00:00 committed by Git OBS Bridge
parent 60c2ee4c8d
commit 8774d2eea4
4 changed files with 31 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9206d5fcd03225b66c50074d8d3250af7f668915071d998b196aff4380ae6f17
size 1073456

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22afa0f30b7ce2599fbbb0d0045b364650713f00f1a239d46dee806c06d02cde
size 1078116

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Sep 1 22:19:08 UTC 2016 - zaitor@opensuse.org
- Update to version 3.21.91:
+ Fix bug where you could not type + or - in the searchbar.
+ Updated translations.
-------------------------------------------------------------------
Thu Sep 1 22:19:07 UTC 2016 - zaitor@opensuse.org
- Update to version 3.21.90:
+ Download a service.json file to get tile server URI among other
things.
+ Use GtkClutter for the attribution logo, to get transparency.
+ Updated translations.
-------------------------------------------------------------------
Thu Sep 1 22:19:06 UTC 2016 - zaitor@opensuse.org
- Update to version 3.21.4:
+ osmEditDialog: URI-escape tel: URIs when copying to the phone
field.
+ printLayout: Change color of instructionWidget before printing.
+ Updated translations.
- Remove use of sed to fix errounus bump of libchamplain.
-------------------------------------------------------------------
Thu Sep 1 22:19:05 UTC 2016 - zaitor@opensuse.org

View File

@ -17,14 +17,13 @@
Name: gnome-maps
Version: 3.20.3.1
# FIXME - On next version update, please remove the sed hack.
Version: 3.21.91
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.20/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/gnome-maps/3.21/%{name}-%{version}.tar.xz
# Needed for typelib() Requires
BuildRequires: gobject-introspection
BuildRequires: hicolor-icon-theme
@ -54,8 +53,6 @@ Maps is a map application for GNOME 3.
%setup -q
%build
# Use sed to fix errounus bump of libchamplain
sed -i "s:CHAMPLAIN_MIN_VERSION=0.12.14:CHAMPLAIN_MIN_VERSION=0.12.13:g" configure
%configure --disable-static
make %{?_smp_mflags}