Ana Guerrero 2023-08-18 17:27:34 +00:00 committed by Git OBS Bridge
commit 285952e375
6 changed files with 26 additions and 9 deletions

View File

@ -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>

Binary file not shown.

BIN
libimobiledevice-1.3.0+190git.20230705.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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

View File

@ -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

View File

@ -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