Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libusbmuxd for openSUSE:Factory checked in at 2021-01-29 14:54:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libusbmuxd (Old) and /work/SRC/openSUSE:Factory/.libusbmuxd.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libusbmuxd" Fri Jan 29 14:54:55 2021 rev:10 rq:851385 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libusbmuxd/libusbmuxd.changes 2020-03-27 00:21:51.996152531 +0100 +++ /work/SRC/openSUSE:Factory/.libusbmuxd.new.28504/libusbmuxd.changes 2021-01-29 14:54:56.617319289 +0100 @@ -1,0 +2,16 @@ +Sun Nov 8 11:07:26 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update baselibs.conf + +------------------------------------------------------------------- +Mon Sep 21 07:27:02 UTC 2020 - Stefan Elser <[email protected]> + +- Update to 2.0.2: + - Handle USB and network devices with new options in tools + - Make connecting sockets non-blocking + - Rename library and all related files by adding an API version resulting in libusbmuxd-2.0 + - Allow to specify source address for listening socket in iproxy + - Allow to map multiple ports in iproxy + - Lots of bug fixes and other improvements + +------------------------------------------------------------------- Old: ---- 2.0.1.tar.gz New: ---- 2.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libusbmuxd.spec ++++++ --- /var/tmp/diff_new_pack.ozDUOX/_old 2021-01-29 14:54:57.829321073 +0100 +++ /var/tmp/diff_new_pack.ozDUOX/_new 2021-01-29 14:54:57.833321079 +0100 @@ -16,9 +16,9 @@ # -%define major 6 +%define libname libusbmuxd-2_0-6 Name: libusbmuxd -Version: 2.0.1 +Version: 2.0.2 Release: 0 Summary: A client library to multiplex connections from and to iOS devices License: LGPL-2.1-or-later AND GPL-2.0-or-later @@ -28,9 +28,9 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ -BuildRequires: libplist-devel >= 1.11 BuildRequires: libtool BuildRequires: pkgconfig +BuildRequires: pkgconfig(libplist-2.0) >= 2.2.0 %description 'usbmuxd' stands for "USB multiplexing daemon". This daemon is in charge of @@ -42,11 +42,13 @@ This package contains the usbmuxd communication interface library 'libusbmuxd'. -%package -n %{name}%{major} +%package -n %{libname} Summary: A client library to multiplex connections from and to iOS devices Recommends: usbmuxd +Provides: libusbmuxd6 = %{version} +Obsoletes: libusbmuxd6 < %{version} -%description -n %{name}%{major} +%description -n %{libname} '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 +60,7 @@ %package devel Summary: Development files for %{name} -Requires: %{name}%{major} = %{version} +Requires: %{libname} = %{version} %description devel 'usbmuxd' stands for "USB multiplexing daemon". This daemon is in charge of @@ -104,22 +106,24 @@ %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n %{name}%{major} -p /sbin/ldconfig -%postun -n %{name}%{major} -p /sbin/ldconfig +%post -n %{libname} -p /sbin/ldconfig +%postun -n %{libname} -p /sbin/ldconfig -%files -n %{name}%{major} +%files -n %{libname} %license COPYING %doc AUTHORS README.md -%{_libdir}/libusbmuxd.so.* +%{_libdir}/libusbmuxd-2.0.so.* %files devel %{_includedir}/usbmuxd.h %{_includedir}/usbmuxd-proto.h -%{_libdir}/%{name}.so -%{_libdir}/pkgconfig/%{name}.pc +%{_libdir}/libusbmuxd-2.0.so +%{_libdir}/pkgconfig/%{name}-2.0.pc %files tools %{_bindir}/iproxy %{_bindir}/inetcat +%{_mandir}/man1/inetcat.1%{?ext_man} +%{_mandir}/man1/iproxy.1%{?ext_man} %changelog ++++++ 2.0.1.tar.gz -> 2.0.2.tar.gz ++++++ ++++ 2176 lines of diff (skipped) ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.ozDUOX/_old 2021-01-29 14:54:57.997321320 +0100 +++ /var/tmp/diff_new_pack.ozDUOX/_new 2021-01-29 14:54:57.997321320 +0100 @@ -1 +1 @@ -libusbmuxd6 +libusbmuxd-2_0-6
