Accepting request 111361 from home:vuntz:branches:GNOME:Factory
Update to 0.6.16 OBS-URL: https://build.opensuse.org/request/show/111361 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/accountsservice?expand=0&rev=23
This commit is contained in:
parent
eaa41826a7
commit
07c436263f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9feb3d58c5c739f2df4b5410404b29f16e3f4aa6739b685ceb12903f4d5ea867
|
||||
size 286480
|
3
accountsservice-0.6.16.tar.xz
Normal file
3
accountsservice-0.6.16.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03b6eed9719869cf612f028d703d2904b1858ab5f83532bd226ec51db6a0314a
|
||||
size 329388
|
@ -22,8 +22,8 @@ index 79915a7..389d9fc 100644
|
||||
--- a/src/daemon.c
|
||||
+++ b/src/daemon.c
|
||||
@@ -46,6 +46,7 @@
|
||||
|
||||
#include "daemon.h"
|
||||
#include "daemon-glue.h"
|
||||
#include "util.h"
|
||||
+#include "gdm-sysconfig.h"
|
||||
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 27 09:29:20 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.6.16:
|
||||
+ Don't filter out users below UID_MIN in login.defs
|
||||
+ Filter out users with invalid shells
|
||||
+ Use infinite timeout for ListCachedUsers calls
|
||||
+ Port to GDBus
|
||||
+ Add systemd support
|
||||
+ Build fixes for srcdir != builddir
|
||||
+ Vala support and introspection fixes
|
||||
+ PPC32 fixes
|
||||
+ Updated translations.
|
||||
- Drop pkgconfig(dbus-glib-1) BuildRequires: dependency is gone
|
||||
upstream.
|
||||
- Enable support for systemd session tracking:
|
||||
+ Note that it will fall back to ConsoleKit at runtime, so it's
|
||||
fine to build it.
|
||||
+ Add pkgconfig() BuildRequires: libsystemd-login,
|
||||
libsystemd-daemon.
|
||||
- Rebase accountsservice-sysconfig.patch.
|
||||
- Add vala BuildRequires, which is now needed because of the
|
||||
gnome-autogen.sh call.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 27 13:21:43 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: accountsservice
|
||||
Version: 0.6.15
|
||||
Version: 0.6.16
|
||||
Release: 0
|
||||
Summary: D-Bus Service to Manipulate User Account Information
|
||||
License: GPL-3.0+
|
||||
@ -31,8 +31,11 @@ Patch0: accountsservice-sysconfig.patch
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
# needed for patch0
|
||||
BuildRequires: vala
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(libsystemd-daemon)
|
||||
BuildRequires: pkgconfig(libsystemd-login)
|
||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
Recommends: %{name}-lang
|
||||
@ -144,6 +147,9 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/accountsservice.pc
|
||||
%{_includedir}/accountsservice-1.0/
|
||||
%{_datadir}/gir-1.0/AccountsService-1.0.gir
|
||||
%dir %{_datadir}/vala
|
||||
%dir %{_datadir}/vala/vapi
|
||||
%{_datadir}/vala/vapi/accountsservice.*
|
||||
|
||||
%files lang -f accounts-service.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user