Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package usbmuxd for openSUSE:Factory checked 
in at 2021-02-04 20:24:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/usbmuxd (Old)
 and      /work/SRC/openSUSE:Factory/.usbmuxd.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "usbmuxd"

Thu Feb  4 20:24:19 2021 rev:33 rq:869111 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/usbmuxd/usbmuxd.changes  2020-04-09 
23:15:31.678247038 +0200
+++ /work/SRC/openSUSE:Factory/.usbmuxd.new.28504/usbmuxd.changes       
2021-02-04 20:24:52.722899755 +0100
@@ -1,0 +2,36 @@
+Wed Feb  3 17:13:29 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Update to 1.1.1:
+  * Features
+    - Make use of libusb hotplug events for device discovery
+    - Get correct USB device speed instead of hardcoded value
+    - Bump libusb dependency to 1.0.9
+    - Use non-blocking sockets for client communication to avoid hanging
+    - Use correct manual section (8) for manpage
+    - Log pid of connecting clients if supported
+    - Implement device discovery using libusb hotplug events
+    - Log error message if writing a config file fails
+    - Tag all udev events with systemd tag
+    - Set socket options for client connections to improve performance
+    - Implement ListListeners usbmux command handling
+    - Bump libimobiledevice dependency to 1.3.0
+    - Bump libplist dependency to 2.2.0
+    - Add support for iPhone XS/XR UDID format
+    - Add option to allow logging to dedicated logfile
+    - Convert README file to markdown format
+    - Add support for connecting with T2 chip
+    - Show actual libusb version in debug message on startup
+    - Enable libusb debugging output
+    - Log client process name alongside pid if possible on Linux
+    - Unify and improve log message output
+    - Improve README.md with project description, installation, contributing 
and usage sections
+  * Bug Fixes
+    - Use clock_gettime() instead of gettimeofday() to avoid timing issues 
when calculating packet timeouts
+    - Fix wrong timeout value in debug messages
+    - Fix blocking by using libusb asynchronous I/O for getting initial device 
information
+    - Fix occasional USB reconfiguration due to udev rules being run again
+    - Fix wrong timestamps when running in foreground
+    - Fix USB reconnection issues on virtual machines with iOS 11+ devices
+    - Various memory leak, deadlock and invalid free fixes
+
+-------------------------------------------------------------------

Old:
----
  _service
  _servicedata
  usbmuxd-1.1.0+git.20200121.obscpio
  usbmuxd.obsinfo

New:
----
  usbmuxd-1.1.1.tar.gz

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

Other differences:
------------------
++++++ usbmuxd.spec ++++++
--- /var/tmp/diff_new_pack.dQdo4K/_old  2021-02-04 20:24:53.326900675 +0100
+++ /var/tmp/diff_new_pack.dQdo4K/_new  2021-02-04 20:24:53.330900682 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package usbmuxd
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,22 +18,22 @@
 
 %{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir 
udev)/rules.d}
 Name:           usbmuxd
-Version:        1.1.0+git.20200121
+Version:        1.1.1
 Release:        0
 Summary:        A socket daemon to multiplex connections from and to iOS 
devices
 License:        GPL-2.0-only OR GPL-3.0-only
 Group:          System/Libraries
 URL:            https://github.com/libimobiledevice/usbmuxd
-Source:         %{name}-%{version}.tar.gz
+Source:         
https://github.com/libimobiledevice/usbmuxd/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source99:       baselibs.conf
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(libimobiledevice-1.0) >= 1.1.6
-BuildRequires:  pkgconfig(libplist) >= 1.11
-BuildRequires:  pkgconfig(libusb-1.0) >= 1.0.3
+BuildRequires:  pkgconfig(libimobiledevice-1.0) >= 1.3.0
+BuildRequires:  pkgconfig(libplist-2.0) >= 2.2.0
+BuildRequires:  pkgconfig(libusb-1.0) >= 1.0.9
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(udev)
 Requires(pre):  group(nogroup)

Reply via email to