From ba8cd6bd93a1cec3ef1d4fb951fb40b66bcf4a6b Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Feb 04 2014 15:13:47 +0000 Subject: Update to 2.1.2 --- diff --git a/.gitignore b/.gitignore index 260e981..cb01f66 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /geoclue-1.99.3.tar.xz /geoclue-1.99.4.tar.xz /geoclue-2.0.0.tar.xz +/geoclue-2.1.2.tar.xz diff --git a/geoclue2.spec b/geoclue2.spec index 234dfdc..37ee61a 100644 --- a/geoclue2.spec +++ b/geoclue2.spec @@ -1,11 +1,11 @@ Name: geoclue2 -Version: 2.0.0 +Version: 2.1.2 Release: 1%{?dist} Summary: Geolocation service License: GPLv2+ URL: http://www.freedesktop.org/wiki/Software/GeoClue/ -Source0: http://www.freedesktop.org/software/geoclue/releases/2.0/geoclue-%{version}.tar.xz +Source0: http://www.freedesktop.org/software/geoclue/releases/2.1/geoclue-%{version}.tar.xz BuildRequires: GeoIP-devel BuildRequires: glib2-devel @@ -13,6 +13,7 @@ BuildRequires: intltool BuildRequires: itstool BuildRequires: json-glib-devel BuildRequires: libsoup-devel +BuildRequires: ModemManager-glib-devel Requires(pre): shadow-utils Requires: dbus @@ -71,11 +72,16 @@ exit 0 %files %doc COPYING NEWS +%{_sysconfdir}/geoclue.conf %{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.conf +%{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf %{_libexecdir}/geoclue %{_datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service +%{_unitdir}/geoclue.service %{_datadir}/geoclue-2.0/ %attr(755,geoclue,geoclue) %dir /var/lib/geoclue +%{_datadir}/applications/geoclue-demo-agent.desktop +%{_datadir}/applications/geoclue-where-am-i.desktop %files devel %{_libdir}/pkgconfig/geoclue-2.0.pc @@ -87,6 +93,9 @@ exit 0 %changelog +* Tue Feb 04 2014 Richard Hughes - 2.1.2-1 +- Update to 2.1.2 + * Sun Oct 06 2013 Kalev Lember - 2.0.0-1 - Update to 2.0.0 - Create a home directory for the 'geoclue' user diff --git a/sources b/sources index c8443e7..9b29363 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -401ff99d530b177c62afacef0a33efd9 geoclue-2.0.0.tar.xz +8db92cdbc24643e60eff7a2ac57cc558 geoclue-2.1.2.tar.xz