diff --git a/_servicedata b/_servicedata index 04057b4..a7e6a1b 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git@github.com:libimobiledevice/libimobiledevice.git - 860ffb707af3af94467d2ece4ad258dda957c6cd \ No newline at end of file + 6fc41f57fc607df9b07446ca45bdf754225c9bd9 \ No newline at end of file diff --git a/libimobiledevice-1.3.0+179git.20230430.obscpio b/libimobiledevice-1.3.0+179git.20230430.obscpio deleted file mode 100644 index 93cb2db..0000000 --- a/libimobiledevice-1.3.0+179git.20230430.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c61c810ca8de900b716d518a10bc0c875d4645f7a4e5b6a043f3aaa604f3cc7 -size 1925644 diff --git a/libimobiledevice-1.3.0+190git.20230705.obscpio b/libimobiledevice-1.3.0+190git.20230705.obscpio new file mode 100644 index 0000000..1434cd2 --- /dev/null +++ b/libimobiledevice-1.3.0+190git.20230705.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e05f2619576707c1bc8762eef15b30e875d9ccc7ad6a0738fa3101fced13ad4 +size 1928716 diff --git a/libimobiledevice.changes b/libimobiledevice.changes index a4f0563..8c00e6f 100644 --- a/libimobiledevice.changes +++ b/libimobiledevice.changes @@ -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 diff --git a/libimobiledevice.obsinfo b/libimobiledevice.obsinfo index 1defc52..3319d3b 100644 --- a/libimobiledevice.obsinfo +++ b/libimobiledevice.obsinfo @@ -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 diff --git a/libimobiledevice.spec b/libimobiledevice.spec index e2c10c7..92f51c0 100644 --- a/libimobiledevice.spec +++ b/libimobiledevice.spec @@ -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