Hello community,

here is the log from the commit of package accountsservice for openSUSE:Factory 
checked in at 2018-03-14 19:23:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/accountsservice (Old)
 and      /work/SRC/openSUSE:Factory/.accountsservice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "accountsservice"

Wed Mar 14 19:23:13 2018 rev:57 rq:584700 version:0.6.45

Changes:
--------
--- /work/SRC/openSUSE:Factory/accountsservice/accountsservice.changes  
2017-12-29 18:49:17.824683581 +0100
+++ /work/SRC/openSUSE:Factory/.accountsservice.new/accountsservice.changes     
2018-03-14 19:23:13.546893883 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:22:37 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ accountsservice.spec ++++++
--- /var/tmp/diff_new_pack.7UvRQq/_old  2018-03-14 19:23:14.530858947 +0100
+++ /var/tmp/diff_new_pack.7UvRQq/_new  2018-03-14 19:23:14.534858805 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package accountsservice
 #
-# 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
@@ -20,9 +20,9 @@
 Version:        0.6.45
 Release:        0
 Summary:        D-Bus Service to Manipulate User Account Information
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          System/Daemons
-Url:            http://www.freedesktop.org/wiki/Software/AccountsService/
+URL:            http://www.freedesktop.org/wiki/Software/AccountsService/
 Source:         
http://www.freedesktop.org/software/accountsservice/%{name}-%{version}.tar.xz
 # WARNING: do not remove/significantly change patch0 without updating the 
relevant patch in gdm too
 # PATCH-FIX-OPENSUSE accountsservice-sysconfig.patch bnc#688071 
[email protected] -- Read/write autologin configuration from sysconfig, like 
gdm (see gdm-sysconfig-settings.patch)
@@ -37,6 +37,7 @@
 BuildRequires:  gnome-common
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
+BuildRequires:  pkgconfig
 # needed for patch0
 BuildRequires:  vala
 BuildRequires:  pkgconfig(glib-2.0)
@@ -44,7 +45,6 @@
 BuildRequires:  pkgconfig(polkit-gobject-1)
 BuildRequires:  pkgconfig(systemd)
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 
 %description
@@ -88,6 +88,7 @@
 querying and manipulating user account information.
 
 %lang_package
+
 %prep
 %setup -q
 %patch0 -p1
@@ -108,7 +109,7 @@
 %install
 %make_install
 %find_lang accounts-service
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %pre
 %service_add_pre accounts-daemon.service
@@ -123,12 +124,11 @@
 %service_del_postun accounts-daemon.service
 
 %post -n libaccountsservice0 -p /sbin/ldconfig
-
 %postun -n libaccountsservice0 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS README
+%license COPYING
+%doc AUTHORS NEWS README
 %{_unitdir}/accounts-daemon.service
 %{_sysconfdir}/dbus-1/system.d/org.freedesktop.Accounts.conf
 %{_libexecdir}/accounts-daemon
@@ -142,15 +142,12 @@
 %dir %{_localstatedir}/lib/AccountsService/icons
 
 %files -n libaccountsservice0
-%defattr(-,root,root,-)
 %{_libdir}/*.so.0*
 
 %files -n typelib-1_0-AccountsService-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/AccountsService-1.0.typelib
 
 %files devel
-%defattr(-,root,root,-)
 %doc %{_datadir}/gtk-doc/html/lib%{name}/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/accountsservice.pc


Reply via email to