Hello community,

here is the log from the commit of package libusbmuxd for openSUSE:Factory 
checked in at 2014-10-25 08:33:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libusbmuxd (Old)
 and      /work/SRC/openSUSE:Factory/.libusbmuxd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libusbmuxd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libusbmuxd/libusbmuxd.changes    2014-07-17 
06:58:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libusbmuxd.new/libusbmuxd.changes       
2014-10-25 08:33:19.000000000 +0200
@@ -1,0 +2,18 @@
+Fri Oct 17 03:58:00 CEST 2014 - [email protected]
+
+- Update to version 1.0.10
+  * Retry to connect to usbmuxd socket if first attempt failed (Linux/inotify)
+  * Avoid exporting non-public symbols
+  * Allow multiple connections to iproxy listen port
+  * Add ability to target device by UDID to iproxy
+  * Remove outdated/unmaintained Python and sftp examples
+  * Update README and rename license to more generic COPYING
+  * Rename header guards according to C++ standard
+  * Fix a few crashes related to using old usbmuxd daemon and broken pair
+  * records
+  * Fix out of tree build
+  * Fix leaking socket handles by properly closing them
+  * Check for validity of socket file descriptor
+  * Properly handle segmented send/receive situations to improve reliability
+
+-------------------------------------------------------------------

Old:
----
  libusbmuxd-1.0.9.tar.bz2

New:
----
  libusbmuxd-1.0.10.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libusbmuxd.spec ++++++
--- /var/tmp/diff_new_pack.bDgByX/_old  2014-10-25 08:33:21.000000000 +0200
+++ /var/tmp/diff_new_pack.bDgByX/_new  2014-10-25 08:33:21.000000000 +0200
@@ -17,12 +17,12 @@
 
 
 Name:           libusbmuxd
-Version:        1.0.9
+Version:        1.0.10
 Release:        0
 Summary:        A client library to multiplex connections from and to iOS 
devices
 License:        LGPL-2.1+ and GPL-2.0+
 Group:          System/Libraries
-Url:            http://cgit.sukimashita.com/libusbmuxd.git/
+Url:            http://cgit.sukimashita.com/libusbmuxd.git
 Source:         
http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
 BuildRequires:  gcc-c++
@@ -41,11 +41,11 @@
 
 This package contains the usbmuxd communication interface library 'libusbmuxd'.
 
-%package -n %{name}2
+%package -n %{name}4
 Summary:        A client library to multiplex connections from and to iOS 
devices
 Group:          System/Libraries
 
-%description -n %{name}2
+%description -n %{name}4
 'usbmuxd' stands for "USB multiplexing daemon". This daemon is in charge of
 multiplexing connections over USB to an iPhone or iPod touch. To users, it 
means
 you can sync your music, contacts, photos, etc. over USB. To developers, it
@@ -58,7 +58,7 @@
 %package devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries/C and C++
-Requires:       %{name}2 = %{version}
+Requires:       %{name}4 = %{version}
 
 %description devel
 'usbmuxd' stands for "USB multiplexing daemon". This daemon is in charge of
@@ -74,7 +74,7 @@
 %package -n iproxy
 Summary:        An example tool to forward localhost ports to iOS devices
 Group:          System/Libraries
-Requires:       %{name}2 = %{version}
+Requires:       %{name}4 = %{version}
 
 %description -n iproxy
 'usbmuxd' stands for "USB multiplexing daemon". This daemon is in charge of
@@ -102,11 +102,11 @@
 
 rm %{buildroot}%{_libdir}/%{name}.*a
 
-%post -n %{name}2 -p /sbin/ldconfig
+%post -n %{name}4 -p /sbin/ldconfig
 
-%postun -n %{name}2 -p /sbin/ldconfig
+%postun -n %{name}4 -p /sbin/ldconfig
 
-%files -n %{name}2
+%files -n %{name}4
 %defattr(-,root,root)
 %doc AUTHORS README
 %{_libdir}/libusbmuxd.so.*

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.bDgByX/_old  2014-10-25 08:33:21.000000000 +0200
+++ /var/tmp/diff_new_pack.bDgByX/_new  2014-10-25 08:33:21.000000000 +0200
@@ -1 +1 @@
-libusbmuxd2
+libusbmuxd4

++++++ libusbmuxd-1.0.9.tar.bz2 -> libusbmuxd-1.0.10.tar.bz2 ++++++
++++ 9244 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to