[accountsservice/f15/master] Update to 0.6.6

Ray Strode rstrode at fedoraproject.org
Thu Mar 17 20:27:14 UTC 2011


commit 74f20e28f444e81e6d46bcb9e304b1872fbc3a8a
Author: Ray Strode <rstrode at redhat.com>
Date:   Thu Mar 17 16:24:11 2011 -0400

    Update to 0.6.6

 .gitignore              |    1 +
 accountsservice.spec    |   10 ++--
 fix-get-all-crash.patch |  100 -----------------------------------------------
 sources                 |    2 +-
 4 files changed, 7 insertions(+), 106 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f26588..dc1b02e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ accountsservice-0.6.1.tar.bz2
 /accountsservice-0.6.3.tar.bz2
 /accountsservice-0.6.4.tar.bz2
 /accountsservice-0.6.5.tar.bz2
+/accountsservice-0.6.6.tar.bz2
diff --git a/accountsservice.spec b/accountsservice.spec
index 1b2991f..41ae55d 100644
--- a/accountsservice.spec
+++ b/accountsservice.spec
@@ -1,7 +1,7 @@
 
 Name:           accountsservice
-Version:        0.6.5
-Release:        2%{?dist}
+Version:        0.6.6
+Release:        1%{?dist}
 Summary:        D-Bus interfaces for querying and manipulating user account information
 
 Group:          System Environment/Daemons
@@ -21,8 +21,6 @@ Requires:       polkit
 Requires:       ConsoleKit
 Requires:       shadow-utils
 
-Patch0: fix-get-all-crash.patch
-
 %package libs
 Summary: Client-side library to talk to accountservice
 Group: Development/Libraries
@@ -52,7 +50,6 @@ of these interfaces, based on the useradd, usermod and userdel commands.
 
 %prep
 %setup -q
-%patch0 -p1 -b .fix-get-all-crash
 
 %build
 %configure
@@ -91,6 +88,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
 %{_datadir}/gir-1.0/AccountsService-1.0.gir
 
 %changelog
+* Thu Mar 17 2011 Ray Strode <rstrode at redhat.com> 0.6.6-1
+- Update to 0.6.6
+
 * Thu Mar 10 2011 Ray Strode <rstrode at redhat.com> 0.6.5-2
 - Fix crash reported on #gnome-hackers this morning
 
diff --git a/sources b/sources
index e8c55f8..1d807ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6265ed5a464c8762362d4c94b66812a4  accountsservice-0.6.5.tar.bz2
+0dfffdafebd5f3cc7e14695d2dedbf38  accountsservice-0.6.6.tar.bz2


More information about the scm-commits mailing list