diff --git a/_servicedata b/_servicedata
index dbd6bb5..4c71a5d 100644
--- a/_servicedata
+++ b/_servicedata
@@ -3,4 +3,4 @@
git@github.com:libimobiledevice/libimobiledevice.git
b3d35fbcf7a1ac669c2e80fbd58920941a5d4c0c
git@github.com:libimobiledevice/libimobiledevice-glue.git
- 499a5578b15235d00bc492068635de45bec1807d
\ No newline at end of file
+ 214bafdde6a1434ead87357afe6cb41b32318495
\ No newline at end of file
diff --git a/libimobiledevice-glue-0~git.20210925.obscpio b/libimobiledevice-glue-0~git.20210925.obscpio
deleted file mode 100644
index b49684b..0000000
--- a/libimobiledevice-glue-0~git.20210925.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:5c6e487e17fe81486d2552a728cb8cc8f92249a8ed0dfd5fc02d35bb1d2faabc
-size 143883
diff --git a/libimobiledevice-glue-0~git.20230513.obscpio b/libimobiledevice-glue-0~git.20230513.obscpio
new file mode 100644
index 0000000..3fce195
--- /dev/null
+++ b/libimobiledevice-glue-0~git.20230513.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c7288aabe6dac7657c0cdae6786ff97306e47ab6570a02ac01bcbddf15d01900
+size 167947
diff --git a/libimobiledevice-glue.changes b/libimobiledevice-glue.changes
index ea707b1..4f73986 100644
--- a/libimobiledevice-glue.changes
+++ b/libimobiledevice-glue.changes
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Fri Jun 02 11:11:11 UTC 2023 - msuchanek@suse.com
+
+- Update to version 0~git.20230513:
+ * Set minimum required libplist version to 2.3.0
+ * Remove plist-related code in favor of new libplist API
+ * termcolors: Rename COLOR_* macros to FG_* due to conflict with ncurses
+ * Updated README with pkg-config requirement
+ * utils: Use libplist's plist_from_memory instead of duplicating format detection
+ * Add support for Apple's OPACK encoding and TLV format
+ * utils: Fix bad malloc result check in buffer_read_from_filename and test arguments for NULL
+
-------------------------------------------------------------------
Sat Oct 9 14:31:39 UTC 2021 - Sebastian Wagner
diff --git a/libimobiledevice-glue.obsinfo b/libimobiledevice-glue.obsinfo
index 46dcc6f..461631e 100644
--- a/libimobiledevice-glue.obsinfo
+++ b/libimobiledevice-glue.obsinfo
@@ -1,5 +1,4 @@
name: libimobiledevice-glue
-version: 0~git.20210925
-mtime: 1632523732
-commit: 499a5578b15235d00bc492068635de45bec1807d
-
+version: 0~git.20230513
+mtime: 1683946902
+commit: 214bafdde6a1434ead87357afe6cb41b32318495
diff --git a/libimobiledevice-glue.spec b/libimobiledevice-glue.spec
index c930471..466bcf6 100644
--- a/libimobiledevice-glue.spec
+++ b/libimobiledevice-glue.spec
@@ -1,7 +1,7 @@
#
# spec file for package libimobiledevice-glue
#
-# Copyright (c) 2021 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
@@ -18,7 +18,7 @@
%define libname libimobiledevice-glue-1_0-0
Name: libimobiledevice-glue
-Version: 0~git.20210925
+Version: 0~git.20230513
Release: 0
Summary: Native protocols library for iOS devices
License: LGPL-2.1-or-later
@@ -29,7 +29,7 @@ BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: pkgconfig
-BuildRequires: pkgconfig(libplist-2.0) >= 2.2.0
+BuildRequires: pkgconfig(libplist-2.0) >= 2.3.0
%description
A library with common code used by libraries and tools around the libimobiledevice project.
@@ -58,7 +58,7 @@ sed -i -e 's/-L${libdir}//' src/%{name}-1.0.pc.in
%build
autoreconf -fvi
-%configure \
+%configure PACKAGE_VERSION=%{version} \
--disable-silent-rules \
--disable-static
%make_build