Hello community, here is the log from the commit of package geoclue2 for openSUSE:13.1 checked in at 2013-10-08 12:50:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:13.1/geoclue2 (Old) and /work/SRC/openSUSE:13.1/.geoclue2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "geoclue2" Changes: -------- --- /work/SRC/openSUSE:13.1/geoclue2/geoclue2.changes 2013-09-23 10:51:50.000000000 +0200 +++ /work/SRC/openSUSE:13.1/.geoclue2.new/geoclue2.changes 2013-10-08 12:50:49.000000000 +0200 @@ -1,0 +2,32 @@ +Mon Oct 7 18:16:11 UTC 2013 - [email protected] + +- Create and package %{_localstatedir}/lib/%{dbus_user} (the dbus + user's home directory). + +------------------------------------------------------------------- +Tue Sep 24 17:27:49 UTC 2013 - [email protected] + +- Update to version 2.0.0: + + Generate docs for D-Bus interface. + + Fix build against Automake 1.13. + + Two minor fixes/cleanups. +- Changes from version 1.99.4: + + Correct check for whether db needs update in geoip-update. + + Fix geoip-update by direct usage of libsoup for HTTP GET. + + Don't inhibit compiler warnings in build. + + Fix various potential crashers. + + Take 'DistanceThreshold' property into account. + + Watch for and signal out location changes. + + Add configure option to specify service user. + + Add documentation comments to D-Bus interface XML. + + Fix various compiler warnings. + + Switch to Fedora's geoip server until we've our server setup. + + Minor fixes to pkgconfig file. + + Setup a glib log domain. + + Some optimizations. + + More debug logging. +- Drop geoclue2-no-root.patch: fixed upstream. +- Drop libtool BuildRequires and call to autoreconf, as we do no + longer carry any patch requiring to bootstrap. + +------------------------------------------------------------------- Old: ---- geoclue-1.99.3.tar.xz geoclue2-no-root.patch New: ---- geoclue-2.0.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ geoclue2.spec ++++++ --- /var/tmp/diff_new_pack.InFthp/_old 2013-10-08 12:50:49.000000000 +0200 +++ /var/tmp/diff_new_pack.InFthp/_new 2013-10-08 12:50:49.000000000 +0200 @@ -19,16 +19,14 @@ Name: geoclue2 %define _name geoclue %define dbus_user srvGeoClue -Version: 1.99.3 +Version: 2.0.0 Release: 0 Summary: GeoLocation Framework License: GPL-2.0+ Group: System/Libraries Url: http://people.freedesktop.org/~zeenix/releases/ -Source: http://people.freedesktop.org/~zeenix/releases/%{_name}-%{version}.tar.xz -Patch0: geoclue2-no-root.patch +Source: http://www.freedesktop.org/software/geoclue/releases/2.0/%{_name}-%{version}.tar.xz BuildRequires: intltool >= 0.40.0 -BuildRequires: libtool BuildRequires: pkgconfig(gio-2.0) >= 2.34.0 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.34.0 BuildRequires: pkgconfig(glib-2.0) >= 2.34.0 @@ -57,13 +55,8 @@ %prep %setup -q -n %{_name}-%{version} -# seems patch does not rename files... so let's do what the patch should do -%patch0 -p1 -mv data/org.freedesktop.GeoClue2.conf data/org.freedesktop.GeoClue2.conf.in -# patching completed %build -autoreconf -fiv %configure \ --disable-geoip-server \ --with-dbus-service-user=%{dbus_user} @@ -72,6 +65,7 @@ %install %make_install find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print +install -d %{buildroot}%{_localstatedir}/lib/%{dbus_user} %pre getent passwd %{dbus_user} > /dev/null || useradd -r -g nogroup -d /var/lib/%{dbus_user} -s /sbin/nologin -c "User for GeoClue D-Bus service" %{dbus_user} @@ -87,6 +81,7 @@ %dir %{_sysconfdir}/dbus-1 %dir %{_sysconfdir}/dbus-1/system.d %config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.conf +%attr(0700,%{dbus_user},root) %{_localstatedir}/lib/%{dbus_user} %files devel %defattr(-,root,root) ++++++ geoclue-1.99.3.tar.xz -> geoclue-2.0.0.tar.xz ++++++ ++++ 8296 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
