Hello community, here is the log from the commit of package libimobiledevice for openSUSE:Factory checked in at 2014-10-25 08:33:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libimobiledevice (Old) and /work/SRC/openSUSE:Factory/.libimobiledevice.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libimobiledevice" Changes: -------- --- /work/SRC/openSUSE:Factory/libimobiledevice/libimobiledevice.changes 2014-07-17 06:58:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libimobiledevice.new/libimobiledevice.changes 2014-10-25 08:33:21.000000000 +0200 @@ -1,0 +2,37 @@ +Fri Oct 17 04:39:00 CEST 2014 - [email protected] + +- Update to version 1.1.7 + * Fix broken app args, environment handling and memory leaks in idevicedebug + * Make all tools print an error if lockdown connection fails + * Convert int16_t macro error types into enum for better type-checking and + * for various debugging benefits + * Avoid exporting non-public symbols for better ABI stability + * Fix failing backup process for devices having a passcode set and entering + * lock state during the process in idevicebackup2 + * API: Added lockdownd_start_service_with_escrow_bag() + * API: Added afc_remove_path_and_contents() for recursive deletion + * Fix last memory leak with OpenSSL through proper library deinitialization + * Add new idevicedebug tool to interact with debugserver on a device + * API: Add debugserver service implementation + * Handle new PermissionDenied error of file_relay due new security in iOS 8+ + * Fix retry loop problem when device requests 0 files in idevicebackup2 + * Add trust dialog related error codes to Cython bindings + * Fix various memory leaks in AFC implementation + * Fix disk image upload with latest iOS 8 in ideviceimagemounter + * Add new "dump" command to print information about a provisioning profile in + * ideviceprovision + * Refactor plist print helper code and move it into common module for better + * reuse accross the tools + * Do not crash if retrieving the system buid fails + * API: Make generic "propery_list_service_client" public + * Moved doc comments from private to public headers + * Fix possible segfault when using lockdownd_get_value() due to always + * returning success + * Do not read files entirely into memory during restore in idevicebackup + * Plug a few memory leaks and fix invalid password check in idevicebackup2 + * Add support for file sizes > 4GB on Win32 in idevicebackup2 + * Fix declaration for DllMain on Win32 + * Silence various compiler warnings + * Fix assert within pairing logic + +------------------------------------------------------------------- Old: ---- libimobiledevice-1.1.6.tar.bz2 New: ---- libimobiledevice-1.1.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libimobiledevice.spec ++++++ --- /var/tmp/diff_new_pack.Kg66nK/_old 2014-10-25 08:33:23.000000000 +0200 +++ /var/tmp/diff_new_pack.Kg66nK/_new 2014-10-25 08:33:23.000000000 +0200 @@ -16,11 +16,11 @@ # -%define _name libimobiledevice4 +%define _name libimobiledevice5 Name: libimobiledevice -Version: 1.1.6 +Version: 1.1.7 Release: 0 -Summary: Native protocols library for iPhone, iPod Touch and iPad +Summary: Native protocols library for iOS devices License: LGPL-2.1+ Group: System/Libraries Url: http://www.libimobiledevice.org @@ -42,14 +42,14 @@ %description libimobiledevice is a software library that talks the protocols to support -iPhone, iPod Touch and iPad devices. Unlike other projects, it does not depend -on using any existing `.dll` or `.so` libraries from Apple. +iOS devices. Unlike other projects, it does not depend on using any existing +`.dll` or `.so` libraries from Apple. %package -n %{_name} -Summary: Native protocols library for iPhone, iPod Touch and iPad +Summary: Native protocols library for iOS devices License: LGPL-2.1+ Group: System/Libraries -Requires: libusbmuxd2 >= 1.0.9 +Requires: libusbmuxd4 >= 1.0.9 Provides: %{name} = %{version} Obsoletes: %{name} < %{version} Provides: libiphone0 = %{version} @@ -57,8 +57,8 @@ %description -n %{_name} libimobiledevice is a software library that talks the protocols to support -iPhone, iPod Touch and iPad devices. Unlike other projects, it does not depend -on using any existing `.dll` or `.so` libraries from Apple. +iOS devices. Unlike other projects, it does not depend on using any existing +`.dll` or `.so` libraries from Apple. %package devel Summary: Development files for %{_name} @@ -72,7 +72,7 @@ developing applications that use %{_name}. %package -n imobiledevice-tools -Summary: Tools using %{_name} for iPhone, iPod Touch and iPad +Summary: Tools using %{_name} for iOS devices License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Multimedia/Other Requires: %{_name} = %{version} @@ -81,8 +81,8 @@ %description -n imobiledevice-tools libimobiledevice is a software library that talks the protocols to support -iPhone, iPod Touch and iPad devices. Unlike other projects, it does not depend -on using any existing `.dll` or `.so` libraries from Apple. +iOS devices. Unlike other projects, it does not depend on using any existing +`.dll` or `.so` libraries from Apple. %package doc Summary: API Reference Documentation for %{_name} @@ -143,6 +143,7 @@ %{_bindir}/idevicesyslog %{_bindir}/idevicebackup %{_bindir}/idevicebackup2 +%{_bindir}/idevicedebug %{_bindir}/idevicedebugserverproxy %{_bindir}/idevicediagnostics %{_bindir}/ideviceimagemounter @@ -158,6 +159,7 @@ %doc %{_mandir}/man1/idevicesyslog.1%{?ext_man} %doc %{_mandir}/man1/idevicebackup.1%{?ext_man} %doc %{_mandir}/man1/idevicebackup2.1%{?ext_man} +%doc %{_mandir}/man1/idevicedebug.1%{?ext_man} %doc %{_mandir}/man1/idevicedebugserverproxy.1%{?ext_man} %doc %{_mandir}/man1/idevicediagnostics.1%{?ext_man} %doc %{_mandir}/man1/ideviceimagemounter.1%{?ext_man} ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.Kg66nK/_old 2014-10-25 08:33:23.000000000 +0200 +++ /var/tmp/diff_new_pack.Kg66nK/_new 2014-10-25 08:33:23.000000000 +0200 @@ -1 +1 @@ -libimobiledevice4 +libimobiledevice5 ++++++ libimobiledevice-1.1.6.tar.bz2 -> libimobiledevice-1.1.7.tar.bz2 ++++++ ++++ 45181 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
