[accountsservice/f15/master] Update to latest release

Ray Strode rstrode at fedoraproject.org
Wed Feb 23 22:10:14 UTC 2011


commit 52572afafb7ec131270a97119668f67508ab878d
Author: Ray Strode <rstrode at redhat.com>
Date:   Wed Feb 23 17:10:08 2011 -0500

    Update to latest release

 .gitignore                |    1 +
 accountsservice.spec      |   11 +++++------
 fix-empty-user-list.patch |   24 ------------------------
 sources                   |    2 +-
 4 files changed, 7 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dbeca0a..06ba41e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 accountsservice-0.6.1.tar.bz2
 /accountsservice-0.6.2.tar.bz2
 /accountsservice-0.6.3.tar.bz2
+/accountsservice-0.6.4.tar.bz2
diff --git a/accountsservice.spec b/accountsservice.spec
index 1d2911e..29dd20d 100644
--- a/accountsservice.spec
+++ b/accountsservice.spec
@@ -1,7 +1,7 @@
 
 Name:           accountsservice
-Version:        0.6.3
-Release:        3%{?dist}
+Version:        0.6.4
+Release:        1%{?dist}
 Summary:        D-Bus interfaces for querying and manipulating user account information
 
 Group:          System Environment/Daemons
@@ -21,9 +21,6 @@ Requires:       polkit
 Requires:       ConsoleKit
 Requires:       shadow-utils
 
-Patch0:         fix-empty-user-list.patch
-
-
 %package libs
 Summary: Client-side library to talk to accountservice
 Group: Development/Libraries
@@ -53,7 +50,6 @@ of these interfaces, based on the useradd, usermod and userdel commands.
 
 %prep
 %setup -q
-%patch0 -p1 -b .fix-empty-user-list.patch
 
 %build
 %configure
@@ -92,6 +88,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
 %{_datadir}/gir-1.0/AccountsService-1.0.gir
 
 %changelog
+* Wed Feb 23 2011 Ray Strode <rstrode at redhat.com> 0.6.4-1
+- Update to latest release
+
 * Tue Feb 22 2011 Ray Strode <rstrode at redhat.com> 0.6.3-3
 - Fix empty user list
 
diff --git a/sources b/sources
index aa36806..a4b3448 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-12db3c352cf96df2f9aaf675697cff30  accountsservice-0.6.3.tar.bz2
+cec37d931feed939fe28fc9aaa137e4d  accountsservice-0.6.4.tar.bz2


More information about the scm-commits mailing list