diff --git a/_service b/_service
new file mode 100644
index 0000000..d2377c2
--- /dev/null
+++ b/_service
@@ -0,0 +1,19 @@
+
+
+
+ git
+ https://gitlab.gnome.org/GNOME/gnome-autoar.git
+ refs/tags/0.4.4
+ @PARENT_TAG@+@TAG_OFFSET@
+ (.*)\+0
+ \1
+
+
+
+
+ *.tar
+ xz
+
+
+
+
diff --git a/gnome-autoar-0.4.3.tar.xz b/gnome-autoar-0.4.3.tar.xz
deleted file mode 100644
index 9b3e212..0000000
--- a/gnome-autoar-0.4.3.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:7bdf0789553496abddc3c963b0ce7363805c0c02c025feddebcaacc787249e88
-size 50860
diff --git a/gnome-autoar-0.4.4.obscpio b/gnome-autoar-0.4.4.obscpio
new file mode 100644
index 0000000..4fe47f0
--- /dev/null
+++ b/gnome-autoar-0.4.4.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b3642d076c962dca064a5da197b32ae9d987da56c67666fd80aebd61f65fde97
+size 398859
diff --git a/gnome-autoar.changes b/gnome-autoar.changes
index 49d8c88..581bed3 100644
--- a/gnome-autoar.changes
+++ b/gnome-autoar.changes
@@ -1,3 +1,36 @@
+-------------------------------------------------------------------
+Fri Mar 17 11:58:41 UTC 2023 - Bjørn Lie
+
+- Update to version 0.4.4:
+ + Add application/zstd to supported mime-types.
+ + Fix test suite failure with recent GLib version.
+ + Add autoar_extractor_set_passphrase function.
+
+-------------------------------------------------------------------
+Mon Mar 13 19:34:37 UTC 2023 - bjorn.lie@gmail.com
+
+- Update to version 0.4.3+9:
+ + ci:
+ - Drop workaround to remove mount options
+ - Explicitiely set the storage driver
+ - Use rawhide for the fedora job
+ + extractor:
+ - Add autoar_extractor_set_passphrase function
+ - Fix parameter name in documentation comment
+ - Make error codes public
+ - Use g_file_info_remove_attribute instead of invalid type
+ - Use specific error code when passphrase wasn't provided
+ + tests: Skip file size check for directories
+- Switch to git checkout via source service.
+- Enable test macro again as upstream fixed the issue.
+
+-------------------------------------------------------------------
+Fri Mar 10 19:31:56 UTC 2023 - Bjørn Lie
+
+- Temp disable test due to changes in new glib2 2.76.0 release:
+ wait for upstream to fix in either glib or in gnome-autoar.
+ https://gitlab.gnome.org/GNOME/gnome-autoar/-/issues/44
+
-------------------------------------------------------------------
Fri Feb 11 09:18:01 UTC 2022 - Bjørn Lie
diff --git a/gnome-autoar.obsinfo b/gnome-autoar.obsinfo
new file mode 100644
index 0000000..41023b7
--- /dev/null
+++ b/gnome-autoar.obsinfo
@@ -0,0 +1,4 @@
+name: gnome-autoar
+version: 0.4.4
+mtime: 1679041561
+commit: b387c2482d2a5c8efdfc8c7498f13cd3881685c0
diff --git a/gnome-autoar.spec b/gnome-autoar.spec
index fa71b3f..8841ba6 100644
--- a/gnome-autoar.spec
+++ b/gnome-autoar.spec
@@ -1,7 +1,7 @@
#
# spec file for package gnome-autoar
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,15 @@
Name: gnome-autoar
-Version: 0.4.3
+Version: 0.4.4
Release: 0
Summary: Automatic archives creating and extracting library
License: LGPL-2.0-or-later
Group: System/GUI/GNOME
URL: https://gitlab.gnome.org/GNOME/gnome-autoar
-Source0: https://download.gnome.org/sources/gnome-autoar/0.4/%{name}-%{version}.tar.xz
+# Sourceurl disabled, as we are using a git checkout via source services
+#Source0: https://download.gnome.org/sources/gnome-autoar/0.4/%%{name}-%%{version}.tar.xz
+Source0: %{name}-%{version}.tar.xz
BuildRequires: gtk-doc
BuildRequires: meson >= 0.56.0
@@ -130,11 +132,9 @@ This package brings files required to develop against gnome-autoar
%files -n libgnome-autoar-0-0
%license COPYING
-%{_libdir}/libgnome-autoar-0.so.0
-%{_libdir}/libgnome-autoar-0.so.0.1.2
+%{_libdir}/libgnome-autoar-0.so.*
%files -n libgnome-autoar-gtk-0-0
-%{_libdir}/libgnome-autoar-gtk-0.so.0
-%{_libdir}/libgnome-autoar-gtk-0.so.0.1.2
+%{_libdir}/libgnome-autoar-gtk-0.so.*
%changelog