forked from pool/libimobiledevice
Accepting request 1103811 from hardware
OBS-URL: https://build.opensuse.org/request/show/1103811 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=44
This commit is contained in:
commit
285952e375
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git@github.com:libimobiledevice/libimobiledevice.git</param>
|
||||
<param name="changesrevision">860ffb707af3af94467d2ece4ad258dda957c6cd</param></service></servicedata>
|
||||
<param name="changesrevision">6fc41f57fc607df9b07446ca45bdf754225c9bd9</param></service></servicedata>
|
BIN
libimobiledevice-1.3.0+179git.20230430.obscpio
(Stored with Git LFS)
BIN
libimobiledevice-1.3.0+179git.20230430.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
libimobiledevice-1.3.0+190git.20230705.obscpio
(Stored with Git LFS)
Normal file
BIN
libimobiledevice-1.3.0+190git.20230705.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 14 08:26:07 UTC 2023 - dmueller@suse.com
|
||||
|
||||
- Update to version 1.3.0+190git.20230705:
|
||||
* tools/idevicecrashreport: Silence compiler warning
|
||||
* Silence (v)asprintf related compiler warnings
|
||||
* Updated OpenSSL-specific code to use OpenSSL 3.0+ API
|
||||
* 3rd_party/libsrp6a-sha512: Updated to work with OpenSSL 3.0+ API
|
||||
* 3rd_party/libsrp6a-sha512: Update function definitions to modern style
|
||||
* 3rd_party/ed25519: Silence compiler warning about missing return value for fread
|
||||
* tools/idevicedebug: Add missing default case for switch statement
|
||||
* tools/idevicedevmodectl: Add missing include
|
||||
* idevice: Add missing include for Windows
|
||||
* idevice: Fix network address handling in other code paths too
|
||||
* idevice: Use network addresses as is from what we get from (lib)usbmuxd
|
||||
- restrict to Cython < 3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 05 08:11:32 UTC 2023 - msuchanek@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libimobiledevice
|
||||
version: 1.3.0+179git.20230430
|
||||
mtime: 1682856559
|
||||
commit: 860ffb707af3af94467d2ece4ad258dda957c6cd
|
||||
version: 1.3.0+190git.20230705
|
||||
mtime: 1688555902
|
||||
commit: 6fc41f57fc607df9b07446ca45bdf754225c9bd9
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define libname libimobiledevice-1_0-6
|
||||
Name: libimobiledevice
|
||||
Version: 1.3.0+179git.20230430
|
||||
Version: 1.3.0+190git.20230705
|
||||
Release: 0
|
||||
Summary: Native protocols library for iOS devices
|
||||
License: LGPL-2.1-or-later
|
||||
@ -31,7 +31,7 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3-Cython >= 0.17
|
||||
BuildRequires: (python3-Cython >= 0.17 with python3-Cython < 3)
|
||||
BuildRequires: python3-plist
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: pkgconfig(libimobiledevice-glue-1.0) >= 1.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user