Hello community,

here is the log from the commit of package usbmuxd for openSUSE:Factory checked 
in at 2020-04-05 20:55:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/usbmuxd (Old)
 and      /work/SRC/openSUSE:Factory/.usbmuxd.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "usbmuxd"

Sun Apr  5 20:55:39 2020 rev:31 rq:791480 version:1.1.0+git.20200121

Changes:
--------
--- /work/SRC/openSUSE:Factory/usbmuxd/usbmuxd.changes  2019-09-09 
12:36:00.837466146 +0200
+++ /work/SRC/openSUSE:Factory/.usbmuxd.new.3248/usbmuxd.changes        
2020-04-05 20:55:47.409329725 +0200
@@ -1,0 +2,15 @@
+Sun Apr  5 07:23:22 UTC 2020 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 1.1.0+git.20200121:
+  * Fix udev rules
+  * device: Fix potential deadlock (#130)
+  * Support T2 chip in restore mode
+  * Fix compatibility with latest changes in libimobiledevice
+  * Define _BSD_SOURCE again for older platforms.
+  * preflight: Prevent possible UaF if usb device is removed while preflight 
is in progress
+  * device: Make sure to operate on the copy of the device list in 
device_get_list()
+  * Replace obsolete _BSD_SOURCE define with _DEFAULT_SOURCE
+  * preflight: Let insecure notification proxy terminate when pairing is done
+  * device: Plug memory leak in error condition when TH_SYN sending fails
+
+-------------------------------------------------------------------

Old:
----
  usbmuxd-1.1.0.tar.bz2

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

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

Other differences:
------------------
++++++ usbmuxd.spec ++++++
--- /var/tmp/diff_new_pack.QoEsBt/_old  2020-04-05 20:55:48.949331377 +0200
+++ /var/tmp/diff_new_pack.QoEsBt/_new  2020-04-05 20:55:48.953331382 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package usbmuxd
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,16 @@
 
 %{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir 
udev)/rules.d}
 Name:           usbmuxd
-Version:        1.1.0
+Version:        1.1.0+git.20200121
 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://cgit.sukimashita.com/usbmuxd.git
-Source:         
http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
+Source:         %{name}-%{version}.tar.gz
 Source99:       baselibs.conf
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -50,6 +52,7 @@
 %autosetup
 
 %build
+autoreconf -fiv
 %configure \
   --with-udevrulesdir=%{_udevrulesdir} \
   --with-systemdsystemunitdir=%{_unitdir}
@@ -70,18 +73,16 @@
 %post
 %{?udev_rules_update:%udev_rules_update}
 %service_add_post usbmuxd.service
-/sbin/ldconfig
 
 %postun
 %service_del_postun usbmuxd.service
-/sbin/ldconfig
 
 %files
 %license COPYING.GPLv2 COPYING.GPLv3
-%doc AUTHORS README
-%{_mandir}/man1/usbmuxd.1%{?ext_man}
+%doc AUTHORS README.md
 %{_sbindir}/usbmuxd
 %{_sbindir}/rc%{name}
+%{_mandir}/man8/usbmuxd.8%{?ext_man}
 %{_udevrulesdir}/39-usbmuxd.rules
 %{_unitdir}/usbmuxd.service
 

++++++ _service ++++++
<services>
  <service mode="disabled" name="obs_scm">
    <param name="url">g...@github.com:libimobiledevice/usbmuxd.git</param>
    <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
    <param name="filename">usbmuxd</param>
    <param name="versionformat">1.1.0+git.%cd</param>
  </service>
  <service mode="disabled" name="set_version"/>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="file">*.tar</param>
    <param name="compression">gz</param>
  </service>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">g...@github.com:libimobiledevice/usbmuxd.git</param>
              <param 
name="changesrevision">8a69f1a78a58476f77b66916091d2405d0cd815f</param></service></servicedata>++++++
 usbmuxd.obsinfo ++++++
name: usbmuxd
version: 1.1.0+git.20200121
mtime: 1579572957
commit: 8a69f1a78a58476f77b66916091d2405d0cd815f


Reply via email to