Hello community,

here is the log from the commit of package geoclue2 for openSUSE:Factory 
checked in at 2018-03-04 11:52:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/geoclue2 (Old)
 and      /work/SRC/openSUSE:Factory/.geoclue2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "geoclue2"

Sun Mar  4 11:52:59 2018 rev:27 rq:581156 version:2.4.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/geoclue2/geoclue2.changes        2017-06-07 
09:50:54.620949791 +0200
+++ /work/SRC/openSUSE:Factory/.geoclue2.new/geoclue2.changes   2018-03-04 
11:53:00.517269116 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:26:22 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ geoclue2.spec ++++++
--- /var/tmp/diff_new_pack.A4FOET/_old  2018-03-04 11:53:01.229243489 +0100
+++ /var/tmp/diff_new_pack.A4FOET/_new  2018-03-04 11:53:01.233243345 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geoclue2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,15 +21,15 @@
 Version:        2.4.7
 Release:        0
 Summary:        GeoLocation Framework
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://people.freedesktop.org/~zeenix/releases/
+URL:            http://people.freedesktop.org/~zeenix/releases/
 Source:         
http://www.freedesktop.org/software/geoclue/releases/2.4/%{_name}-%{version}.tar.xz
 Source1:        srvGeoClue.conf
 Source99:       geoclue2-rpmlintrc
 BuildRequires:  gtk-doc
 BuildRequires:  intltool >= 0.40.0
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  sysuser-tools
 BuildRequires:  perl(XML::Parser)
@@ -43,13 +43,12 @@
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.42
 BuildRequires:  pkgconfig(mm-glib) >= 1.0
 BuildRequires:  pkgconfig(systemd)
-# we require shadow for useradd
-Requires(pre):  shadow
 # This daemon runs as srvGeoClue
 Requires:       user(srvGeoClue)
+# we require shadow for useradd
+Requires(pre):  shadow
 # Virtual provides for the dbus service
 Provides:       dbus(org.freedesktop.GeoClue2) = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 
 %description
@@ -97,7 +96,7 @@
 %sysusers_generate_pre %{SOURCE1} srvGeoClue
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 install -d %{buildroot}%{_localstatedir}/lib/srvGeoClue
 mkdir -p %{buildroot}%{_sysusersdir}
 install -m 644 %{SOURCE1} 
%{buildroot}%{_sysusersdir}/system-user-srvGeoClue.conf
@@ -108,14 +107,12 @@
 # note: do not use systemd macros for geoclue2.service, they are not meant for 
dbus unit files.
 
 %pre -n system-user-srvGeoClue -f srvGeoClue.pre
-
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc README COPYING
+%license COPYING
+%doc README
 # Not split per SLPP as the interface to the underlying daemon is
 # too strict to allow parallel installations
 %{_libdir}/libgeoclue-2.so.*
@@ -139,17 +136,15 @@
 %{_unitdir}/geoclue.service
 
 %files -n system-user-srvGeoClue
-%defattr(-,root,root)
 %attr(0700,srvGeoClue,root) %{_localstatedir}/lib/srvGeoClue
 %{_sysusersdir}/system-user-srvGeoClue.conf
 
 %files -n typelib-1_0-Geoclue-2_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Geoclue-2.0.typelib
 
 %files devel
-%defattr(-,root,root)
-%doc README COPYING
+%license COPYING
+%doc README
 %{_includedir}/libgeoclue-2.0/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/geoclue-2.0.pc


Reply via email to