diff --git a/_service b/_service
index b7bba88..c31e035 100644
--- a/_service
+++ b/_service
@@ -3,11 +3,11 @@
git
https://gitlab.gnome.org/GNOME/gnome-control-center.git
- 3216328d
+ refs/tags/44.1
@PARENT_TAG@+@TAG_OFFSET@
(.*)\+0
\1
- enable
+
diff --git a/_servicedata b/_servicedata
deleted file mode 100644
index 4152bd8..0000000
--- a/_servicedata
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- https://gitlab.gnome.org/GNOME/gnome-control-center.git
- 3216328db98d0981601c45c36ac6b22f0747d3cc
\ No newline at end of file
diff --git a/gnome-control-center-44.0+20.obscpio b/gnome-control-center-44.0+20.obscpio
deleted file mode 100644
index 5b7a245..0000000
--- a/gnome-control-center-44.0+20.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:a812f784a234237fcc1420fc0984db0092901f165cfb714a694de4539ebe9789
-size 45768205
diff --git a/gnome-control-center-44.1.obscpio b/gnome-control-center-44.1.obscpio
new file mode 100644
index 0000000..61932e9
--- /dev/null
+++ b/gnome-control-center-44.1.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fc2c961a392ff7bbd1c19189d782ab3b403280857918415f65833086d47e229c
+size 45770253
diff --git a/gnome-control-center-fix-6f1567f23.patch b/gnome-control-center-fix-6f1567f23.patch
deleted file mode 100644
index a3ae229..0000000
--- a/gnome-control-center-fix-6f1567f23.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 14b3652289df4f7d1a44c9607a3880916ef74a56 Mon Sep 17 00:00:00 2001
-From: Jonathan Kang
-Date: Wed, 12 Apr 2023 15:19:13 +0800
-Subject: [PATCH] network/connection-editor: fix crash when removing a
- connection
-
-This was caused by commit 6f1567f23.
----
- panels/network/connection-editor/net-connection-editor.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/panels/network/connection-editor/net-connection-editor.c b/panels/network/connection-editor/net-connection-editor.c
-index bb0c1c96b..297c6607e 100644
---- a/panels/network/connection-editor/net-connection-editor.c
-+++ b/panels/network/connection-editor/net-connection-editor.c
-@@ -169,8 +169,8 @@ static void page_changed (NetConnectionEditor *self);
- static void
- cancel_editing (NetConnectionEditor *self)
- {
-- gtk_window_destroy (GTK_WINDOW (self));
- g_signal_emit (self, signals[DONE], 0, FALSE);
-+ gtk_window_destroy (GTK_WINDOW (self));
- }
-
- static void
---
-2.40.0
-
diff --git a/gnome-control-center.changes b/gnome-control-center.changes
index 3e62feb..27d7802 100644
--- a/gnome-control-center.changes
+++ b/gnome-control-center.changes
@@ -1,3 +1,28 @@
+-------------------------------------------------------------------
+Fri Apr 21 07:49:24 UTC 2023 - Bjørn Lie
+
+- Update to version 44.1:
+ + Common:
+ - Update hostname only after apply is clicked.
+ - Add widget name and css class to CcIllustratedRow and
+ CcSplitRow.
+ + Color: Do not try to access to null pointer in destruction.
+ + Date & Time: Fix NTP switch getting out of sync.
+ + Display:
+ - Allow configuring all monitors and apply settings at once.
+ - Disconnect config manager changed handler.
+ - Don't leak config manager proxy.
+ + Network: Fix crash when removing a connection.
+ + Region: Fix label of formats for the login screen.
+ + Sharing: Fix network row visible name bug.
+ + Shell: Add workaround to make disabled pictures are painted as
+ such.
+ + Sound:
+ - Prevent duplicate sound device entries.
+ - Revert accidental libgvc downgrade.
+ + Updated translations.
+- Drop gnome-control-center-fix-6f1567f23.patch: Fixed upstream.
+
-------------------------------------------------------------------
Thu Apr 13 08:08:26 UTC 2023 - Jonathan Kang
diff --git a/gnome-control-center.obsinfo b/gnome-control-center.obsinfo
index 9a3e622..c6d44ae 100644
--- a/gnome-control-center.obsinfo
+++ b/gnome-control-center.obsinfo
@@ -1,4 +1,4 @@
name: gnome-control-center
-version: 44.0+20
-mtime: 1680225030
-commit: 3216328db98d0981601c45c36ac6b22f0747d3cc
+version: 44.1
+mtime: 1682033982
+commit: da661203820d5766ff10fd7f64d2117470c70a2a
diff --git a/gnome-control-center.spec b/gnome-control-center.spec
index 62abd66..19f45c1 100644
--- a/gnome-control-center.spec
+++ b/gnome-control-center.spec
@@ -26,7 +26,7 @@
%endif
Name: gnome-control-center
-Version: 44.0+20
+Version: 44.1
Release: 0
Summary: The GNOME Control Center
License: GPL-2.0-or-later
@@ -37,8 +37,6 @@ Source99: %{name}-rpmlintrc
# PATCH-FIX-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 WAS:PATCH-FIX-OPENSUSE
Patch1: gnome-control-center-disable-error-message-for-NM.patch
-# PATCH-FIX-UPSTREAM gnome-control-center-fix-6f1567f23.patch glgo#GNOME/gnome-control-center/commit/8cb77b4d3, bsc#1210377 sckang@suse.com -- network/connection-editor: fix crash when removing a connection
-Patch2: gnome-control-center-fix-6f1567f23.patch
### patches for Leap >= 15 plus SLE >= 15, but not TW
# PATCH-FEATURE-SLE gnome-control-center-info-never-use-gnome-software.patch bsc#999336 fezhang@suse.com -- info: Never search for gnome-software as an option when checking for updates on SLE and Leap 42.2, because we use gpk-update-viewer.
@@ -184,7 +182,6 @@ GNOME control center.
%prep
%setup -q
%patch1 -p1
-%patch2 -p1
# patches for Leap >= 15 plus SLE >= 15, but not TW
%if 0%{?sle_version} >= 150000