File project.diff of Package libusbmuxd
--- libusbmuxd.changes.orig
+++ libusbmuxd.changes
@@ -1,4 +1,14 @@
-------------------------------------------------------------------
+Tue Feb 25 22:00:25 UTC 2025 - Stanislav Brabec <sbrabec@suse.com>
+
+- Update to version 2.1.0:
+ - Socket code has been moved to libimobiledevice-glue library
+ - Code cleanup (clang-tidy) and improvements
+ - autoconf: Fix clang-16 breakage
+ - Add libusbmuxd_version() function to interface
+ - iproxy: Use updated socket_create API to listen on IPv4 and IPv6 with a single socket
+
+-------------------------------------------------------------------
Sun Nov 8 11:07:26 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update baselibs.conf
@@ -17,7 +27,7 @@ Mon Sep 21 07:27:02 UTC 2020 - Stefan El
-------------------------------------------------------------------
Thu Mar 12 10:38:20 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
-- Update to 2.1.0:
+- Update to 2.0.1:
- Add proper support for USB and network (WiFi sync) devices reported by usbmuxd
- Add new usbmuxd_events_subscribe/unsubscribe functions with a context so it can be used in different threads
- Add new tool 'icat'
--- libusbmuxd.spec.orig
+++ libusbmuxd.spec
@@ -16,20 +16,21 @@
#
-%define libname libusbmuxd-2_0-6
+%define libname libusbmuxd-2_0-7
Name: libusbmuxd
-Version: 2.0.2
+Version: 2.1.0
Release: 0
Summary: A client library to multiplex connections from and to iOS devices
License: LGPL-2.1-or-later AND GPL-2.0-or-later
URL: https://github.com/libimobiledevice/libusbmuxd
-Source: https://github.com/libimobiledevice/libusbmuxd/archive/%{version}.tar.gz
+Source: https://github.com/libimobiledevice/libusbmuxd/releases/download/%{version}/%{name}-%{version}.tar.bz2
Source99: baselibs.conf
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: pkgconfig
+BuildRequires: pkgconfig(libimobiledevice-glue-1.0) >= 1.2.0
BuildRequires: pkgconfig(libplist-2.0) >= 2.2.0
%description