Update to 0.6.14

This commit is contained in:
Ray Strode 2011-09-21 15:32:48 -04:00
parent 15c0f0d023
commit cbd37c37e0
3 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/accountsservice-0.6.11.tar.bz2
/accountsservice-0.6.12.tar.bz2
/accountsservice-0.6.13.tar.xz
/accountsservice-0.6.14.tar.xz

View File

@ -1,7 +1,7 @@
Name: accountsservice
Version: 0.6.13
Release: 3%{?dist}
Version: 0.6.14
Release: 1%{?dist}
Summary: D-Bus interfaces for querying and manipulating user account information
Group: System Environment/Daemons
@ -10,9 +10,6 @@ URL: http://www.fedoraproject.org/wiki/Features/UserAccountDialog
#VCS: git:git://git.freedesktop.org/accountsservice
Source0: http://www.freedesktop.org/software/accountsservice/accountsservice-%{version}.tar.xz
# upstream fix
Patch0: 0001-Fix-fast-user-switching.patch
BuildRequires: glib2-devel
BuildRequires: dbus-glib-devel
BuildRequires: polkit-devel
@ -52,7 +49,6 @@ of these interfaces, based on the useradd, usermod and userdel commands.
%prep
%setup -q
%patch0 -p1
%build
%configure
@ -91,6 +87,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
%{_datadir}/gir-1.0/AccountsService-1.0.gir
%changelog
* Wed Sep 21 2011 Ray Strode <rstrode@redhat.com> 0.6.14-1
- Update to 0.6.14
* Sun Sep 4 2011 Matthias Clasen <mclasen@redhat.com> - 0.6.13-3
- Fix fast user switching

View File

@ -1 +1 @@
d09b8b3008ffda235069e8b412c5dd54 accountsservice-0.6.13.tar.xz
3422ff158ee2834344c534516e5e8a9d accountsservice-0.6.14.tar.xz