Accepting request 76524 from home:vuntz:branches:GNOME:Factory

Update to 0.6.13

OBS-URL: https://build.opensuse.org/request/show/76524
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/accountsservice?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2011-07-20 09:14:14 +00:00 committed by Git OBS Bridge
parent ff8f1ed8de
commit 3ecaa42978
4 changed files with 21 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f5d983d0e1b643f7085e90991455c5920d067096e1122ad1784fb96e22e2c62
size 344686

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c385ae9c0af9fae16348408563845cf7a0d5d4bfb6279ba02fbb9d915f71a943
size 285196

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jul 20 09:02:02 CEST 2011 - vuntz@opensuse.org
- Update to version 0.6.13:
+ Honor aclocal flags environment variable
+ Set log domain so it can be hushed
+ Use wtmp instead of consolekit for determining login frequency
+ Leak and warning fixes
+ Clean up polkit deprecation warnings
+ Add '--' before username to account helper programs
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
-------------------------------------------------------------------
Thu May 19 18:08:45 CEST 2011 - dimstar@opensuse.org

View File

@ -18,14 +18,16 @@
Name: accountsservice
Version: 0.6.12
Version: 0.6.13
Release: 1
License: GPLv3+
Summary: D-Bus Service to Manipulate User Account Information
Url: http://www.fedoraproject.org/wiki/Features/UserAccountDialog
Group: System/Daemons
Source: http://www.freedesktop.org/software/accountsservice/%{name}-%{version}.tar.bz2
Source: http://www.freedesktop.org/software/accountsservice/%{name}-%{version}.tar.xz
BuildRequires: intltool
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires: xz
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(polkit-gobject-1)