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

Update to 0.9.1

OBS-URL: https://build.opensuse.org/request/show/83778
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=30
This commit is contained in:
Vincent Untz 2011-09-21 15:23:00 +00:00 committed by Git OBS Bridge
parent 6811768694
commit 30915c4a55
4 changed files with 17 additions and 5 deletions

View File

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

3
dconf-0.9.1.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Sep 20 07:07:10 UTC 2011 - vuntz@opensuse.org
- Update to version 0.9.1:
+ Give a g_warning() on failure to communicate with service
+ Remove unworking 'set lock' call from dconf API and commandline
tool
+ Add code to exit gracefully on receipt of SIGINT, SIGHUP,
SIGTERM
+ Remove "service function" logic; always use the XDG runtime
directory
-------------------------------------------------------------------
Wed Jul 27 12:24:44 CEST 2011 - vuntz@opensuse.org

View File

@ -18,7 +18,7 @@
Name: dconf
Version: 0.9.0
Version: 0.9.1
Release: 1
# FIXME: remove sed hack to remove icon from desktop file when there's an icon in the tarball
License: LGPLv2.1+
@ -32,7 +32,7 @@ BuildRequires: dbus-1
BuildRequires: update-desktop-files
BuildRequires: vala-devel
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-2.0) >= 2.29.90
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libxml-2.0)