Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libimobiledevice for 
openSUSE:Factory checked in at 2023-06-09 20:37:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libimobiledevice (Old)
 and      /work/SRC/openSUSE:Factory/.libimobiledevice.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libimobiledevice"

Fri Jun  9 20:37:06 2023 rev:43 rq:1091444 version:1.3.0+179git.20230430

Changes:
--------
--- /work/SRC/openSUSE:Factory/libimobiledevice/libimobiledevice.changes        
2022-01-27 23:16:22.939220490 +0100
+++ 
/work/SRC/openSUSE:Factory/.libimobiledevice.new.15902/libimobiledevice.changes 
    2023-06-09 20:38:08.238797989 +0200
@@ -1,0 +2,36 @@
+Mon Jun 05 08:11:32 UTC 2023 - [email protected]
+
+- Update to version 1.3.0+179git.20230430:
+  * Updated to use latest libplist API changes
+  * installation_proxy: Handle BundleIDs in instproxy_client_options_add
+  * idevice: Fix connections to <= iOS 5 devices with OpenSSL 3
+  * idevicebackup2: Fix missing break in switch case statement
+  * tools/ideviceimagemounter: Notify user of missing Developer Mode on iOS 16+
+  * tools: Add idevicedevmodectl tool
+  * lockdown: Fix error parsing for older iOS versions
+  * Support OpenSSL built without OPENSSL_ENGINE
+  * idevicedebugserverproxy: Add support for 'qLaunchGDBServer' command of lldb
+  * idevice: Fix OpenSSL 3.0 internal error on read timeout
+  * tools: Fix idevicebackup2 option parsing for --password option
+  * idevicebackup2: Fix option parsing
+  * instproxy: Use synchronous mode when callbacks are NULL, as documented
+  * Add new idevice_events_subscribe/unsubscribe API with context
+  * Initial commit of working packet logger (idevicebtlogger)
+  * ideviceinfo: Make sure all error messages go to stderr
+  * tools: Use getopt for option parsing in all tools
+  * idevice: Fix mistreatment of 0-byte sent cases
+  * idevicebackup2: Allow passing backup password via environment variable
+  * idevicedebug: Add 'kill' command to kill a (debuggable) app by bundle ID
+  * Handle connection failures in debugserver_client_receive_response; also 
simplify the code
+  * Add timeout and interrupt handling to debugserver. Fix 
debugserver_client_handle_response
+  * idevicedebug: Process "Wxx" response as "exited with code xx"
+  * idevicecrashreport: Allow filtering crash reports by filename
+  * idevicedebugserverproxy: Allow binding to any available port
+  * idevicedebug: Gracefully fail on invalid bundle IDs
+  * tools: Correct misspelled directionary -> dictionary in function name
+  * diagnostics_relay: Check for errors after sending requests to service 
connection
+  * Add support for wireless pairing
+  * tools: Print meaningful error messages when service startup fails
+  * Add Reverse Proxy implementation
+
+-------------------------------------------------------------------

Old:
----
  libimobiledevice-1.3.0+git.20210921.obscpio

New:
----
  libimobiledevice-1.3.0+179git.20230430.obscpio

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

Other differences:
------------------
++++++ libimobiledevice.spec ++++++
--- /var/tmp/diff_new_pack.K8BFqP/_old  2023-06-09 20:38:12.886824980 +0200
+++ /var/tmp/diff_new_pack.K8BFqP/_new  2023-06-09 20:38:12.890825004 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libimobiledevice
 #
-# Copyright (c) 2020 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,7 +18,7 @@
 
 %define libname libimobiledevice-1_0-6
 Name:           libimobiledevice
-Version:        1.3.0+git.20210921
+Version:        1.3.0+179git.20230430
 Release:        0
 Summary:        Native protocols library for iOS devices
 License:        LGPL-2.1-or-later
@@ -30,15 +30,15 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  python3-Cython >= 0.17
 BuildRequires:  python-rpm-macros
+BuildRequires:  python3-Cython >= 0.17
 BuildRequires:  python3-plist
 BuildRequires:  readline-devel
-BuildRequires:  pkgconfig(libplist-2.0) >= 2.2.0
+BuildRequires:  pkgconfig(libimobiledevice-glue-1.0) >= 1.0.0
+BuildRequires:  pkgconfig(libplist-2.0) >= 2.3.0
 BuildRequires:  pkgconfig(libssl)
 BuildRequires:  pkgconfig(libusbmuxd-2.0) >= 2.0.2
 BuildRequires:  pkgconfig(python3)
-BuildRequires:  pkgconfig(libimobiledevice-glue-1.0)
 
 %description
 libimobiledevice is a software library that talks the protocols to support
@@ -92,7 +92,7 @@
 %configure \
   --disable-silent-rules \
   --disable-static \
-  PYTHON=%{_bindir}/python3
+  PYTHON=%{_bindir}/python3 PACKAGE_VERSION=%{version}
 %make_build
 
 %install
@@ -114,7 +114,9 @@
 %files -n imobiledevice-tools
 %doc AUTHORS NEWS README.md
 %{_bindir}/idevice_id
+%{_bindir}/idevicebtlogger
 %{_bindir}/idevicecrashreport
+%{_bindir}/idevicedevmodectl
 %{_bindir}/idevicepair
 %{_bindir}/ideviceinfo
 %{_bindir}/idevicesyslog
@@ -132,7 +134,9 @@
 %{_bindir}/ideviceprovision
 %{_bindir}/idevicenotificationproxy
 %{_mandir}/man1/idevice_id.1%{?ext_man}
+%{_mandir}/man1/idevicebtlogger.1%{?ext_man}
 %{_mandir}/man1/idevicecrashreport.1%{?ext_man}
+%{_mandir}/man1/idevicedevmodectl.1%{?ext_man}
 %{_mandir}/man1/idevicepair.1%{?ext_man}
 %{_mandir}/man1/ideviceinfo.1%{?ext_man}
 %{_mandir}/man1/idevicesyslog.1%{?ext_man}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.K8BFqP/_old  2023-06-09 20:38:12.922825189 +0200
+++ /var/tmp/diff_new_pack.K8BFqP/_new  2023-06-09 20:38:12.946825329 +0200
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>
     <param name="filename">libimobiledevice</param>
-    <param name="versionformat">1.3.0+git.%cd</param>
+    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@git.%cd</param>
   </service>
   <service mode="disabled" name="set_version"/>
   <service name="tar" mode="buildtime"/>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.K8BFqP/_old  2023-06-09 20:38:12.962825422 +0200
+++ /var/tmp/diff_new_pack.K8BFqP/_new  2023-06-09 20:38:12.966825445 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">[email protected]:libimobiledevice/libimobiledevice.git</param>
-              <param 
name="changesrevision">b3d35fbcf7a1ac669c2e80fbd58920941a5d4c0c</param></service></servicedata>
+              <param 
name="changesrevision">860ffb707af3af94467d2ece4ad258dda957c6cd</param></service></servicedata>
 (No newline at EOF)
 

++++++ libimobiledevice-1.3.0+git.20210921.obscpio -> 
libimobiledevice-1.3.0+179git.20230430.obscpio ++++++
++++ 21896 lines of diff (skipped)

++++++ libimobiledevice.obsinfo ++++++
--- /var/tmp/diff_new_pack.K8BFqP/_old  2023-06-09 20:38:13.218826908 +0200
+++ /var/tmp/diff_new_pack.K8BFqP/_new  2023-06-09 20:38:13.222826932 +0200
@@ -1,6 +1,5 @@
 name: libimobiledevice
-version: 1.3.0+git.20210921
-mtime: 1632239358
-commit: b3d35fbcf7a1ac669c2e80fbd58920941a5d4c0c
-
+version: 1.3.0+179git.20230430
+mtime: 1682856559
+commit: 860ffb707af3af94467d2ece4ad258dda957c6cd
 

Reply via email to