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 2023-03-05 20:08:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/android-tools (Old) and /work/SRC/openSUSE:Factory/.android-tools.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "android-tools" Sun Mar 5 20:08:10 2023 rev:10 rq:1069449 version:34.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/android-tools/android-tools.changes 2022-12-20 20:21:54.662346462 +0100 +++ /work/SRC/openSUSE:Factory/.android-tools.new.31432/android-tools.changes 2023-03-05 20:08:12.248761648 +0100 @@ -1,0 +2,21 @@ +Fri Mar 3 19:06:59 UTC 2023 - mun...@googlemail.com + +- Update to version 34.0.0 + * Upgrade to platform-tools-34.0.0 (see #106) + + * adb + - Fixed zero length packet sends for macOS + (issuetracker: 208675141). + - Addressed unstable connectivity (MacBook high speed cable): + frequent adb disconnects. + - Improved error message for adb push with insufficient number + of arguments. + + * fastboot + - Improved flashing: flashall will now skip reboots to + userspace if it can. + - Fixed zero length packet sends for macOS + (issuetracker: 208675141). + - Fixed flashing recovery.img resulting in wrong AVB footer. + +------------------------------------------------------------------- Old: ---- android-tools-33.0.3p2.tar.xz New: ---- android-tools-34.0.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ android-tools.spec ++++++ --- /var/tmp/diff_new_pack.a1EH1F/_old 2023-03-05 20:08:13.280766418 +0100 +++ /var/tmp/diff_new_pack.a1EH1F/_new 2023-03-05 20:08:13.284766437 +0100 @@ -1,7 +1,7 @@ # # spec file for package android-tools # -# Copyright (c) 2022 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 @@ -30,7 +30,7 @@ %endif Name: android-tools -Version: 33.0.3p2 +Version: 34.0.0 Release: 0 Summary: Android platform tools License: Apache-2.0 AND MIT @@ -43,11 +43,11 @@ BuildRequires: clang BuildRequires: cmake >= 3.12 BuildRequires: go -BuildRequires: gtest BuildRequires: llvm-gold BuildRequires: ninja BuildRequires: pkgconfig BuildRequires: python%{_pyn} +BuildRequires: pkgconfig(gtest) BuildRequires: pkgconfig(libbrotlicommon) BuildRequires: pkgconfig(liblz4) BuildRequires: pkgconfig(libpcre2-8) @@ -98,7 +98,7 @@ %prep %autosetup -a2 -p1 -tar xf %{SOURCE1} -C vendor/boringssl +tar -xf %{SOURCE1} -C vendor/boringssl # fix env-script-interpreter sed -e '1s|^#!.*|#!/usr/bin/python%{_pyd}|' -i vendor/avb/avbtool.py \ @@ -108,7 +108,7 @@ %build %define __builder ninja -export GOFLAGS="-mod=vendor -buildmode=pie -trimpath" +export GOFLAGS="-mod=vendor -buildmode=pie -trimpath -ldflags=-buildid=" %cmake \ -DBUILD_SHARED_LIBS=OFF \ ++++++ android-tools-33.0.3p2.tar.xz -> android-tools-34.0.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/android-tools/android-tools-33.0.3p2.tar.xz /work/SRC/openSUSE:Factory/.android-tools.new.31432/android-tools-34.0.0.tar.xz differ: char 26, 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 2022-09-24 12:02:36.000000000 +0200 +++ new/man/man1/adb.1 2023-03-03 01:00:00.000000000 +0100 @@ -1,11 +1,10 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH ANDROID "1" "September 2022" "Android Debug Bridge version 1.0.41" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH ADB "1" "March 2023" "adb 34.0.0" "User Commands" .SH NAME -Android \- manual page for Android Debug Bridge version 1.0.41 +adb \- Android platform tools .SH DESCRIPTION Android Debug Bridge version 1.0.41 -Version 33.0.3\-android\-tools -Installed as \fI\,/usr/bin/adb\/\fP +Version 34.0.0\-android\-tools .SS "global options:" .TP \fB\-a\fR @@ -34,6 +33,9 @@ .TP \fB\-\-one\-device\fR SERIAL|USB only allowed with 'start\-server' or 'server nodaemon', server will only connect to one USB device, specified by a serial number or USB device address. +.TP +\fB\-\-exit\-on\-write\-error\fR +exit if stdout is closed .SS "general commands:" .TP devices [\-l] @@ -68,6 +70,7 @@ localabstract:<unix domain socket name> localreserved:<unix domain socket name> localfilesystem:<unix domain socket name> +dev:<character device name> jdwp:<process pid> (remote only) vsock:<CID>:<port> (remote only) acceptfd:<fd> (listen only) @@ -78,9 +81,6 @@ forward \fB\-\-remove\-all\fR remove all forward socket connections .TP -ppp TTY [PARAMETER...] -run PPP over USB -.TP reverse \fB\-\-list\fR list all reverse socket connections from device .IP @@ -284,5 +284,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 -Version 33.0.3\-android\-tools -Installed as \fI\,/usr/bin/adb\/\fP +Online documentation: https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/master/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 2022-09-24 12:02:36.000000000 +0200 +++ new/man/man1/avbtool.1 2023-03-03 01:00:00.000000000 +0100 @@ -1,7 +1,7 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH AVBTOOL "1" "September 2022" "avbtool 33.0.3" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH AVBTOOL "1" "March 2023" "avbtool 34.0.0" "User Commands" .SH NAME -avbtool \- manual page for avbtool 33.0.3 +avbtool \- Android platform tools .SH DESCRIPTION usage: avbtool [\-h] .IP 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 2022-09-24 12:02:36.000000000 +0200 +++ new/man/man1/fastboot.1 2023-03-03 01:00:00.000000000 +0100 @@ -1,7 +1,7 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH FASTBOOT "1" "September 2022" "fastboot version 33.0.3-android-tools" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH FASTBOOT "1" "March 2023" "fastboot 34.0.0" "User Commands" .SH NAME -fastboot \- manual page for fastboot version 33.0.3-android-tools +fastboot \- Android platform tools .SH DESCRIPTION usage: fastboot [OPTION...] COMMAND... .SS "flashing:" @@ -176,5 +176,3 @@ .TP \fB\-\-help\fR, \fB\-h\fR Show this message. -.PP -Installed as \fI\,/usr/bin/fastboot\/\fP 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 2022-09-24 12:02:36.000000000 +0200 +++ new/man/man1/lpadd.1 2023-03-03 01:00:00.000000000 +0100 @@ -1,7 +1,7 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH LPADD "1" "September 2022" "lpadd 33.0.3" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH LPADD "1" "March 2023" "lpadd 34.0.0" "User Commands" .SH NAME -lpadd \- manual page for lpadd 33.0.3 +lpadd \- Android dynamic partition tools .SH DESCRIPTION lpadd \- command\-line tool for adding partitions to a super.img .SS "Usage:" 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 2022-09-24 12:02:36.000000000 +0200 +++ new/man/man1/lpdump.1 2023-03-03 01:00:00.000000000 +0100 @@ -1,7 +1,7 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH LPDUMP "1" "September 2022" "lpdump 33.0.3" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH LPDUMP "1" "March 2023" "lpdump 34.0.0" "User Commands" .SH NAME -lpdump \- manual page for lpdump 33.0.3 +lpdump \- Android dynamic partition tools .SH DESCRIPTION lpdump \- command\-line tool for dumping Android Logical Partition images. .SS "Usage:" 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 2022-09-24 12:02:36.000000000 +0200 +++ new/man/man1/lpflash.1 2023-03-03 01:00:00.000000000 +0100 @@ -1,7 +1,7 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH LPFLASH "1" "September 2022" "lpflash 33.0.3" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH LPFLASH "1" "March 2023" "lpflash 34.0.0" "User Commands" .SH NAME -lpflash \- manual page for lpflash 33.0.3 +lpflash \- Android dynamic partition tools .SH DESCRIPTION lpflash \- command\-line tool for dumping Android Logical Partition images. .SS "Usage:" 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 2022-09-24 12:02:36.000000000 +0200 +++ new/man/man1/lpmake.1 2023-03-03 01:00:00.000000000 +0100 @@ -1,7 +1,7 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH LPMAKE "1" "September 2022" "lpmake 33.0.3" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH LPMAKE "1" "March 2023" "lpmake 34.0.0" "User Commands" .SH NAME -lpmake \- manual page for lpmake 33.0.3 +lpmake \- Android dynamic partition tools .SH DESCRIPTION lpmake \- command\-line tool for creating Android Logical Partition images. .SS "Usage:" 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 2022-09-24 12:02:36.000000000 +0200 +++ new/man/man1/lpunpack.1 2023-03-03 01:00:00.000000000 +0100 @@ -1,7 +1,7 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH LPUNPACK "1" "September 2022" "lpunpack 33.0.3" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH LPUNPACK "1" "March 2023" "lpunpack 34.0.0" "User Commands" .SH NAME -lpunpack \- manual page for lpunpack 33.0.3 +lpunpack \- Android dynamic partition tools .SH DESCRIPTION lpunpack \- command\-line tool for extracting partition images from super .SS "Usage:" 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 2022-09-24 12:02:36.000000000 +0200 +++ new/man/man1/mkbootimg.1 2023-03-03 01:00:00.000000000 +0100 @@ -1,21 +1,23 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH MKBOOTIMG "1" "September 2022" "mkbootimg 33.0.3" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH MKBOOTIMG "1" "March 2023" "mkbootimg 34.0.0" "User Commands" .SH NAME -mkbootimg \- manual page for mkbootimg 33.0.3 +mkbootimg \- Android boot.img manipulation tools .SH DESCRIPTION -usage: mkbootimg [\-h] [\-\-kernel KERNEL] [\-\-ramdisk RAMDISK] [\-\-second SECOND] -.IP -[\-\-dtb DTB] +usage: mkbootimg [\-h] [\-\-kernel KERNEL] [\-\-ramdisk RAMDISK] +.TP +[\-\-second SECOND] [\-\-dtb DTB] [\-\-recovery_dtbo RECOVERY_DTBO | \fB\-\-recovery_acpio\fR RECOVERY_ACPIO] [\-\-cmdline CMDLINE] [\-\-vendor_cmdline VENDOR_CMDLINE] [\-\-base BASE] [\-\-kernel_offset KERNEL_OFFSET] [\-\-ramdisk_offset RAMDISK_OFFSET] [\-\-second_offset SECOND_OFFSET] [\-\-dtb_offset DTB_OFFSET] -[\-\-os_version OS_VERSION] [\-\-os_patch_level OS_PATCH_LEVEL] +[\-\-os_version OS_VERSION] +[\-\-os_patch_level OS_PATCH_LEVEL] [\-\-tags_offset TAGS_OFFSET] [\-\-board BOARD] [\-\-pagesize {2048,4096,8192,16384}] [\-\-id] [\-\-header_version HEADER_VERSION] [\-o OUTPUT] -[\-\-vendor_boot VENDOR_BOOT] [\-\-vendor_ramdisk VENDOR_RAMDISK] +[\-\-vendor_boot VENDOR_BOOT] +[\-\-vendor_ramdisk VENDOR_RAMDISK] [\-\-vendor_bootconfig VENDOR_BOOTCONFIG] [\-\-gki_signing_algorithm GKI_SIGNING_ALGORITHM] [\-\-gki_signing_key GKI_SIGNING_KEY] 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 2022-09-24 12:02:36.000000000 +0200 +++ new/man/man1/repack_bootimg.1 2023-03-03 01:00:00.000000000 +0100 @@ -1,7 +1,7 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH REPACK_BOOTIMG "1" "September 2022" "repack_bootimg 33.0.3" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH REPACK_BOOTIMG "1" "March 2023" "repack_bootimg 34.0.0" "User Commands" .SH NAME -repack_bootimg \- manual page for repack_bootimg 33.0.3 +repack_bootimg \- Android boot.img manipulation tools .SH DESCRIPTION usage: repack_bootimg [\-h] (\fB\-\-src_bootimg\fR SRC_BOOTIMG | \fB\-\-local\fR) \fB\-\-dst_bootimg\fR .TP 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 2022-09-24 12:02:36.000000000 +0200 +++ new/man/man1/unpack_bootimg.1 2023-03-03 01:00:00.000000000 +0100 @@ -1,7 +1,7 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH UNPACK_BOOTIMG "1" "September 2022" "unpack_bootimg 33.0.3" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH UNPACK_BOOTIMG "1" "March 2023" "unpack_bootimg 34.0.0" "User Commands" .SH NAME -unpack_bootimg \- manual page for unpack_bootimg 33.0.3 +unpack_bootimg \- Android boot.img manipulation tools .SH DESCRIPTION usage: unpack_bootimg [\-h] \fB\-\-boot_img\fR BOOT_IMG [\-\-out OUT] .IP ++++++ vendor.tar.gz ++++++