From 60c2ee4c8d8c410d1986cf64225221cab4239780a035b0373af1182cde2789f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 2 Sep 2016 10:32:26 +0000 Subject: [PATCH] Accepting request 424418 from home:Zaitor:branches:GNOME:Factory New version, now with fixed upstreams doh! OBS-URL: https://build.opensuse.org/request/show/424418 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-maps?expand=0&rev=58 --- gnome-maps-3.20.3.1.tar.xz | 3 +++ gnome-maps-3.20.3.tar.xz | 3 --- gnome-maps.changes | 9 +++++++++ gnome-maps.spec | 5 ++++- 4 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 gnome-maps-3.20.3.1.tar.xz delete mode 100644 gnome-maps-3.20.3.tar.xz diff --git a/gnome-maps-3.20.3.1.tar.xz b/gnome-maps-3.20.3.1.tar.xz new file mode 100644 index 0000000..ff56164 --- /dev/null +++ b/gnome-maps-3.20.3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9206d5fcd03225b66c50074d8d3250af7f668915071d998b196aff4380ae6f17 +size 1073456 diff --git a/gnome-maps-3.20.3.tar.xz b/gnome-maps-3.20.3.tar.xz deleted file mode 100644 index 9091c60..0000000 --- a/gnome-maps-3.20.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:055dbe0847c3f1c8fbdbf93d63896f41204642704c2b730e0bf01b7b82f09929 -size 1070060 diff --git a/gnome-maps.changes b/gnome-maps.changes index 975cdf7..0e6fc27 100644 --- a/gnome-maps.changes +++ b/gnome-maps.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 1 22:19:05 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.20.3.1 (boo#995112): + + Fix bug where you could not type + or - in the searchbar. + + Fix horizontal wrapping of the map. +- Use sed to revert libchamplain version bump, upstream did not + intend to bump. + ------------------------------------------------------------------- Thu Aug 25 11:18:53 UTC 2016 - badshah400@gmail.com diff --git a/gnome-maps.spec b/gnome-maps.spec index 8c440ec..f7d8ee7 100644 --- a/gnome-maps.spec +++ b/gnome-maps.spec @@ -17,7 +17,8 @@ Name: gnome-maps -Version: 3.20.3 +Version: 3.20.3.1 +# FIXME - On next version update, please remove the sed hack. Release: 0 Summary: MAP Application for GNOME 3 License: GPL-2.0+ @@ -53,6 +54,8 @@ 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}