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 2026-08-09 21:44:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/android-tools (Old) and /work/SRC/openSUSE:Factory/.android-tools.new.16738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "android-tools" Sun Aug 9 21:44:12 2026 rev:29 rq:1370316 version:37.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/android-tools/android-tools.changes 2026-07-15 22:15:18.450650993 +0200 +++ /work/SRC/openSUSE:Factory/.android-tools.new.16738/android-tools.changes 2026-08-09 21:46:19.920764527 +0200 @@ -1,0 +2,15 @@ +Sat Aug 1 05:29:35 UTC 2026 - [email protected] + +- Update to version 37.0.0 + * Update to 37.0.0 (android-17.0.0_r1) + * README.md, CI: Remove golang usage + * Revert "Add missing includes for GCC 16 Fedora" + * cmake: Disable and remove boringssl tests from source archive + * patches: Add support for powerpc architecture + * CI: Upload artifact without zipping it + * Provide completions for Zsh + +- Adjust fix-mdns-references.patch +- Remove fix-install-completion.patch (obsolete) + +------------------------------------------------------------------- Old: ---- android-tools-36.0.1.tar.xz fix-install-completion.patch New: ---- android-tools-37.0.0.tar.xz ----------(Old B)---------- Old:- Adjust fix-mdns-references.patch - Remove fix-install-completion.patch (obsolete) ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ android-tools.spec ++++++ --- /var/tmp/diff_new_pack.fNofvZ/_old 2026-08-09 21:46:20.612788148 +0200 +++ /var/tmp/diff_new_pack.fNofvZ/_new 2026-08-09 21:46:20.616788285 +0200 @@ -25,17 +25,15 @@ %endif Name: android-tools -Version: 36.0.1 +Version: 37.0.0 Release: 0 Summary: Android platform tools License: Apache-2.0 AND MIT # https://developer.android.com/tools/releases/platform-tools URL: https://github.com/nmeum/android-tools Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz -# PATCH-FIX-OPENSUSE fix-install-completion.patch boo#1185883 [email protected] -- Simplify completion -Patch0: fix-install-completion.patch # PATCH-FIX-OPENSUSE fix-mdns-references.patch [email protected] -- Remove all references to mDNS from the man page -Patch1: fix-mdns-references.patch +Patch0: fix-mdns-references.patch BuildRequires: cmake >= 3.12 BuildRequires: llvm-gold BuildRequires: ninja @@ -57,10 +55,10 @@ Provides: %{name}-python3 = %{version} Obsoletes: %{name}-python3 < %{version} Provides: adb = 1.0.41 -Provides: avbtool = 1.3.0 +Provides: avbtool = 1.4.0 Provides: sload_f2fs = 1.16.0 Provides: bundled(boringssl) -ExcludeArch: ppc ppc64 ppc64le s390x +ExcludeArch: ppc ppc64 s390x %if 0%{?suse_version} < 1600 BuildRequires: clang15 BuildRequires: gcc11-c++ @@ -72,7 +70,7 @@ Requires: python3-base %endif %if %{with bundled_libfmt} -Provides: bundled(fmt) = 11.0.2 +Provides: bundled(fmt) = 12.0.0 %else BuildRequires: pkgconfig(fmt) >= 11.0.2 %endif @@ -80,7 +78,7 @@ BuildRequires: pkgconfig(libudev) Provides: bundled(libusb-1_0) = 1.0.29 %else -BuildRequires: pkgconfig(libusb-1.0) >= 1.0.29 +BuildRequires: pkgconfig(libusb-1.0) >= 1.0.28 %endif %description @@ -177,6 +175,8 @@ %{_bindir}/mke2fs.android %{_bindir}/simg2img %{_bindir}/sload_f2fs +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/completions %dir %{_datadir}/bash-completion %dir %{_datadir}/bash-completion/completions %if 0%{?suse_version} < 1600 @@ -185,6 +185,11 @@ %{_datadir}/bash-completion/completions/adb %endif %{_datadir}/bash-completion/completions/fastboot +%dir %{_datadir}/zsh +%dir %{_datadir}/zsh/site-functions +# prefer the _adb that comes with zsh +%exclude %{_datadir}/zsh/site-functions/_adb +%{_datadir}/zsh/site-functions/_fastboot %{_mandir}/man1/adb.1%{?ext_man} %files mkbootimg ++++++ android-tools-36.0.1.tar.xz -> android-tools-37.0.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/android-tools/android-tools-36.0.1.tar.xz /work/SRC/openSUSE:Factory/.android-tools.new.16738/android-tools-37.0.0.tar.xz differ: char 25, line 1 ++++++ fix-mdns-references.patch ++++++ --- /var/tmp/diff_new_pack.fNofvZ/_old 2026-08-09 21:46:20.668790060 +0200 +++ /var/tmp/diff_new_pack.fNofvZ/_new 2026-08-09 21:46:20.672790196 +0200 @@ -1,6 +1,6 @@ --- a/vendor/adb/docs/user/adb.1 +++ b/vendor/adb/docs/user/adb.1 -@@ -133,16 +133,6 @@ +@@ -143,21 +143,6 @@ .PP \f[B]--remove-all\f[R] \ \ \ \ Remove all reverse socket connections from device. @@ -13,11 +13,16 @@ -\f[B]services\f[R] \ \ \ \ List all discovered services. -.PP -\f[B]track-services\f[R] \ \ \ \ Stream discovered services. --Supports flags \[lq]\[en]proto-text\[rq] and \[lq]proto-binary\[rq]. +-Supports flags \[lq]\[en]proto-text\[rq] and +-\[lq]\[en]proto-binary\[rq]. +-.PP +-\f[B]list-known-hosts\f[R] \ \ \ \ Show ADB Wifi paired devices. +-Supports flags \[lq]\[en]proto-text\[rq] and +-\[lq]\[en]proto-binary\[rq]. .SH FILE TRANSFER: .PP push [\f[B]\[en]sync\f[R]] [\f[B]-z\f[R] \f[B]ALGORITHM\f[R]] -@@ -280,8 +270,8 @@ +@@ -295,8 +280,8 @@ .PP logcat \ \ \ \ Show device log (logcat \[en]help for more). .PP @@ -28,17 +33,16 @@ See adb_host.proto (AdbServerStatus) for details. .SH SECURITY: .PP -@@ -371,8 +361,7 @@ +@@ -386,7 +371,7 @@ .SH ENVIRONMENT VARIABLES .PP $ADB_TRACE \ \ \ \ Comma (or space) separated list of debug info to log: --all,adb,sockets,packets,rwx,usb,sync,sysdeps,transport,jdwp,services,auth,fdevent,shell,incremental, --mdns. +-all,adb,sockets,packets,rwx,usb,sync,sysdeps,transport,jdwp,services,auth,fdevent,shell,incremental,mdns,mdns-stack. +all,adb,sockets,packets,rwx,usb,sync,sysdeps,transport,jdwp,services,auth,fdevent,shell,incremental. .PP $ADB_VENDOR_KEYS \ \ \ \ Colon-separated list of keys (files or directories). -@@ -385,16 +374,6 @@ +@@ -399,16 +384,6 @@ $ADB_LOCAL_TRANSPORT_MAX_PORT \ \ \ \ Max emulator scan port (default 5585, 16 emulators). .PP
