Update to 0.6.3

This commit is contained in:
Ray Strode 2011-02-02 22:06:16 -05:00
parent b10ed509f7
commit fc9aabb07a
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
accountsservice-0.6.1.tar.bz2
/accountsservice-0.6.2.tar.bz2
/accountsservice-0.6.3.tar.bz2

View File

@ -1,6 +1,6 @@
Name: accountsservice
Version: 0.6.2
Version: 0.6.3
Release: 1%{?dist}
Summary: D-Bus interfaces for querying and manipulating user account information
@ -8,7 +8,7 @@ Group: System Environment/Daemons
License: GPLv3+
URL: http://www.fedoraproject.org/wiki/Features/UserAccountDialog
#VCS: git:git://git.freedesktop.org/accountsservice
Source0: http://mclasen.fedorapeople.org/accounts/accountsservice-0.6.2.tar.bz2
Source0: http://mclasen.fedorapeople.org/accounts/accountsservice-%{version}.tar.bz2
BuildRequires: glib2-devel
BuildRequires: dbus-glib-devel
@ -89,6 +89,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
%{_datadir}/gir-1.0/AccountsService-1.0.gir
%changelog
* Wed Feb 02 2011 Ray Strode <rstrode@redhat.com> 0.6.3-1
- Update to 0.6.3
* Thu Jan 27 2011 Matthias Clasen <mclasen@redhat.com> 0.6.2-1
- Update to 0.6.2

View File

@ -1 +1 @@
b020ea17b8bce6a56fc87d1e3add66b6 accountsservice-0.6.2.tar.bz2
12db3c352cf96df2f9aaf675697cff30 accountsservice-0.6.3.tar.bz2