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-09-06 18:58:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/android-tools (Old) and /work/SRC/openSUSE:Factory/.android-tools.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "android-tools" Wed Sep 6 18:58:21 2023 rev:13 rq:1109144 version:34.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/android-tools/android-tools.changes 2023-07-05 15:31:13.550803301 +0200 +++ /work/SRC/openSUSE:Factory/.android-tools.new.1766/android-tools.changes 2023-09-06 19:02:19.556397965 +0200 @@ -1,0 +2,31 @@ +Tue Sep 5 20:08:17 UTC 2023 - mun...@googlemail.com + +- Update to version 34.0.4 + * adb + - Propagate -a (gListenAll) when adb forks an adb host server + (previously, the flag only worked for adb -a server nodaemon) + - Faster root and unroot + - Reland Flag(env) guarding clear endpoint (device) feature + for OSX usb start. (issue #270205252). + + * fastboot + - Mac: remove retries on invalid IO iterator (flashing failure + with LIBUSB_TRANSFER_CANCELLED) + - Windows: fix "Sparse file is too large or invalid" when using + "flashall" + - All platforms: fix "ANDROID_PRODUCT_OUT not set" when using + "update" + +- Remove the files vendor.tar.gz and _service and strip + "-mod=vendor" from GOFLAGS env var (currently superfluous) +- Remove protobuf version requirement + +------------------------------------------------------------------- +Wed Jul 26 12:34:56 UTC 2023 - o...@aepfle.de + +- Use specific python versions for 15.4 and 15.5, + otherwise stick with plain python3 +- Remove Requires for a specific python version, the interpreter + already creates a matching Requires + +------------------------------------------------------------------- Old: ---- _service android-tools-34.0.1.tar.xz vendor.tar.gz New: ---- android-tools-34.0.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ android-tools.spec ++++++ --- /var/tmp/diff_new_pack.kif1gn/_old 2023-09-06 19:02:21.364462418 +0200 +++ /var/tmp/diff_new_pack.kif1gn/_new 2023-09-06 19:02:21.368462561 +0200 @@ -16,27 +16,24 @@ # -%if 0%{?suse_version} <= 1500 -%if 0%{?sle_version} >= 150400 -%define _pyn 310 -%define _pyd 3.10 -%else -%define _pyn 39 -%define _pyd 3.9 -%endif -%else %define _pyn 3 %define _pyd 3 +%if 0%{?sle_version} == 150500 || 0%{?sle_version} == 150600 +%define _pyn 311 +%define _pyd 3.11 +%endif +%if 0%{?sle_version} == 150400 +%define _pyn 310 +%define _pyd 3.10 %endif Name: android-tools -Version: 34.0.1 +Version: 34.0.4 Release: 0 Summary: Android platform tools License: Apache-2.0 AND MIT URL: https://developer.android.com/studio/releases/platform-tools Source0: https://github.com/nmeum/android-tools/releases/download/%{version}/%{name}-%{version}.tar.xz -Source1: vendor.tar.gz Source2: man-pages.tar.gz # PATCH-FIX-OPENSUSE fix-install-completion.patch boo#1185883 mun...@googlemail.com -- Simplify completion Patch0: fix-install-completion.patch @@ -55,10 +52,9 @@ BuildRequires: pkgconfig(libunwind-generic) BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(libzstd) -BuildRequires: pkgconfig(protobuf) < 22.5 +BuildRequires: pkgconfig(protobuf) Requires: android-udev-rules Requires: f2fs-tools -Requires: python%{_pyn} Suggests: %{name}-mkbootimg = %{version} Suggests: %{name}-partition = %{version} Provides: %{name}-python3 = %{version}-%{release} @@ -75,7 +71,6 @@ %package mkbootimg Summary: Android boot.img manipulation tools Requires: %{name} = %{version} -Requires: python%{_pyn} BuildArch: noarch %description mkbootimg @@ -100,7 +95,6 @@ %prep %autosetup -a2 -p1 -tar -xf %{SOURCE1} -C vendor/boringssl # fix env-script-interpreter sed -e '1s|^#!.*|#!/usr/bin/python%{_pyd}|' -i vendor/avb/avbtool.py \ @@ -110,7 +104,7 @@ %build %define __builder ninja -export GOFLAGS="-mod=vendor -buildmode=pie -trimpath -ldflags=-buildid=" +export GOFLAGS="-buildmode=pie -trimpath -ldflags=-buildid=" %cmake \ -DBUILD_SHARED_LIBS=OFF \ ++++++ android-tools-34.0.1.tar.xz -> android-tools-34.0.4.tar.xz ++++++ /work/SRC/openSUSE:Factory/android-tools/android-tools-34.0.1.tar.xz /work/SRC/openSUSE:Factory/.android-tools.new.1766/android-tools-34.0.4.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-05-15 02:00:00.000000000 +0200 +++ new/man/man1/adb.1 2023-09-04 20:10:58.000000000 +0200 @@ -1,10 +1,10 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH ADB "1" "May 2023" "adb 34.0.1" "User Commands" +.TH ADB "1" "September 2023" "adb 34.0.4" "User Commands" .SH NAME adb \- Android platform tools .SH DESCRIPTION Android Debug Bridge version 1.0.41 -Version 34.0.1\-android\-tools +Version 34.0.4\-android\-tools .SS "global options:" .TP \fB\-a\fR 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-05-15 02:00:00.000000000 +0200 +++ new/man/man1/avbtool.1 2023-09-04 20:10:58.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH AVBTOOL "1" "May 2023" "avbtool 34.0.1" "User Commands" +.TH AVBTOOL "1" "September 2023" "avbtool 34.0.4" "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-05-15 02:00:00.000000000 +0200 +++ new/man/man1/fastboot.1 2023-09-04 20:10:58.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH FASTBOOT "1" "May 2023" "fastboot 34.0.1" "User Commands" +.TH FASTBOOT "1" "September 2023" "fastboot 34.0.4" "User Commands" .SH NAME fastboot \- Android platform tools .SH DESCRIPTION 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-05-15 02:00:00.000000000 +0200 +++ new/man/man1/lpadd.1 2023-09-04 20:10:58.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH LPADD "1" "May 2023" "lpadd 34.0.1" "User Commands" +.TH LPADD "1" "September 2023" "lpadd 34.0.4" "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-05-15 02:00:00.000000000 +0200 +++ new/man/man1/lpdump.1 2023-09-04 20:10:58.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH LPDUMP "1" "May 2023" "lpdump 34.0.1" "User Commands" +.TH LPDUMP "1" "September 2023" "lpdump 34.0.4" "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-05-15 02:00:00.000000000 +0200 +++ new/man/man1/lpflash.1 2023-09-04 20:10:58.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH LPFLASH "1" "May 2023" "lpflash 34.0.1" "User Commands" +.TH LPFLASH "1" "September 2023" "lpflash 34.0.4" "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-05-15 02:00:00.000000000 +0200 +++ new/man/man1/lpmake.1 2023-09-04 20:10:58.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH LPMAKE "1" "May 2023" "lpmake 34.0.1" "User Commands" +.TH LPMAKE "1" "September 2023" "lpmake 34.0.4" "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-05-15 02:00:00.000000000 +0200 +++ new/man/man1/lpunpack.1 2023-09-04 20:10:58.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH LPUNPACK "1" "May 2023" "lpunpack 34.0.1" "User Commands" +.TH LPUNPACK "1" "September 2023" "lpunpack 34.0.4" "User Commands" .SH NAME lpunpack \- Android dynamic partition tools .SH DESCRIPTION @@ -7,8 +7,17 @@ .SS "Usage:" .IP lpunpack [options...] SUPER_IMAGE [OUTPUT_DIR] +.PP +The SUPER_IMAGE argument is mandatory and expected to contain +the metadata. Additional super images are referenced with '\-i' as needed to extract +the desired partition[s]. +Default OUTPUT_DIR is '.'. .SH OPTIONS .TP +\fB\-i\fR, \fB\-\-image\fR=\fI\,IMAGE\/\fR +Use the given file as an additional super image. +This can be specified multiple times. +.TP \fB\-p\fR, \fB\-\-partition\fR=\fI\,NAME\/\fR Extract the named partition. This can be specified multiple times. 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-05-15 02:00:00.000000000 +0200 +++ new/man/man1/mkbootimg.1 2023-09-04 20:10:58.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH MKBOOTIMG "1" "May 2023" "mkbootimg 34.0.1" "User Commands" +.TH MKBOOTIMG "1" "September 2023" "mkbootimg 34.0.4" "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-05-15 02:00:00.000000000 +0200 +++ new/man/man1/repack_bootimg.1 2023-09-04 20:10:58.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH REPACK_BOOTIMG "1" "May 2023" "repack_bootimg 34.0.1" "User Commands" +.TH REPACK_BOOTIMG "1" "September 2023" "repack_bootimg 34.0.4" "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-05-15 02:00:00.000000000 +0200 +++ new/man/man1/unpack_bootimg.1 2023-09-04 20:10:58.000000000 +0200 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH UNPACK_BOOTIMG "1" "May 2023" "unpack_bootimg 34.0.1" "User Commands" +.TH UNPACK_BOOTIMG "1" "September 2023" "unpack_bootimg 34.0.4" "User Commands" .SH NAME unpack_bootimg \- Android boot.img manipulation tools .SH DESCRIPTION