diff --git a/_service b/_service
new file mode 100644
index 0000000..424c811
--- /dev/null
+++ b/_service
@@ -0,0 +1,16 @@
+
+
+ git
+ https://gitlab.gnome.org/GNOME/gnome-control-center.git
+ gnome-3-32
+ @PARENT_TAG@+@TAG_OFFSET@
+ enable
+
+
+
+ *.tar
+ xz
+
+
+
+
diff --git a/_servicedata b/_servicedata
new file mode 100644
index 0000000..726da20
--- /dev/null
+++ b/_servicedata
@@ -0,0 +1,4 @@
+
+
+ https://gitlab.gnome.org/GNOME/gnome-control-center.git
+ 5a6ff6ad76db415cb3f5defd264e569e11a7dde4
\ No newline at end of file
diff --git a/gnome-control-center-3.32.2+9.obscpio b/gnome-control-center-3.32.2+9.obscpio
new file mode 100644
index 0000000..09d815b
--- /dev/null
+++ b/gnome-control-center-3.32.2+9.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:44e9f9ce33e3a9107333b343169b3c06ea82e010546050d943a000554aea7989
+size 40764429
diff --git a/gnome-control-center-3.32.2.tar.xz b/gnome-control-center-3.32.2.tar.xz
deleted file mode 100644
index 8ebeb8e..0000000
--- a/gnome-control-center-3.32.2.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:faa5092d1eb12dfe85c54fe025e0fb29520654bb219cc5086f7326ea6005d70e
-size 5953072
diff --git a/gnome-control-center.changes b/gnome-control-center.changes
index c5d0424..a1d42a7 100644
--- a/gnome-control-center.changes
+++ b/gnome-control-center.changes
@@ -1,3 +1,20 @@
+-------------------------------------------------------------------
+Fri Aug 02 19:21:27 UTC 2019 - bjorn.lie@gmail.com
+
+- Update to version 3.32.2+9:
+ + display:
+ - Add guards for NULL display configuration.
+ - Add failure returns into CcDisplayConfig.
+ + universal-access:
+ - Don't use widget names for GSettings keys.
+ - Fix leaks checking settings.
+ - Fix duplicate settings call.
+ + Updated translations.
+- Switch to git checkout via source service, upstream is lacking in
+ stable releases. In the future we will use a stable tag when
+ possible, but when upstream slacks off, we will use a checkout of
+ the stable branch.
+
-------------------------------------------------------------------
Fri May 24 23:40:28 UTC 2019 - Bjørn Lie
diff --git a/gnome-control-center.obsinfo b/gnome-control-center.obsinfo
new file mode 100644
index 0000000..ab1ff96
--- /dev/null
+++ b/gnome-control-center.obsinfo
@@ -0,0 +1,5 @@
+name: gnome-control-center
+version: 3.32.2+9
+mtime: 1564042828
+commit: 5a6ff6ad76db415cb3f5defd264e569e11a7dde4
+
diff --git a/gnome-control-center.spec b/gnome-control-center.spec
index 0fb5134..1be23d3 100644
--- a/gnome-control-center.spec
+++ b/gnome-control-center.spec
@@ -26,13 +26,14 @@
%endif
Name: gnome-control-center
-Version: 3.32.2
+Version: 3.32.2+9
Release: 0
Summary: The GNOME Control Center
License: GPL-2.0-or-later
Group: System/GUI/GNOME
URL: https://www.gnome.org
-Source0: https://download.gnome.org/sources/gnome-control-center/3.32/%{name}-%{version}.tar.xz
+# We are using source services, so no download url for source
+Source0: %{name}-%{version}.tar.xz
# PATCH-NEEDS-OPENSUSE gnome-control-center-disable-error-message-for-NM.patch bsc#989801 sckang@suse.com -- network: Improve the check for whether NM or wicked is running
Patch0: gnome-control-center-disable-error-message-for-NM.patch