Accepting request 141861 from home:dimstar:branches:GNOME:Factory
Update to 0.6.28 OBS-URL: https://build.opensuse.org/request/show/141861 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/accountsservice?expand=0&rev=54
This commit is contained in:
parent
b45d9cb260
commit
999f637f4b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e14b4ae54844f91280ff60932cf228341191f6998c7c4275555038020e27f18
|
||||
size 336316
|
3
accountsservice-0.6.28.tar.xz
Normal file
3
accountsservice-0.6.28.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b77957151185adf05e1ccdef4670ad894f0aa0dfed487ede9d28c0794d662cd7
|
||||
size 354832
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 08:54:26 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.6.28:
|
||||
+ Fix act_user_manager_delete_user_finish.
|
||||
+ Fix handling of LoginTime and LoginHistory properties.
|
||||
- Changes from version 0.6.27:
|
||||
+ Fix warnings when the singleton user manager object is
|
||||
finalized.
|
||||
+ Generated docs for libaccountsservice.
|
||||
+ Initialize local_acount to TRUE.
|
||||
+ Add async api for user creation, caching and deletion.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 14 13:08:48 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: accountsservice
|
||||
Version: 0.6.26
|
||||
Version: 0.6.28
|
||||
Release: 0
|
||||
Summary: D-Bus Service to Manipulate User Account Information
|
||||
License: GPL-3.0+
|
||||
@ -146,6 +146,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc %{_datadir}/gtk-doc/html/lib%{name}/
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/accountsservice.pc
|
||||
%{_includedir}/accountsservice-1.0/
|
||||
|
Loading…
Reference in New Issue
Block a user