Accepting request 228612 from GNOME:Next
Push GNOME:Next - GNOME 3.12.0 OBS-URL: https://build.opensuse.org/request/show/228612 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/geocode-glib?expand=0&rev=19
This commit is contained in:
parent
ddc2e2c261
commit
603c74de00
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0aedc198cf8a9b934a290d50aadaf4b48bb13c3b4783618c6753eb466cdaa637
|
||||
size 303580
|
3
geocode-glib-3.12.0.tar.xz
Normal file
3
geocode-glib-3.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab80b3368d0bf36f6e4eeb7a5b50968d28808f8c9f4675d7d7e38e8c937b0bb0
|
||||
size 346248
|
@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 20:59:21 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.12.0:
|
||||
+ No changes since 3.11.92.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 19 15:59:19 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- 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 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.92:
|
||||
+ Add osm-id property to GeocodePlace.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 4 19:37:19 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- 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 - dimstar@opensuse.org
|
||||
|
||||
- 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 - dimstar@opensuse.org
|
||||
|
||||
- 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 - dimstar@opensuse.org
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 17:09:28 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -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 @@ 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).
|
||||
Requires: %{name} >= %{version}
|
||||
|
||||
%description -n libgeocode-glib0
|
||||
The geocode-glib library is a convenience library for the Yahoo! Place
|
||||
@ -98,10 +103,20 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user