From ac58c58b4d6c1a9095df1b7bc33bc6f386aea2160bfd265ced27001acb6551d4 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Sat, 18 Sep 2010 13:57:23 +0000 Subject: [PATCH] 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 --- dconf-0.5.1.tar.bz2 | 3 +++ dconf-0.5.tar.bz2 | 3 --- dconf.changes | 18 ++++++++++++++++++ dconf.spec | 9 ++++----- 4 files changed, 25 insertions(+), 8 deletions(-) create mode 100644 dconf-0.5.1.tar.bz2 delete mode 100644 dconf-0.5.tar.bz2 diff --git a/dconf-0.5.1.tar.bz2 b/dconf-0.5.1.tar.bz2 new file mode 100644 index 0000000..d1df12e --- /dev/null +++ b/dconf-0.5.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0083d70e1b5e540d8d4b3f04fa5d17dff4c574136682fe3bdd9b5ecc196ec4f6 +size 251287 diff --git a/dconf-0.5.tar.bz2 b/dconf-0.5.tar.bz2 deleted file mode 100644 index 735af9d..0000000 --- a/dconf-0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:466dfdd7ac435fb8ac4fb4223d099a4039f6f1beef3e3cfe4e4273c46f9bf6e4 -size 165786 diff --git a/dconf.changes b/dconf.changes index 660588d..c46600d 100644 --- a/dconf.changes +++ b/dconf.changes @@ -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 diff --git a/dconf.spec b/dconf.spec index 1e35bc0..88bd763 100644 --- a/dconf.spec +++ b/dconf.spec @@ -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)