forked from pool/libusbmuxd
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
b2dfdb53e6 | |||
|
9ebb259fd0 | ||
|
c905d2ea61 |
BIN
2.0.2.tar.gz
(Stored with Git LFS)
BIN
2.0.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1 +1 @@
|
|||||||
libusbmuxd-2_0-6
|
libusbmuxd-2_0-7
|
||||||
|
3
libusbmuxd-2.1.0.tar.bz2
Normal file
3
libusbmuxd-2.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c35bf68f8e248434957bd5b234c389b02206a06ecd9303a7fb931ed7a5636b16
|
||||||
|
size 325055
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sun Nov 8 11:07:26 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
@ -17,7 +27,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>
|
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 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 usbmuxd_events_subscribe/unsubscribe functions with a context so it can be used in different threads
|
||||||
- Add new tool 'icat'
|
- Add new tool 'icat'
|
||||||
|
@ -16,20 +16,21 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define libname libusbmuxd-2_0-6
|
%define libname libusbmuxd-2_0-7
|
||||||
Name: libusbmuxd
|
Name: libusbmuxd
|
||||||
Version: 2.0.2
|
Version: 2.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A client library to multiplex connections from and to iOS devices
|
Summary: A client library to multiplex connections from and to iOS devices
|
||||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||||
URL: https://github.com/libimobiledevice/libusbmuxd
|
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
|
Source99: baselibs.conf
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: pkgconfig(libimobiledevice-glue-1.0) >= 1.2.0
|
||||||
BuildRequires: pkgconfig(libplist-2.0) >= 2.2.0
|
BuildRequires: pkgconfig(libplist-2.0) >= 2.2.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user