Hello community,

here is the log from the commit of package geocode-glib for openSUSE:Factory 
checked in at 2014-05-05 21:14:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2013-09-27 17:11:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.geocode-glib.new/geocode-glib.changes   
2014-05-05 21:15:24.000000000 +0200
@@ -1,0 +2,60 @@
+Mon Mar 24 20:59:21 UTC 2014 - [email protected]
+
+- Update to version 3.12.0:
+  + No changes since 3.11.92.
+
+-------------------------------------------------------------------
+Wed Mar 19 15:59:19 UTC 2014 - [email protected]
+
+- Update to version 3.11.92.2:
+  + Nano release to fix configure.ac hickup.
+- Changes from version 3.11.92.1:
+  + Fix typo in Nominatim search result attribute.
+
+-------------------------------------------------------------------
+Tue Mar 18 10:27:17 UTC 2014 - [email protected]
+
+- Update to version 3.11.92:
+  + Add osm-id property to GeocodePlace.
+
+-------------------------------------------------------------------
+Tue Mar  4 19:37:19 UTC 2014 - [email protected]
+
+- Update to version 3.11.91:
+  + Adapt to fixed behavior of json-glib. Without this we get a
+    crash on parsing search results.
+  + Require json-glib >= 0.99.2.
+
+-------------------------------------------------------------------
+Tue Feb  4 20:27:48 UTC 2014 - [email protected]
+
+- Update to version 3.11.5:
+  + API to expose bounding box of places from Nominatim.
+  + Switch to jsonv2 format of Nominatim API to get all needed
+    info.
+
+-------------------------------------------------------------------
+Tue Jan 14 23:11:01 UTC 2014 - [email protected]
+
+- Update to version 3.11.4.1:
+  + A nano releaase to fix icon installation in 3.11.4.
+
+-------------------------------------------------------------------
+Tue Jan 14 19:20:28 UTC 2014 - [email protected]
+
+- Update to version 3.11.4:
+  + Do not depend on intltool, use upstream gettext instead.
+  + Check for libsoup not libsoup-gnome in Makefile.am.
+  + Add parsing of geo URI to GeocodeLocation (RFC 5870).
+  + Add altitude and CRS (Coordinate Reference System) property to
+    GeocodeLocation.
+  + Allow specifying a bounding-box search-area for GeocodeForward
+    searches.
+  + Replace the Nominatim place icons with place type derived
+    icons, using the BSD licensed Maki point-of-interest icon set.
+- Require geocode-glib from the library package in ordere to have
+  the new icon set available to the library.
+- Add hicolor-icon-theme BuildRequires: needed for the post/postun
+  script macros.
+
+-------------------------------------------------------------------

Old:
----
  geocode-glib-3.10.0.tar.xz

New:
----
  geocode-glib-3.12.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ geocode-glib.spec ++++++
--- /var/tmp/diff_new_pack.VN5163/_old  2014-05-05 21:15:25.000000000 +0200
+++ /var/tmp/diff_new_pack.VN5163/_new  2014-05-05 21:15:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package geocode-glib
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,18 +17,20 @@
 
 
 Name:           geocode-glib
-Version:        3.10.0
+Version:        3.12.0
 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.10/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/geocode-glib/3.12/%{name}-%{version}.tar.xz
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gobject-introspection-devel
+# Needed for post/postun scripts
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gio-2.0) >= 2.34
-BuildRequires:  pkgconfig(json-glib-1.0) >= 0.16.2
+BuildRequires:  pkgconfig(json-glib-1.0) >= 0.99.2
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -43,6 +45,9 @@
 %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).
+Requires:       %{name} >= %{version}
 
 %description -n libgeocode-glib0
 The geocode-glib library is a convenience library for the Yahoo! Place
@@ -98,10 +103,20 @@
 %clean
 rm -rf %{buildroot}
 
+%post
+%icon_theme_cache_post gnome
+
+%postun
+%icon_theme_cache_postun gnome
+
 %post -n libgeocode-glib0 -p /sbin/ldconfig
 
 %postun -n libgeocode-glib0 -p /sbin/ldconfig
 
+%files
+%defattr(-,root,root)
+%{_datadir}/icons/gnome/
+
 %files -n libgeocode-glib0
 %defattr(-,root,root)
 %doc AUTHORS COPYING.LIB NEWS README

++++++ geocode-glib-3.10.0.tar.xz -> geocode-glib-3.12.0.tar.xz ++++++
++++ 27424 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to