diff --git a/_service b/_service
index 74dd223..e98e5e4 100644
--- a/_service
+++ b/_service
@@ -1,9 +1,9 @@
-
+
git
https://gitlab.gnome.org/GNOME/mutter.git
- refs/tags/43.rc
+ refs/tags/43.0
@PARENT_TAG@+@TAG_OFFSET@
(.*)\+0
\1
@@ -15,5 +15,5 @@
*.tar
xz
-
+
diff --git a/b81429ac.patch b/b81429ac.patch
new file mode 100644
index 0000000..994375a
--- /dev/null
+++ b/b81429ac.patch
@@ -0,0 +1,26 @@
+From b81429ac386fc50493043878d62850792a56691f Mon Sep 17 00:00:00 2001
+From: Sebastian Wick
+Date: Tue, 13 Sep 2022 20:03:42 +0200
+Subject: [PATCH] meta-monitor: Keep the dbus night-light-supported property in
+ sync
+
+---
+ src/backends/meta-monitor-manager.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/backends/meta-monitor-manager.c b/src/backends/meta-monitor-manager.c
+index a60518850d..5c9a540299 100644
+--- a/src/backends/meta-monitor-manager.c
++++ b/src/backends/meta-monitor-manager.c
+@@ -1184,6 +1184,8 @@ update_night_light_supported (MetaMonitorManager *manager)
+ priv->night_light_supported = night_light_supported;
+ g_object_notify_by_pspec (G_OBJECT (manager),
+ obj_props[PROP_NIGHT_LIGHT_SUPPORTED]);
++ meta_dbus_display_config_set_night_light_supported (manager->display_config,
++ night_light_supported);
+ }
+
+ void
+--
+GitLab
+
diff --git a/mutter-43.0.obscpio b/mutter-43.0.obscpio
new file mode 100644
index 0000000..b0d431a
--- /dev/null
+++ b/mutter-43.0.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ad21efbfbd277723ea4ef8eba5288d825176191f9d7b2891be3a7ce71268e4c5
+size 25239565
diff --git a/mutter-43.rc.obscpio b/mutter-43.rc.obscpio
deleted file mode 100644
index 29c20ef..0000000
--- a/mutter-43.rc.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:2e591e379edfa3b62b5e7384da4cf5bee03a0341969456c3202066a6c9835c12
-size 25242125
diff --git a/mutter.changes b/mutter.changes
index 71bdb45..2998803 100644
--- a/mutter.changes
+++ b/mutter.changes
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Sun Sep 18 07:37:08 UTC 2022 - Bjørn Lie
+
+- Update to version 43.0:
+ + Fix stuttering in Xorg session.
+ + Make MetaBarrier type derivable again.
+ + Fixes crash.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Wed Sep 14 09:34:23 UTC 2022 - Bjørn Lie
+
+- Fix night-light-support: Add b81429ac.patch: meta-monitor: Keep
+ the dbus night-light-supported property in sync.
+
-------------------------------------------------------------------
Mon Sep 5 07:26:18 UTC 2022 - Bjørn Lie
diff --git a/mutter.obsinfo b/mutter.obsinfo
index 5fcea19..8153363 100644
--- a/mutter.obsinfo
+++ b/mutter.obsinfo
@@ -1,4 +1,4 @@
name: mutter
-version: 43.rc
-mtime: 1662298959
-commit: 383c32e7565da5f1ddd0d10ed397e5797c070366
+version: 43.0
+mtime: 1663432124
+commit: bdf3470a8a89206a39dc45824a8080dc6a9666ca
diff --git a/mutter.spec b/mutter.spec
index 6ce5fe0..140c76b 100644
--- a/mutter.spec
+++ b/mutter.spec
@@ -22,7 +22,7 @@
%define api_minor 0
%define libmutter libmutter-%{api_major}-%{api_minor}
Name: mutter
-Version: 43.rc
+Version: 43.0
Release: 0
Summary: Window and compositing manager based on Clutter
License: GPL-2.0-or-later
@@ -40,6 +40,8 @@ Patch1: mutter-disable-cvt-s390x.patch
Patch2: mutter-window-actor-Special-case-shaped-Java-windows.patch
# PATCH-FIX-UPSTREAM mutter-crash-meta_context_terminate.patch bsc#1199382 glgo#GNOME/mutter#2267 xwang@suse.com -- Fix SIGSEGV in meta_context_terminate
Patch3: mutter-crash-meta_context_terminate.patch
+# PATCH-FIX-UPSTREAM b81429ac.patch -- meta-monitor: Keep the dbus night-light-supported property in sync
+Patch4: https://gitlab.gnome.org/GNOME/mutter/-/commit/b81429ac.patch
## SLE-only patches start at 1000
# PATCH-FEATURE-SLE mutter-SLE-bell.patch FATE#316042 bnc#889218 idonmez@suse.com -- make audible bell work out of the box.
@@ -148,6 +150,7 @@ applications that want to make use of the mutter library.
%patch1 -p1
%patch2 -p1
%patch3 -p1
+%patch4 -p1
# SLE-only patches and translations.
%if 0%{?sle_version}