[accountsservice/f17] Update to 0.6.19

Ray Strode rstrode at fedoraproject.org
Thu May 3 20:22:36 UTC 2012


commit 62d5ed3142296bd26e76313ecfdf5cc85b8fe256
Author: Ray Strode <rstrode at redhat.com>
Date:   Thu May 3 16:22:13 2012 -0400

    Update to 0.6.19
    
    Allows user deletion of logged in users
    Related: #814690

 .gitignore           |    1 +
 accountsservice.spec |   10 +++++++---
 sources              |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
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 <rstrode at 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 at redhat.com> - 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


More information about the scm-commits mailing list