Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

5 changed files with 8 additions and 19 deletions

BIN
2.0.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1 +1 @@
libusbmuxd-2_0-7
libusbmuxd-2_0-6

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c35bf68f8e248434957bd5b234c389b02206a06ecd9303a7fb931ed7a5636b16
size 325055

View File

@ -1,13 +1,3 @@
-------------------------------------------------------------------
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>
@ -27,7 +17,7 @@ Mon Sep 21 07:27:02 UTC 2020 - Stefan Elser <suse@foomaster.de>
-------------------------------------------------------------------
Thu Mar 12 10:38:20 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.0.1:
- Update to 2.1.0:
- 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'

View File

@ -16,21 +16,20 @@
#
%define libname libusbmuxd-2_0-7
%define libname libusbmuxd-2_0-6
Name: libusbmuxd
Version: 2.1.0
Version: 2.0.2
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/releases/download/%{version}/%{name}-%{version}.tar.bz2
Source: https://github.com/libimobiledevice/libusbmuxd/archive/%{version}.tar.gz
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