[accountsservice] Update to latest release

Ray Strode rstrode at fedoraproject.org
Tue Mar 27 16:32:45 UTC 2012


commit 58cbbbe5338787f067dd734eb39bfa69ae9877b2
Author: Ray Strode <rstrode at redhat.com>
Date:   Tue Mar 27 12:32:29 2012 -0400

    Update to latest release

 .gitignore                                         |    1 +
 ...it-changed-signal-when-setting-user-photo.patch |   41 --
 0001-Avoid-extraneous-commandline-parsing.patch    |  502 --------------------
 ...re-careful-when-resetting-the-users-icons.patch |   29 --
 0001-Fix-fast-user-switching.patch                 |   29 --
 accountsservice.spec                               |   11 +-
 sources                                            |    2 +-
 7 files changed, 8 insertions(+), 607 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b7d37b..10dde3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /accountsservice-0.6.13.tar.xz
 /accountsservice-0.6.14.tar.xz
 /accountsservice-0.6.15.tar.xz
+/accountsservice-0.6.17.tar.xz
diff --git a/accountsservice.spec b/accountsservice.spec
index 031fdff..e902417 100644
--- a/accountsservice.spec
+++ b/accountsservice.spec
@@ -1,7 +1,7 @@
 
 Name:           accountsservice
-Version:        0.6.15
-Release:        4%{?dist}
+Version:        0.6.17
+Release:        1%{?dist}
 Summary:        D-Bus interfaces for querying and manipulating user account information
 
 Group:          System Environment/Daemons
@@ -20,8 +20,6 @@ BuildRequires:  gobject-introspection-devel
 Requires:       polkit
 Requires:       shadow-utils
 
-Patch0: 0001-Be-more-careful-when-resetting-the-users-icons.patch
-
 %package libs
 Summary: Client-side library to talk to accountservice
 Group: Development/Libraries
@@ -51,7 +49,6 @@ of these interfaces, based on the useradd, usermod and userdel commands.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -88,8 +85,12 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
 %{_libdir}/libaccountsservice.so
 %{_libdir}/pkgconfig/accountsservice.pc
 %{_datadir}/gir-1.0/AccountsService-1.0.gir
+%{_datadir}/vala/vapi/*
 
 %changelog
+* Tue Mar 27 2012 Ray Strode <rstrode at redhat.com> 0.6.17-1
+- Update to latest release
+
 * Sun Mar  4 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.6.15-4
 - Fix unitdir with usrmove
 
diff --git a/sources b/sources
index 0f93ddc..49a177c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-47b5af77b544528c02d82761bd574c09  accountsservice-0.6.15.tar.xz
+ef0b3c57634ae7ef58cd516ff2dcdd6d  accountsservice-0.6.17.tar.xz


More information about the scm-commits mailing list