From 3348a5959549c176eb1b0f5b693ff24f5885f57227c85db0237bbb3a71d4e0ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Sun, 19 Jun 2016 09:58:44 +0000 Subject: [PATCH] Accepting request 402866 from home:Zaitor:branches:GNOME:Factory Forgot to sub this one - Suggest we keep it in GF for a few days for testing, as we know from the past that this package can bring "fun stuff" OBS-URL: https://build.opensuse.org/request/show/402866 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/accountsservice?expand=0&rev=82 --- accountsservice-0.6.40.tar.xz | 3 --- accountsservice-0.6.42.tar.xz | 3 +++ accountsservice.changes | 13 +++++++++++++ accountsservice.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 accountsservice-0.6.40.tar.xz create mode 100644 accountsservice-0.6.42.tar.xz diff --git a/accountsservice-0.6.40.tar.xz b/accountsservice-0.6.40.tar.xz deleted file mode 100644 index 6c2f8a6..0000000 --- a/accountsservice-0.6.40.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f04f756600cbab558671658ab8e77212de2a000c07bc0469e7b51541871fcb2b -size 367772 diff --git a/accountsservice-0.6.42.tar.xz b/accountsservice-0.6.42.tar.xz new file mode 100644 index 0000000..962c096 --- /dev/null +++ b/accountsservice-0.6.42.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56494c2f18627900b57234e5628923cc16a37bf8fd16b06c46118d6ae9c007e +size 380500 diff --git a/accountsservice.changes b/accountsservice.changes index cc49526..40fb049 100644 --- a/accountsservice.changes +++ b/accountsservice.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jun 15 08:49:03 UTC 2016 - zaitor@opensuse.org + +- Update to version 0.6.42: + + Wtmp fixes on solaris. + + Allow a user to change his own data even if he's remote. + + Add way to set password hint independent of password. + + Conform to modern systemd library naming scheme. + + Disable GVFS support in service, since it's not needed and has + bad side effects. +- Replace pkgconfig(libsystemd-login) for pkgconfig(libsystemd) + BuildRequires following upstream changes. + ------------------------------------------------------------------- Mon Jan 11 08:25:13 UTC 2016 - michael@stroeder.com diff --git a/accountsservice.spec b/accountsservice.spec index 1529f43..fb210fc 100644 --- a/accountsservice.spec +++ b/accountsservice.spec @@ -1,7 +1,7 @@ # # spec file for package accountsservice # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,7 +17,7 @@ Name: accountsservice -Version: 0.6.40 +Version: 0.6.42 Release: 0 Summary: D-Bus Service to Manipulate User Account Information License: GPL-3.0+ @@ -36,8 +36,8 @@ BuildRequires: intltool # needed for patch0 BuildRequires: vala BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(libsystemd) >= 186 BuildRequires: pkgconfig(libsystemd-daemon) -BuildRequires: pkgconfig(libsystemd-login) >= 186 BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(systemd) Recommends: %{name}-lang