Accepting request 1225789 from hardware
OBS-URL: https://build.opensuse.org/request/show/1225789 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice?expand=0&rev=45
This commit is contained in:
commit
865f4a0e5f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 22 10:07:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- add python3-setuptools for python 3.13 support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 14 08:26:07 UTC 2023 - dmueller@suse.com
|
Mon Aug 14 08:26:07 UTC 2023 - dmueller@suse.com
|
||||||
|
|
||||||
@ -252,7 +257,7 @@ Wed Jul 29 06:06:53 UTC 2015 - i@marguerite.su
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 18 23:35:28 UTC 2015 - crrodriguez@opensuse.org
|
Sat Jul 18 23:35:28 UTC 2015 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
- libimobiledevice-nosslv3.patch: In tumbleweed, SSLv3_method
|
- libimobiledevice-nosslv3.patch: In tumbleweed, SSLv3_method
|
||||||
fails because there is no sslv3 support, use SSLv233_method instead
|
fails because there is no sslv3 support, use SSLv233_method instead
|
||||||
to negotiate the highest TLS version available.
|
to negotiate the highest TLS version available.
|
||||||
|
|
||||||
@ -433,7 +438,7 @@ Mon Jul 8 23:08:39 UTC 2013 - dimstar@opensuse.org
|
|||||||
+ Crash fixes.
|
+ Crash fixes.
|
||||||
+ iOS 6+ compatibility fixes.
|
+ iOS 6+ compatibility fixes.
|
||||||
+ An important API change related to service lifecycle
|
+ An important API change related to service lifecycle
|
||||||
management.
|
management.
|
||||||
- Drop libimobiledevice-cython1.16-detection.patch: fixed upstream.
|
- Drop libimobiledevice-cython1.16-detection.patch: fixed upstream.
|
||||||
- Drop libimobiledevice-segfault-fix.patch: fixed upstream.
|
- Drop libimobiledevice-segfault-fix.patch: fixed upstream.
|
||||||
- Change _lname defines to libimobiledevice4, following upstreams
|
- Change _lname defines to libimobiledevice4, following upstreams
|
||||||
@ -508,7 +513,7 @@ Tue Jul 26 07:02:28 UTC 2011 - coolo@novell.com
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 26 09:50:48 UTC 2011 - idonmez@novell.com
|
Thu May 26 09:50:48 UTC 2011 - idonmez@novell.com
|
||||||
|
|
||||||
- Add libimobiledevice-swig-2x.patch: support swig 2.x
|
- Add libimobiledevice-swig-2x.patch: support swig 2.x
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 12 16:05:12 UTC 2011 - dimstar@opensuse.org
|
Thu May 12 16:05:12 UTC 2011 - dimstar@opensuse.org
|
||||||
@ -643,7 +648,7 @@ Tue Feb 02 17:59:51 CEST 2010 - opensuse@sukimashita.com
|
|||||||
* Fix regression causing never paired devices to not work by adding
|
* Fix regression causing never paired devices to not work by adding
|
||||||
auto-pairing for devices in lockdownd_client_new_with_handshake
|
auto-pairing for devices in lockdownd_client_new_with_handshake
|
||||||
* Add file_relay service implementation and dev test tool
|
* Add file_relay service implementation and dev test tool
|
||||||
* Minor device link service fixes
|
* Minor device link service fixes
|
||||||
* New idevicebackup tool with support for full and incremental backups
|
* New idevicebackup tool with support for full and incremental backups
|
||||||
* Add mobilebackup service implementation
|
* Add mobilebackup service implementation
|
||||||
|
|
||||||
|
@ -39,6 +39,7 @@ BuildRequires: pkgconfig(libplist-2.0) >= 2.3.0
|
|||||||
BuildRequires: pkgconfig(libssl)
|
BuildRequires: pkgconfig(libssl)
|
||||||
BuildRequires: pkgconfig(libusbmuxd-2.0) >= 2.0.2
|
BuildRequires: pkgconfig(libusbmuxd-2.0) >= 2.0.2
|
||||||
BuildRequires: pkgconfig(python3)
|
BuildRequires: pkgconfig(python3)
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libimobiledevice is a software library that talks the protocols to support
|
libimobiledevice is a software library that talks the protocols to support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user