Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package usbmuxd for openSUSE:Factory checked 
in at 2023-06-12 15:27:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/usbmuxd (Old)
 and      /work/SRC/openSUSE:Factory/.usbmuxd.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "usbmuxd"

Mon Jun 12 15:27:19 2023 rev:37 rq:1092463 version:1.1.1+git48.01c94c7

Changes:
--------
--- /work/SRC/openSUSE:Factory/usbmuxd/usbmuxd.changes  2022-06-20 
15:39:24.079046033 +0200
+++ /work/SRC/openSUSE:Factory/.usbmuxd.new.15902/usbmuxd.changes       
2023-06-12 15:27:54.643570002 +0200
@@ -1,0 +2,21 @@
+Mon Jun 12 06:22:59 UTC 2023 - msucha...@suse.com
+
+- Update to version 1.1.1+git48.01c94c7:
+  * Update to use latest libplist code (boo#1212194)
+  * Set default value for ENV_DEV_MODE
+  * udev: Fix freezing on OpenRC caused by a raced execution of usbmuxd
+  * Guess current mode based on available configurations and interfaces. 
Switch mode only if guess is different than desired mode.
+  * Support switching to different "modes" using vendor specific control 
messages. Use USBMUXD_DEFAULT_DEVICE_MODE env. var. to let the user control 
desired mode.
+  * preflight: Assume old iOS version if retrieval of ProductVersion fails
+  * usb: Enable Apple Silicon restore mode
+  * Add option to allow changing the location of or disabling the pidfile
+  * Fix parsing -S as short option for --socket
+  * Allow specifying a custom listen address:port or unix socket
+  * usb: Allow configuration 5 after verifying it is actualy usable
+  * device: Add device id to device_control_input() log messages
+  * Post release version bump to 1.1.2
+- Drop usptreamed patches:
+  - usbmuxd-add-socket-option.patch
+  - usbmuxd-add-pid-option.patch
+
+-------------------------------------------------------------------

Old:
----
  usbmuxd-1.1.1.tar.gz
  usbmuxd-add-pid-option.patch
  usbmuxd-add-socket-option.patch

New:
----
  _service
  _servicedata
  usbmuxd-1.1.1+git48.01c94c7.tar.gz

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

Other differences:
------------------
++++++ usbmuxd.spec ++++++
--- /var/tmp/diff_new_pack.re1Rfp/_old  2023-06-12 15:27:55.375574332 +0200
+++ /var/tmp/diff_new_pack.re1Rfp/_new  2023-06-12 15:27:55.379574356 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package usbmuxd
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,27 +18,25 @@
 
 %{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir 
udev)/rules.d}
 Name:           usbmuxd
-Version:        1.1.1
+Version:        1.1.1+git48.01c94c7
 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:         
https://github.com/libimobiledevice/usbmuxd/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source:         %{name}-%{version}.tar.gz
 Source1:        %{name}.sysusers
 Source99:       baselibs.conf
-Patch0:         usbmuxd-add-socket-option.patch
-Patch1:         usbmuxd-add-pid-option.patch
 Patch2:         usbmuxd-run-dir.patch
 Patch3:         harden_usbmuxd.service.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
-BuildRequires:  sysuser-tools
 BuildRequires:  pkgconfig
+BuildRequires:  sysuser-tools
 BuildRequires:  pkgconfig(libimobiledevice-1.0) >= 1.3.0
-BuildRequires:  pkgconfig(libplist-2.0) >= 2.2.0
+BuildRequires:  pkgconfig(libplist-2.0) >= 2.3.0
 BuildRequires:  pkgconfig(libusb-1.0) >= 1.0.9
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(udev)
@@ -61,7 +59,8 @@
 autoreconf -fiv
 %configure \
   --with-udevrulesdir=%{_udevrulesdir} \
-  --with-systemdsystemunitdir=%{_unitdir}
+  --with-systemdsystemunitdir=%{_unitdir} \
+  PACKAGE_VERSION=%{version}
 %make_build
 
 %install

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="scm">git</param>
    <param name="url">https://github.com/libimobiledevice/usbmuxd</param>
    <param name="revision">master</param>
    <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*.tar</param>
    <param name="compression">gz</param>
  </service>
  <service name="set_version" mode="disabled" />
</services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/libimobiledevice/usbmuxd</param>
              <param 
name="changesrevision">01c94c77f59404924f1c46d99c4e5e0c7817281b</param></service></servicedata>
(No newline at EOF)

Reply via email to