From b77d354f2625569536ca286c0b5c88871b77d65dd48837a56b97e579dd6da0b1 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 15 Nov 2011 08:51:00 +0000 Subject: [PATCH 1/3] Accepting request 91052 from home:dimstar:GNOME:Next Pushing current Gnome 3.3 work to G:F... some work might be lumpy... OBS-URL: https://build.opensuse.org/request/show/91052 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=34 --- dconf-0.10.0.tar.bz2 | 3 --- dconf-0.11.0.tar.bz2 | 3 +++ dconf.changes | 9 +++++++++ dconf.spec | 5 ++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 dconf-0.10.0.tar.bz2 create mode 100644 dconf-0.11.0.tar.bz2 diff --git a/dconf-0.10.0.tar.bz2 b/dconf-0.10.0.tar.bz2 deleted file mode 100644 index 7eb6f9b..0000000 --- a/dconf-0.10.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b034e9e5560ab703f60bb2b6dc1ada7856416660af7dd1207c2c3ab9c9d533b -size 198245 diff --git a/dconf-0.11.0.tar.bz2 b/dconf-0.11.0.tar.bz2 new file mode 100644 index 0000000..47638a0 --- /dev/null +++ b/dconf-0.11.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7574da5da8279428ef0b0f4cbbbb3a0940c2c3d07cae45846b4aec12e85877c0 +size 211800 diff --git a/dconf.changes b/dconf.changes index 4679214..840091e 100644 --- a/dconf.changes +++ b/dconf.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Oct 28 07:59:11 UTC 2011 - dimstar@opensuse.org + +- Update to version 0.11.0: + + Build fixes + + Stop using deprecated GLib APIs + + Don't install a system service + + Kill maintainer mode. + ------------------------------------------------------------------- Wed Sep 28 19:07:22 UTC 2011 - zaitor@opensuse.org diff --git a/dconf.spec b/dconf.spec index e750eaf..c842cd3 100644 --- a/dconf.spec +++ b/dconf.spec @@ -18,14 +18,14 @@ Name: dconf -Version: 0.10.0 +Version: 0.11.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.10/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/dconf/0.11/%{name}-%{version}.tar.bz2 Source99: baselibs.conf # For directory ownership BuildRequires: dbus-1 @@ -180,7 +180,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db} # service is needed for write %{_libexecdir}/dconf-service %{_datadir}/dbus-1/services/ca.desrt.dconf.service -%{_datadir}/dbus-1/system-services/ca.desrt.dconf.service # Bash completion helper %{_sysconfdir}/bash_completion.d/dconf-bash-completion.sh # alternative databases From a425403712e10cec5ec5c983c1474a002cbfacdf8c0952244049f8c5836e9850 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 15 Nov 2011 08:52:26 +0000 Subject: [PATCH 2/3] Accepting request 91441 from home:vuntz:branches:GNOME:Factory Update .changes with announcement mail OBS-URL: https://build.opensuse.org/request/show/91441 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=35 --- dconf.changes | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dconf.changes b/dconf.changes index 840091e..2a1c67e 100644 --- a/dconf.changes +++ b/dconf.changes @@ -2,10 +2,11 @@ Fri Oct 28 07:59:11 UTC 2011 - dimstar@opensuse.org - Update to version 0.11.0: - + Build fixes - + Stop using deprecated GLib APIs + Don't install a system service - + Kill maintainer mode. + + "dconf update" no longer fails if the locks/ subdir is missing + + Port to the new GLib synchronisation APIs + + Drop some dead code and no-longer-needed workarounds + + Build fixes ------------------------------------------------------------------- Wed Sep 28 19:07:22 UTC 2011 - zaitor@opensuse.org From c36aecb4838d6fa518aa7e824e80a1702d62777d0ad18b4f9c0114714ad19506 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 23 Nov 2011 11:40:51 +0000 Subject: [PATCH 3/3] Accepting request 93000 from home:dimstar:branches:GNOME:Factory update to 0.11.2 OBS-URL: https://build.opensuse.org/request/show/93000 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=36 --- dconf-0.11.0.tar.bz2 | 3 --- dconf-0.11.2.tar.bz2 | 3 +++ dconf.changes | 9 +++++++++ dconf.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 dconf-0.11.0.tar.bz2 create mode 100644 dconf-0.11.2.tar.bz2 diff --git a/dconf-0.11.0.tar.bz2 b/dconf-0.11.0.tar.bz2 deleted file mode 100644 index 47638a0..0000000 --- a/dconf-0.11.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7574da5da8279428ef0b0f4cbbbb3a0940c2c3d07cae45846b4aec12e85877c0 -size 211800 diff --git a/dconf-0.11.2.tar.bz2 b/dconf-0.11.2.tar.bz2 new file mode 100644 index 0000000..5e40680 --- /dev/null +++ b/dconf-0.11.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8457a3806d8573a868bb118e17bc57d9c31b5532777e433fe5b1f49624737b03 +size 211229 diff --git a/dconf.changes b/dconf.changes index 2a1c67e..8b3de14 100644 --- a/dconf.changes +++ b/dconf.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Nov 22 09:02:47 UTC 2011 - dimstar@opensuse.org + +- Update to version 0.11.2: + + Many bugfixes and improvements to the editor, most notably + porting to GtkGrid to avoid the GtkTable layout bug that was + causing size to be incorrectly allocated. + + Fix a crasher due to invalid string index of -1. + ------------------------------------------------------------------- Fri Oct 28 07:59:11 UTC 2011 - dimstar@opensuse.org diff --git a/dconf.spec b/dconf.spec index c842cd3..37e01a0 100644 --- a/dconf.spec +++ b/dconf.spec @@ -18,7 +18,7 @@ Name: dconf -Version: 0.11.0 +Version: 0.11.2 Release: 1 # FIXME: remove sed hack to remove icon from desktop file when there's an icon in the tarball License: LGPLv2.1+