[accountsservice/f15/master] Update to 0.6.5

Ray Strode rstrode at fedoraproject.org
Tue Mar 8 22:18:59 UTC 2011


commit f45f0e715e1ebde328627b9f787459737b47e342
Author: Ray Strode <rstrode at redhat.com>
Date:   Tue Mar 8 17:18:29 2011 -0500

    Update to 0.6.5

 .gitignore                                         |    1 +
 0001-Add-a-debug-commandline-option.patch          |   57 ---
 ...it-changed-signal-when-setting-user-photo.patch |   41 --
 0001-Avoid-extraneous-commandline-parsing.patch    |  502 --------------------
 ...accidentally-add-the-gdm-user-to-the-list.patch |   30 --
 0002-Add-a-function-to-get-the-uid-of-a-user.patch |   44 --
 0003-Keep-excluded-users-off-the-cached-list.patch |  113 -----
 accountsservice.spec                               |   18 +-
 sources                                            |    2 +-
 9 files changed, 7 insertions(+), 801 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 06ba41e..9f26588 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,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
+/accountsservice-0.6.5.tar.bz2
diff --git a/accountsservice.spec b/accountsservice.spec
index 2d17f37..1a6a7a1 100644
--- a/accountsservice.spec
+++ b/accountsservice.spec
@@ -1,7 +1,7 @@
 
 Name:           accountsservice
-Version:        0.6.4
-Release:        3%{?dist}
+Version:        0.6.5
+Release:        1%{?dist}
 Summary:        D-Bus interfaces for querying and manipulating user account information
 
 Group:          System Environment/Daemons
@@ -10,13 +10,6 @@ URL:            http://www.fedoraproject.org/wiki/Features/UserAccountDialog
 #VCS: git:git://git.freedesktop.org/accountsservice
 Source0:        http://mclasen.fedorapeople.org/accounts/accountsservice-%{version}.tar.bz2
 
-# upstream patches
-Patch0: 0001-Add-a-debug-commandline-option.patch
-Patch1: 0002-Add-a-function-to-get-the-uid-of-a-user.patch
-Patch2: 0003-Keep-excluded-users-off-the-cached-list.patch
-Patch3: 0001-Don-t-accidentally-add-the-gdm-user-to-the-list.patch
-
-
 BuildRequires:  glib2-devel
 BuildRequires:  dbus-glib-devel
 BuildRequires:  polkit-devel
@@ -57,10 +50,6 @@ of these interfaces, based on the useradd, usermod and userdel commands.
 
 %prep
 %setup -q
-%patch0 -p1 -b .debug
-%patch1 -p1 -b .get-uid
-%patch2 -p1 -b .keep-excluded
-%patch3 -p1 -b .really-no-gdm
 
 %build
 %configure
@@ -99,6 +88,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
 %{_datadir}/gir-1.0/AccountsService-1.0.gir
 
 %changelog
+* Tue Mar 08 2011 Ray Strode <rstrode at redhat.com> 0.6.5-1
+- Update to 0.6.5
+
 * Sun Feb 27 2011 Matthias Clasen <mclasen at redha.com> - 0.6.4-3
 - Really keep the gdm user off the user list
 
diff --git a/sources b/sources
index a4b3448..e8c55f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cec37d931feed939fe28fc9aaa137e4d  accountsservice-0.6.4.tar.bz2
+6265ed5a464c8762362d4c94b66812a4  accountsservice-0.6.5.tar.bz2


More information about the scm-commits mailing list