Update to 0.6.19

Allows user deletion of logged in users
Related: #814690
This commit is contained in:
Ray Strode 2012-05-03 16:22:13 -04:00
parent bf02b122cf
commit 62d5ed3142
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/accountsservice-0.6.15.tar.xz
/accountsservice-0.6.17.tar.xz
/accountsservice-0.6.18.tar.xz
/accountsservice-0.6.19.tar.xz

View File

@ -1,6 +1,6 @@
Name: accountsservice
Version: 0.6.18
Version: 0.6.19
Release: 1%{?dist}
Summary: D-Bus interfaces for querying and manipulating user account information
@ -87,10 +87,14 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
%{_libdir}/libaccountsservice.so
%{_libdir}/pkgconfig/accountsservice.pc
%{_datadir}/gir-1.0/AccountsService-1.0.gir
# disabled for now until we get a vala-devel with Makefile.vapigen
#%{_datadir}/vala/vapi/*
%{_datadir}/vala/vapi/*
%changelog
* Thu May 03 2012 Ray Strode <rstrode@redhat.com> 0.6.19-1
- Update to 0.6.19
Allows user deletion of logged in users
Related: #814690
* Wed Apr 11 2012 Matthias Clasen <mclsaen@redhat.com> - 0.6.18-1
- Update to 0.6.18

View File

@ -1 +1 @@
ba97c7cbd3e73b11500af23a7dfeca10 accountsservice-0.6.18.tar.xz
a7a25e9c42ef00ff789358f4ae1cf547 accountsservice-0.6.19.tar.xz