Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package android-tools for openSUSE:Factory 
checked in at 2024-04-28 21:51:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/android-tools (Old)
 and      /work/SRC/openSUSE:Factory/.android-tools.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "android-tools"

Sun Apr 28 21:51:11 2024 rev:17 rq:1170563 version:35.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/android-tools/android-tools.changes      
2024-03-22 15:34:24.187343047 +0100
+++ /work/SRC/openSUSE:Factory/.android-tools.new.1880/android-tools.changes    
2024-04-29 09:05:55.589072266 +0200
@@ -1,0 +2,18 @@
+Sun Apr 28 07:55:44 UTC 2024 - [email protected]
+
+- Update to version 35.0.1
+  * adb
+    - Switch to libusb as the default on Linux issue #270205252.
+    - Fix adb startup on hosts without USB.
+    - Fix adb hangs caused by USB devices incorrectly reporting
+      zero-length descriptors issue #302212871.
+    - Fix return code of adb shell when device disconnects
+      issue #321787891.
+
+  * fastboot
+    - Limit the maximum size of the incoming packet queue.
+    - Remove bottlenecks that previously limited download speeds
+      to around 120MB/s. Now fastboot can saturate a SuperSpeed+
+      bus and achieve speeds up to 980MB/s, depending on the device.
+
+-------------------------------------------------------------------

Old:
----
  android-tools-34.0.5.tar.xz

New:
----
  android-tools-35.0.1.tar.xz

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

Other differences:
------------------
++++++ android-tools.spec ++++++
--- /var/tmp/diff_new_pack.2NivjZ/_old  2024-04-29 09:05:56.253096332 +0200
+++ /var/tmp/diff_new_pack.2NivjZ/_new  2024-04-29 09:05:56.257096477 +0200
@@ -25,7 +25,7 @@
 %endif
 
 Name:           android-tools
-Version:        34.0.5
+Version:        35.0.1
 Release:        0
 Summary:        Android platform tools
 License:        Apache-2.0 AND MIT

++++++ android-tools-34.0.5.tar.xz -> android-tools-35.0.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/android-tools/android-tools-34.0.5.tar.xz 
/work/SRC/openSUSE:Factory/.android-tools.new.1880/android-tools-35.0.1.tar.xz 
differ: char 25, line 1

++++++ man-pages.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/man/man1/adb.1 new/man/man1/adb.1
--- old/man/man1/adb.1  2023-09-04 20:10:58.000000000 +0200
+++ new/man/man1/adb.1  2024-04-28 09:55:53.000000000 +0200
@@ -1,10 +1,11 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
-.TH ADB "1" "September 2023" "adb 34.0.4" "User Commands"
+.TH ADB "1" "April 2024" "adb 35.0.1" "User Commands"
 .SH NAME
 adb \- Android platform tools
 .SH DESCRIPTION
 Android Debug Bridge version 1.0.41
-Version 34.0.4\-android\-tools
+Version 35.0.1\-android\-tools
+Running on Linux 6.8.7\-1\-default (x86_64)
 .SS "global options:"
 .TP
 \fB\-a\fR
@@ -109,7 +110,7 @@
 push [\-\-sync] [\-z ALGORITHM] [\-Z] LOCAL... REMOTE
 .IP
 copy local files/directories to device
-\fB\-\-sync\fR: only push files that are newer on the host than the device
+\fB\-\-sync\fR: only push files that have different timestamps on the host 
than the device
 \fB\-n\fR: dry run: push files to device without storing to the filesystem
 \fB\-z\fR: enable compression with a specified algorithm 
(any/none/brotli/lz4/zstd)
 \fB\-Z\fR: disable compression
@@ -269,7 +270,7 @@
 .IP
 $ADB_TRACE
 .IP
-comma\-separated list of debug info to log:
+comma/space separated list of debug info to log:
 all,adb,sockets,packets,rwx,usb,sync,sysdeps,transport,jdwp
 .TP
 $ADB_VENDOR_KEYS
@@ -284,4 +285,4 @@
 $ADB_LOCAL_TRANSPORT_MAX_PORT max emulator scan port (default 5585, 16 emus)
 $ADB_MDNS_AUTO_CONNECT   comma\-separated list of mdns services to allow 
auto\-connect (default adb\-tls\-connect)
 .PP
-Online documentation: 
https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/master/docs/user/adb.1.md
+Online documentation: 
https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/main/docs/user/adb.1.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/man/man1/avbtool.1 new/man/man1/avbtool.1
--- old/man/man1/avbtool.1      2023-09-04 20:10:58.000000000 +0200
+++ new/man/man1/avbtool.1      2024-04-28 09:55:53.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
-.TH AVBTOOL "1" "September 2023" "avbtool 34.0.4" "User Commands"
+.TH AVBTOOL "1" "April 2024" "avbtool 35.0.1" "User Commands"
 .SH NAME
 avbtool \- Android platform tools
 .SH DESCRIPTION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/man/man1/fastboot.1 new/man/man1/fastboot.1
--- old/man/man1/fastboot.1     2023-09-04 20:10:58.000000000 +0200
+++ new/man/man1/fastboot.1     2024-04-28 09:55:53.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
-.TH FASTBOOT "1" "September 2023" "fastboot 34.0.4" "User Commands"
+.TH FASTBOOT "1" "April 2024" "fastboot 35.0.1" "User Commands"
 .SH NAME
 fastboot \- Android platform tools
 .SH DESCRIPTION
@@ -50,8 +50,9 @@
 oem [COMMAND...]
 Execute OEM\-specific command.
 .TP
-gsi wipe|disable
-Wipe or disable a GSI installation (fastbootd only).
+gsi wipe|disable|status
+Wipe, disable or show status of a GSI installation
+(fastbootd only).
 .TP
 wipe\-super [SUPER_EMPTY]
 Wipe the super partition. This will reset it to
@@ -162,6 +163,12 @@
 \fB\-\-disable\-verification\fR
 Sets disable\-verification when flashing vbmeta.
 .TP
+\fB\-\-disable\-super\-optimization\fR
+Disables optimizations on flashing super partition.
+.TP
+\fB\-\-disable\-fastboot\-info\fR
+Will collects tasks from image list rather than 
\fI\,$OUT/fastboot\-info.txt\/\fP.
+.TP
 \fB\-\-fs\-options\fR=\fI\,OPTION[\/\fR,OPTION]
 Enable filesystem features. OPTION supports casefold, projid, compress
 .TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/man/man1/lpadd.1 new/man/man1/lpadd.1
--- old/man/man1/lpadd.1        2023-09-04 20:10:58.000000000 +0200
+++ new/man/man1/lpadd.1        2024-04-28 09:55:53.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
-.TH LPADD "1" "September 2023" "lpadd 34.0.4" "User Commands"
+.TH LPADD "1" "April 2024" "lpadd 35.0.1" "User Commands"
 .SH NAME
 lpadd \- Android dynamic partition tools
 .SH DESCRIPTION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/man/man1/lpdump.1 new/man/man1/lpdump.1
--- old/man/man1/lpdump.1       2023-09-04 20:10:58.000000000 +0200
+++ new/man/man1/lpdump.1       2024-04-28 09:55:53.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
-.TH LPDUMP "1" "September 2023" "lpdump 34.0.4" "User Commands"
+.TH LPDUMP "1" "April 2024" "lpdump 35.0.1" "User Commands"
 .SH NAME
 lpdump \- Android dynamic partition tools
 .SH DESCRIPTION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/man/man1/lpflash.1 new/man/man1/lpflash.1
--- old/man/man1/lpflash.1      2023-09-04 20:10:58.000000000 +0200
+++ new/man/man1/lpflash.1      2024-04-28 09:55:53.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
-.TH LPFLASH "1" "September 2023" "lpflash 34.0.4" "User Commands"
+.TH LPFLASH "1" "April 2024" "lpflash 35.0.1" "User Commands"
 .SH NAME
 lpflash \- Android dynamic partition tools
 .SH DESCRIPTION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/man/man1/lpmake.1 new/man/man1/lpmake.1
--- old/man/man1/lpmake.1       2023-09-04 20:10:58.000000000 +0200
+++ new/man/man1/lpmake.1       2024-04-28 09:55:53.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
-.TH LPMAKE "1" "September 2023" "lpmake 34.0.4" "User Commands"
+.TH LPMAKE "1" "April 2024" "lpmake 35.0.1" "User Commands"
 .SH NAME
 lpmake \- Android dynamic partition tools
 .SH DESCRIPTION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/man/man1/lpunpack.1 new/man/man1/lpunpack.1
--- old/man/man1/lpunpack.1     2023-09-04 20:10:58.000000000 +0200
+++ new/man/man1/lpunpack.1     2024-04-28 09:55:53.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
-.TH LPUNPACK "1" "September 2023" "lpunpack 34.0.4" "User Commands"
+.TH LPUNPACK "1" "April 2024" "lpunpack 35.0.1" "User Commands"
 .SH NAME
 lpunpack \- Android dynamic partition tools
 .SH DESCRIPTION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/man/man1/mkbootimg.1 new/man/man1/mkbootimg.1
--- old/man/man1/mkbootimg.1    2023-09-04 20:10:58.000000000 +0200
+++ new/man/man1/mkbootimg.1    2024-04-28 09:55:53.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
-.TH MKBOOTIMG "1" "September 2023" "mkbootimg 34.0.4" "User Commands"
+.TH MKBOOTIMG "1" "April 2024" "mkbootimg 35.0.1" "User Commands"
 .SH NAME
 mkbootimg \- Android boot.img manipulation tools
 .SH DESCRIPTION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/man/man1/repack_bootimg.1 
new/man/man1/repack_bootimg.1
--- old/man/man1/repack_bootimg.1       2023-09-04 20:10:58.000000000 +0200
+++ new/man/man1/repack_bootimg.1       2024-04-28 09:55:53.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
-.TH REPACK_BOOTIMG "1" "September 2023" "repack_bootimg 34.0.4" "User Commands"
+.TH REPACK_BOOTIMG "1" "April 2024" "repack_bootimg 35.0.1" "User Commands"
 .SH NAME
 repack_bootimg \- Android boot.img manipulation tools
 .SH DESCRIPTION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/man/man1/unpack_bootimg.1 
new/man/man1/unpack_bootimg.1
--- old/man/man1/unpack_bootimg.1       2023-09-04 20:10:58.000000000 +0200
+++ new/man/man1/unpack_bootimg.1       2024-04-28 09:55:53.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
-.TH UNPACK_BOOTIMG "1" "September 2023" "unpack_bootimg 34.0.4" "User Commands"
+.TH UNPACK_BOOTIMG "1" "April 2024" "unpack_bootimg 35.0.1" "User Commands"
 .SH NAME
 unpack_bootimg \- Android boot.img manipulation tools
 .SH DESCRIPTION

Reply via email to