diff --git a/geocode-glib-3.20.1.tar.xz b/geocode-glib-3.20.1.tar.xz deleted file mode 100644 index 8487f02..0000000 --- a/geocode-glib-3.20.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:669fc832cabf8cc2f0fc4194a8fa464cdb9c03ebf9aca5353d7cf935ba8637a2 -size 371200 diff --git a/geocode-glib-3.23.90.tar.xz b/geocode-glib-3.23.90.tar.xz new file mode 100644 index 0000000..99bdb58 --- /dev/null +++ b/geocode-glib-3.23.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b536a3b225ede73ef0592ad841640c5cde2a0e4bf3f416c893e8262b1dd7dc +size 413460 diff --git a/geocode-glib.changes b/geocode-glib.changes index 4ecf517..3d1fc38 100644 --- a/geocode-glib.changes +++ b/geocode-glib.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Feb 7 13:40:08 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.23.90: + + Add g_autoptr cleanup functions. + + Make code base const-correct. + + Add backend abstraction. + + Make unit-test base on offline mock backend. + + Add support for multiple reverse results. + + Add a user-agent property to override default user-agent. + + Add equality functions to bbox/location/place. + + Updated translations. + ------------------------------------------------------------------- Fri Apr 15 17:17:01 UTC 2016 - mgorse@suse.com diff --git a/geocode-glib.spec b/geocode-glib.spec index efab911..897217f 100644 --- a/geocode-glib.spec +++ b/geocode-glib.spec @@ -1,7 +1,7 @@ # # spec file for package geocode-glib # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: geocode-glib -Version: 3.20.1 +Version: 3.23.90 Release: 0 Summary: Convenience library for the Yahoo! Place Finder APIs License: LGPL-2.0+ Group: System/Libraries Url: http://www.gnome.org/ -Source: http://download.gnome.org/sources/geocode-glib/3.20/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/geocode-glib/3.23/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRequires: gnome-doc-utils-devel BuildRequires: gobject-introspection-devel @@ -45,9 +45,9 @@ from coordinates). %package -n libgeocode-glib0 Summary: Convenience library for the Yahoo! Place Finder APIs -Group: System/Libraries # We require the icon set, which is shipped in the main package (in order # to keep the library parallel installable, we require at least current version). +Group: System/Libraries Requires: %{name} >= %{version} %description -n libgeocode-glib0