Hello community, here is the log from the commit of package geocode-glib for openSUSE:Factory checked in at 2013-08-16 12:25:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/geocode-glib (Old) and /work/SRC/openSUSE:Factory/.geocode-glib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "geocode-glib" Changes: -------- --- /work/SRC/openSUSE:Factory/geocode-glib/geocode-glib.changes 2012-01-09 12:04:26.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.geocode-glib.new/geocode-glib.changes 2013-08-16 12:25:43.000000000 +0200 @@ -1,0 +2,19 @@ +Wed Jul 31 14:59:05 UTC 2013 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- geocode-glib-0.99.0.tar.bz2 New: ---- geocode-glib-0.99.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ geocode-glib.spec ++++++ --- /var/tmp/diff_new_pack.gBMwpd/_old 2013-08-16 12:25:44.000000000 +0200 +++ /var/tmp/diff_new_pack.gBMwpd/_new 2013-08-16 12:25:44.000000000 +0200 @@ -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 @@ %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 @@ %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 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
