Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

android-tools-partition-34.0.5-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: android-tools-partition Distribution: openSUSE Tumbleweed
Version: 34.0.5 Vendor: openSUSE
Release: 1.1 Build date: Fri Mar 22 07:42:10 2024
Group: Unspecified Build host: reproducible
Size: 463144 Source RPM: android-tools-34.0.5-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://developer.android.com/studio/releases/platform-tools
Summary: Android dynamic partition tools
This package contains the Android dynamic partition tools.

Provides

Requires

License

Apache-2.0 AND MIT

Changelog

* Fri Mar 22 2024 munix9@googlemail.com
  - Update to version 34.0.5
    * adb
    - Previously, adb responded with a successful code when wireless
      pairing fails. Resolved this by returning a failure code (1) and
      user-facing error (error: protocol fault (couldn't read status
      message...)). echo $? now reports 1.
    - adb wait-for-disconnect is now operational for non-USB
      (wireless debugging).
    - Added new DbC interface for future support of ChromeOS over adb.
    * fastboot
    - Fixed flashall on Pixel 3 devices.
  - Remove fix-add-make_f2fs-tool-for-fastboot.patch and
    fix-add-sload_f2fs-tool.patch (merged upstream)
* Sat Mar 16 2024 munix9@googlemail.com
  - Use custom %python3_fix_shebang_path macro for Leap
* Fri Mar 15 2024 munix9@googlemail.com
  - Add upstream patch fix-add-sload_f2fs-tool.patch
    (gh#nmeum/android-tools#127) for the missing tool sload_f2fs
  - Rework python3 dependencies (use %python3_fix_shebang for
    Factory)
* Sat Sep 30 2023 munix9@googlemail.com
  - Add upstream patch fix-add-make_f2fs-tool-for-fastboot.patch
    (gh#nmeum/android-tools#109)
  - Remove the requirement for f2fs-tools
* Tue Sep 05 2023 munix9@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 2023 olaf@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
* Mon Jul 03 2023 munix9@googlemail.com
  - Fix for Factory/TW: Use protobuf < 22.5
  - Add f2fs-tools as a requirement: Required for 'fastboot format:f2fs ...'
    (link /usr/bin/make_f2fs to /usr/sbin/mkfs.f2fs)
* Mon May 15 2023 munix9@googlemail.com
  - Update to version 34.0.1
    * Upgrade to platform-tools-34.0.1 (see #111)
* Fri Mar 03 2023 munix9@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.
* Tue Dec 13 2022 munix9@googlemail.com
  - Update to version 33.0.3p2
    * Actually update submodules to 33.0.3 (see #100)
    * Initial support for MacOS (see #95 and #97)
* Sat Nov 05 2022 munix9@googlemail.com
  - Update to version 33.0.3p1
    * Fixed mkbootimg (see #78)
    * Added avbtool (see #79)
    * Fix for compatibility with Linux >= 6.0 (see #74)
    * Removal of several obsolete patches
  - Remove fix-mkbootimg-gki-path.patch (fixed upstream)
  - Remove fix-lpmake-help-segfault.patch (fixed upstream)
* Sun Oct 16 2022 Andreas Schwab <schwab@linux-m68k.org>
  - Use python3.10 for 15.4
* Fri Oct 14 2022 munix9@googlemail.com
  - Switch to clang/llvm because of build errors with gcc12 and the
    new 6.0 kernel headers (recent gcc env for Leap still required)
* Sat Sep 24 2022 munix9@googlemail.com
  - Update to version 33.0.3
    * Upgrade to platform-tools-33.0.3 (see #65).
  - Update to version 31.0.3p2
    * Added e2fsdroid and ext2simg (#36)
    * Fixed build with GCC 12 (#60 and #61)
    * Bumped minimum required CMake version to 3.12 (#67)
  - Add man-pages.tar.gz
  - Add fix-mkbootimg-gki-path.patch
  - Add fix-lpmake-help-segfault.patch
  - Remove fix-add-e2fsprogs-contrib.patch (added upstream)
  - Remove fix-add-functional-include.patch (fixed upstream)
* Sun Jun 26 2022 Berthold Gunreben <azouhr@opensuse.org>
  - Unknown processor:s390x. Disable build for s390x.
* Fri Jun 10 2022 munix9@googlemail.com
  - Add fix-add-functional-include.patch (fix gcc 12 build)
  - Remove fix-pie-build.patch (obsolete)
* Wed Jan 05 2022 munix9@googlemail.com
  - Update to version 31.0.3p1
    * Fixes boringssl build failure with GCC 11.2.1 (e86eabe)
    * Add boot.img manipulation tools (#52)
    * Add Dynamic Partition Tools (#51)
  - Split parts of the main package into 'mkbootimg' and 'partition'
  - Remove sub-package 'python3' (avbtool is now part of the main
    package, mkbootimg part of the sub-package 'mkbootimg')
  - Remove fix-install-python-tools.patch
* Sun Oct 24 2021 munix9@googlemail.com
  - Update to version 31.0.3
    * fastboot
    - Support flashing vbmeta_vendor.img for fastboot flashall / update.
    * aftltool removed upstream
* Wed Aug 04 2021 Petr Vorel <pvorel@suse.cz>
  - Fix Supplements: supplement against bash-completion, not bash. otherwise
    bash-completion is now pulled in for everybody. Reported by dimstar.
* Tue Jul 20 2021 munix9@googlemail.com
  - Update to version 31.0.2 [boo#1185883]
    * adb
    - Support forwarding to vsock on linux.
    - Fix bug in adb track-devices where devices over wireless
      debugging wouldn't immediately receive updates.
    - Implement preliminary support for mDNS device discovery
      without a separately installed mDNS service. This is
      currently disabled by default, and can be enabled by
      setting the environment variable ADB_MDNS_OPENSCREEN to 1
      when starting the adb server.
    * fastboot
    - Don't fail when unable to get boot partition size.
    - Derive device locked state from property instead of parsing
      the kernel command line.
  - Switch source to https://github.com/nmeum/android-tools
  - Add fix-add-e2fsprogs-contrib.patch
  - Add fix-install-completion.patch
  - Add fix-install-python-tools.patch
  - Add fix-pie-build.patch
  - Add vendor.tar.gz ("go_modules" service)
  - Remove adb.bash and fastboot.bash (now included in archive)
  - Remove fix_build_core.patch
  - Remove fix_build_e2fsprogs.patch
  - Remove fix-include-limits.patch
  - Remove generate_build.rb
  - Clean up/rework spec file
* Tue Jun 01 2021 munix9@googlemail.com
  - Update to android-security-9.0.0_r68
  - Add fix-include-limits.patch
* Mon Apr 26 2021 munix9@googlemail.com
  - Fix build for Leap (use pcre2-devel instead of
    pkgconfig(libpcre))
* Thu Apr 08 2021 munix9@googlemail.com
  - Update to android-security-9.0.0_r67
  - Add man pages (via help2man) and bash completion for
    adb and fastboot
  - Clean up spec file
* Tue Mar 02 2021 munix9@googlemail.com
  - Update to android-security-9.0.0_r66
* Fri Feb 05 2021 munix9@googlemail.com
  - Update to android-security-9.0.0_r65
* Tue Jan 05 2021 munix9@googlemail.com
  - Update to android-security-9.0.0_r64

Files

/usr/bin/lpadd
/usr/bin/lpdump
/usr/bin/lpflash
/usr/bin/lpmake
/usr/bin/lpunpack
/usr/share/doc/packages/android-tools-partition
/usr/share/doc/packages/android-tools-partition/README.md
/usr/share/licenses/android-tools-partition
/usr/share/licenses/android-tools-partition/LICENSE
/usr/share/man/man1/lpadd.1.gz
/usr/share/man/man1/lpdump.1.gz
/usr/share/man/man1/lpflash.1.gz
/usr/share/man/man1/lpmake.1.gz
/usr/share/man/man1/lpunpack.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Apr 28 23:39:18 2024