Accepting request 85618 from GNOME:Factory

Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/85618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dconf?expand=0&rev=15
This commit is contained in:
Lars Vogdt 2011-10-02 07:55:41 +00:00 committed by Git OBS Bridge
commit d4bbd2ca60
4 changed files with 31 additions and 7 deletions

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

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

View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Sep 28 19:07:22 UTC 2011 - zaitor@opensuse.org
- Changed BuildRequires from vala-devel to vala, as vala-devel
is an old deprecated name.
-------------------------------------------------------------------
Mon Sep 26 22:14:07 UTC 2011 - vuntz@opensuse.org
- Update to version 0.10.0:
+ No change, just a version bump.
-------------------------------------------------------------------
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,21 +18,21 @@
Name: dconf
Version: 0.9.0
Version: 0.10.0
Release: 1
# FIXME: remove sed hack to remove icon from desktop file when there's an icon in the tarball
License: LGPLv2.1+
Summary: Simple key-based configuration system
Group: System/Libraries
Url: http://live.gnome.org/dconf
Source: http://download.gnome.org/sources/dconf/0.9/%{name}-%{version}.tar.bz2
Source: http://download.gnome.org/sources/dconf/0.10/%{name}-%{version}.tar.bz2
Source99: baselibs.conf
# For directory ownership
BuildRequires: dbus-1
BuildRequires: update-desktop-files
BuildRequires: vala-devel
BuildRequires: vala
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)