From 30915c4a55f29b79134481ed05179f879203e8862e7d9907cb54c07ba4e73a08 Mon Sep 17 00:00:00 2001
From: Vincent Untz <vuntz@opensuse.org>
Date: Wed, 21 Sep 2011 15:23:00 +0000
Subject: [PATCH 1/3] 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
---
 dconf-0.9.0.tar.bz2 |  3 ---
 dconf-0.9.1.tar.bz2 |  3 +++
 dconf.changes       | 12 ++++++++++++
 dconf.spec          |  4 ++--
 4 files changed, 17 insertions(+), 5 deletions(-)
 delete mode 100644 dconf-0.9.0.tar.bz2
 create mode 100644 dconf-0.9.1.tar.bz2

diff --git a/dconf-0.9.0.tar.bz2 b/dconf-0.9.0.tar.bz2
deleted file mode 100644
index bf27286..0000000
--- a/dconf-0.9.0.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:267fc4e09edc6be79aed7945bd6d9bfce69fea050789336be9b12753c726baf8
-size 201428
diff --git a/dconf-0.9.1.tar.bz2 b/dconf-0.9.1.tar.bz2
new file mode 100644
index 0000000..37e3b89
--- /dev/null
+++ b/dconf-0.9.1.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f91510a920c7d84c8fed2264be71a376725729d15c6849374743f94baf6e415d
+size 198032
diff --git a/dconf.changes b/dconf.changes
index 190c13f..33a4906 100644
--- a/dconf.changes
+++ b/dconf.changes
@@ -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
 
diff --git a/dconf.spec b/dconf.spec
index a87d756..531ff0f 100644
--- a/dconf.spec
+++ b/dconf.spec
@@ -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)

From f63989dd2f79ba11f59b3d5b60e710ec2c46bed38ff148275f0261790221fb04 Mon Sep 17 00:00:00 2001
From: Vincent Untz <vuntz@opensuse.org>
Date: Tue, 27 Sep 2011 11:28:50 +0000
Subject: [PATCH 2/3] Accepting request 84989 from
 home:vuntz:branches:GNOME:Factory

Update to 0.10.0

OBS-URL: https://build.opensuse.org/request/show/84989
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=31
---
 dconf-0.10.0.tar.bz2 | 3 +++
 dconf-0.9.1.tar.bz2  | 3 ---
 dconf.changes        | 6 ++++++
 dconf.spec           | 4 ++--
 4 files changed, 11 insertions(+), 5 deletions(-)
 create mode 100644 dconf-0.10.0.tar.bz2
 delete mode 100644 dconf-0.9.1.tar.bz2

diff --git a/dconf-0.10.0.tar.bz2 b/dconf-0.10.0.tar.bz2
new file mode 100644
index 0000000..7eb6f9b
--- /dev/null
+++ b/dconf-0.10.0.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4b034e9e5560ab703f60bb2b6dc1ada7856416660af7dd1207c2c3ab9c9d533b
+size 198245
diff --git a/dconf-0.9.1.tar.bz2 b/dconf-0.9.1.tar.bz2
deleted file mode 100644
index 37e3b89..0000000
--- a/dconf-0.9.1.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f91510a920c7d84c8fed2264be71a376725729d15c6849374743f94baf6e415d
-size 198032
diff --git a/dconf.changes b/dconf.changes
index 33a4906..0eaadef 100644
--- a/dconf.changes
+++ b/dconf.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+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
 
diff --git a/dconf.spec b/dconf.spec
index 531ff0f..323caa3 100644
--- a/dconf.spec
+++ b/dconf.spec
@@ -18,14 +18,14 @@
 
 
 Name:           dconf
-Version:        0.9.1
+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

From 1066ba456fbc9eb917fb5c3104fc8a1c310dfa00aced4ab6994aaa4c618c6989 Mon Sep 17 00:00:00 2001
From: Vincent Untz <vuntz@opensuse.org>
Date: Thu, 29 Sep 2011 21:42:01 +0000
Subject: [PATCH 3/3] Accepting request 85516 from
 home:Zaitor:branches:GNOME:Factory

fixed dconf buildreq ref bnc#720908

OBS-URL: https://build.opensuse.org/request/show/85516
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=32
---
 dconf.changes | 6 ++++++
 dconf.spec    | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/dconf.changes b/dconf.changes
index 0eaadef..4679214 100644
--- a/dconf.changes
+++ b/dconf.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+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
 
diff --git a/dconf.spec b/dconf.spec
index 323caa3..e750eaf 100644
--- a/dconf.spec
+++ b/dconf.spec
@@ -30,7 +30,7 @@ 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) >= 2.29.90
 BuildRequires:  pkgconfig(gobject-introspection-1.0)