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

ok

OBS-URL: https://build.opensuse.org/request/show/48426
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=8
This commit is contained in:
Vincent Untz 2010-09-18 13:57:23 +00:00 committed by Git OBS Bridge
parent 04cb66733e
commit ac58c58b4d
4 changed files with 25 additions and 8 deletions

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

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

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Sep 16 09:42:02 CEST 2010 - vuntz@opensuse.org
- Update to version 0.5.1:
+ Adjust to GDBus API changes
+ Send correct object path in Notify on WriteMany
+ Use printf() and exit() instead of g_error() to avoid too many
crash reports for now
+ Require gobject-introspection 0.9.5
+ Require vala 0.9.5
+ Make dconf-editor optional
+ Drop libgee requirement for dconf-editor
+ Tweak shared library installation to make ldconfig happy
+ Bump .gir version to dconf-1.0
+ Fix introspection build with recent gobject-introspection
+ Minor bug fixes
- Remove pkgconfig(gee-1.0) BuildRequires.
-------------------------------------------------------------------
Fri Sep 10 14:35:51 CEST 2010 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package dconf (Version 0.5)
# spec file for package dconf (Version 0.5.1)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,15 +18,14 @@
Name: dconf
Version: 0.5
Release: 2
Version: 0.5.1
Release: 1
# FIXME: remove SUSE_ASNEEDED=0 when this is fixed: https://bugzilla.gnome.org/show_bug.cgi?id=626280
License: LGPLv2.1+
Summary: Simple key-based configuration system
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
BuildRequires: vala-devel
BuildRequires: pkgconfig(gee-1.0)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-2.0)
@ -127,7 +126,7 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
%files -n libdconf0
%defattr(-, root, root)
%{_libdir}/libdconf.so.*
%{_libdir}/girepository-1.0/dconf-0.3.typelib
%{_libdir}/girepository-1.0/dconf-1.0.typelib
%files -n gsettings-backend-dconf
%defattr(-, root, root)