Hello community,
here is the log from the commit of package accountsservice for openSUSE:Factory
checked in at 2019-03-22 14:56:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/accountsservice (Old)
and /work/SRC/openSUSE:Factory/.accountsservice.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "accountsservice"
Fri Mar 22 14:56:45 2019 rev:62 rq:686194 version:0.6.50
Changes:
--------
--- /work/SRC/openSUSE:Factory/accountsservice/accountsservice.changes
2018-12-19 13:46:00.303570006 +0100
+++
/work/SRC/openSUSE:Factory/.accountsservice.new.25356/accountsservice.changes
2019-03-22 14:56:49.661973140 +0100
@@ -1,0 +2,7 @@
+Sun Mar 17 10:52:44 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Redo summaries without em dashes.
+- Reduce %systemd_requires to %systemd_ordering:
+ %service_* can handle the absence.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ accountsservice.spec ++++++
--- /var/tmp/diff_new_pack.Q2yq40/_old 2019-03-22 14:56:52.297971322 +0100
+++ /var/tmp/diff_new_pack.Q2yq40/_new 2019-03-22 14:56:52.321971306 +0100
@@ -1,7 +1,7 @@
#
# spec file for package accountsservice
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -54,7 +54,7 @@
BuildRequires: pkgconfig(polkit-gobject-1)
BuildRequires: pkgconfig(systemd)
Recommends: %{name}-lang
-%{?systemd_requires}
+%{?systemd_ordering}
%description
The accountsservice server provides a set of D-Bus interfaces for
@@ -64,7 +64,7 @@
commands.
%package -n libaccountsservice0
-Summary: D-Bus Service to Manipulate User Account Information -- Client
Library
+Summary: Client library for the user account information manipulation
D-Bus service
# Clients do need the server to do something useful
Group: System/Libraries
Requires: %{name}
@@ -76,7 +76,7 @@
This package provides a client library for the service.
%package -n typelib-1_0-AccountsService-1_0
-Summary: D-Bus Service to Manipulate User Account Information --
Introspection bindings
+Summary: Introspection bindings for the user account information
manipulation service
Group: System/Libraries
%description -n typelib-1_0-AccountsService-1_0
@@ -87,7 +87,7 @@
client library.
%package devel
-Summary: D-Bus Service to Manipulate User Account Information --
Development Files
+Summary: Header files for the user account information manipulation
service
Group: Development/Libraries/C and C++
Requires: libaccountsservice0 = %{version}
Requires: typelib-1_0-AccountsService-1_0 = %{version}