diff --git a/.gitignore b/.gitignore index 325ec6b..ef63e36 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/accountsservice.spec b/accountsservice.spec index fafdc2c..22e777e 100644 --- a/accountsservice.spec +++ b/accountsservice.spec @@ -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 0.6.19-1 +- Update to 0.6.19 + Allows user deletion of logged in users + Related: #814690 + * Wed Apr 11 2012 Matthias Clasen - 0.6.18-1 - Update to 0.6.18 diff --git a/sources b/sources index 0f72ad8..ffdf8ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba97c7cbd3e73b11500af23a7dfeca10 accountsservice-0.6.18.tar.xz +a7a25e9c42ef00ff789358f4ae1cf547 accountsservice-0.6.19.tar.xz