Accepting request 185287 from home:dimstar:branches:GNOME:Factory

Update to 0.99.1

OBS-URL: https://build.opensuse.org/request/show/185287
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/geocode-glib?expand=0&rev=9
This commit is contained in:
Bjørn Lie
2013-08-05 07:53:10 +00:00
committed by Git OBS Bridge
parent e18f22b880
commit 36d6961423
4 changed files with 37 additions and 12 deletions

View File

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

View File

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

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Jul 31 14:59:05 UTC 2013 - dimstar@opensuse.org
- Update to version 0.99.1:
+ The library has almost been completey re-written since 0.99.0
so too many changes to document here. Most notable changes
however are:
- Freeform geocoding, and reverse geocoding search API.
- Search results are now locale aware.
- We now use Nominatim instead of Yahoo Places API for
(reverse-)geocoding. Not only is Nominatim a completely open
service, it is also has a lot more data to offer.
- GeoIP server and client API. WARNING: These will soon be
removed in favor of geoclue2 so do not use them in your
application. Instead use geoclue2 directly.
- More test cases.
- Various fixes to build and installation.
- Add pkgconfig(geoip) BuildRequires: new dependency.
-------------------------------------------------------------------
Fri Dec 9 09:27:41 UTC 2011 - dimstar@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package geocode-glib
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,21 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: geocode-glib
Version: 0.99.0
Version: 0.99.1
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/0.99/%{name}-%{version}.tar.bz2
Source: http://download.gnome.org/sources/geocode-glib/0.99/%{name}-%{version}.tar.xz
BuildRequires: gnome-doc-utils-devel
BuildRequires: gobject-introspection-devel
BuildRequires: intltool
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(geoip)
BuildRequires: pkgconfig(gio-2.0) >= 2.34
BuildRequires: pkgconfig(json-glib-1.0) >= 0.14
BuildRequires: pkgconfig(libsoup-2.4)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -101,6 +103,10 @@ rm -rf %{buildroot}
%postun -n libgeocode-glib0 -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_bindir}/geoip-update
%files -n libgeocode-glib0
%defattr(-,root,root)
%doc AUTHORS COPYING.LIB NEWS README
@@ -112,10 +118,10 @@ rm -rf %{buildroot}
%files devel
%defattr(-,root,root)
%{_includedir}/geocode-glib/
%{_libdir}/*.so
%{_libdir}/pkgconfig/geocode-glib.pc
%{_datadir}/gir-1.0/*.gir
%doc %{_datadir}/gtk-doc/html/geocode-glib/
%{_datadir}/gir-1.0/*.gir
%{_includedir}/geocode-glib-1.0/
%{_libdir}/pkgconfig/geocode-glib-1.0.pc
%{_libdir}/*.so
%changelog