Accepting request 459781 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/459781 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/geocode-glib?expand=0&rev=46
This commit is contained in:
parent
d10c9f585d
commit
fce8354d13
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:669fc832cabf8cc2f0fc4194a8fa464cdb9c03ebf9aca5353d7cf935ba8637a2
|
||||
size 371200
|
3
geocode-glib-3.23.90.tar.xz
Normal file
3
geocode-glib-3.23.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6b536a3b225ede73ef0592ad841640c5cde2a0e4bf3f416c893e8262b1dd7dc
|
||||
size 413460
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user