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 2021-10-27 22:21:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/android-tools (Old)
 and      /work/SRC/openSUSE:Factory/.android-tools.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "android-tools"

Wed Oct 27 22:21:05 2021 rev:2 rq:927600 version:31.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/android-tools/android-tools.changes      
2021-08-04 22:29:37.973747239 +0200
+++ /work/SRC/openSUSE:Factory/.android-tools.new.1890/android-tools.changes    
2021-10-27 22:21:19.491202326 +0200
@@ -1,0 +2,9 @@
+Sun Oct 24 07:56:40 UTC 2021 - mun...@googlemail.com
+
+- Update to version 31.0.3
+  * fastboot
+    - Support flashing vbmeta_vendor.img for fastboot flashall / update.
+
+  * aftltool removed upstream
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ android-tools.spec ++++++
--- /var/tmp/diff_new_pack.WyAqZd/_old  2021-10-27 22:21:20.439202812 +0200
+++ /var/tmp/diff_new_pack.WyAqZd/_new  2021-10-27 22:21:20.443202814 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           android-tools
-Version:        31.0.2
+Version:        31.0.3
 Release:        0
 Summary:        Android platform tools
 License:        Apache-2.0 AND MIT
@@ -62,10 +62,8 @@
 %package python3
 Summary:        Python3 Android platform tools
 Group:          Hardware/Mobile
-BuildRequires:  python3-protobuf
 Requires:       %{name} = %{version}
 Requires:       python3
-Requires:       python3-protobuf
 Supplements:    (%{name} and python3)
 BuildArch:      noarch
 
@@ -103,18 +101,18 @@
 %install
 %cmake_install
 
+# generate man pages
 install -d -m 0755 %{buildroot}%{_mandir}/man1
 for f in adb fastboot
 do
     help2man -N %{buildroot}%{_bindir}/${f} | sed -e 
's|\(/home/.*\)\(/usr/.*\)|\2|g' \
        > %{buildroot}%{_mandir}/man1/${f}.1
 done
-for f in aftltool avbtool mkbootimg
+for f in avbtool mkbootimg
 do
     help2man -N %{buildroot}%{_bindir}/${f} --version-string="%{version}" \
        > %{buildroot}%{_mandir}/man1/${f}.1
 done
-rm -r %{buildroot}%{_bindir}/__pycache__
 
 %files
 %license LICENSE
@@ -131,10 +129,8 @@
 %{_mandir}/man1/fastboot.1%{?ext_man}
 
 %files python3
-%{_bindir}/aftltool{,.py}
 %{_bindir}/avbtool{,.py}
 %{_bindir}/mkbootimg
-%{_mandir}/man1/aftltool.1%{?ext_man}
 %{_mandir}/man1/avbtool.1%{?ext_man}
 %{_mandir}/man1/mkbootimg.1%{?ext_man}
 

++++++ android-tools-31.0.2.tar.xz -> android-tools-31.0.3.tar.xz ++++++
/work/SRC/openSUSE:Factory/android-tools/android-tools-31.0.2.tar.xz 
/work/SRC/openSUSE:Factory/.android-tools.new.1890/android-tools-31.0.3.tar.xz 
differ: char 26, line 1

++++++ fix-add-e2fsprogs-contrib.patch ++++++
--- /var/tmp/diff_new_pack.WyAqZd/_old  2021-10-27 22:21:20.503202844 +0200
+++ /var/tmp/diff_new_pack.WyAqZd/_new  2021-10-27 22:21:20.507202847 +0200
@@ -1,7 +1,7 @@
 diff -ruN a/vendor/CMakeLists.mke2fs.txt b/vendor/CMakeLists.mke2fs.txt
 --- a/vendor/CMakeLists.mke2fs.txt
 +++ b/vendor/CMakeLists.mke2fs.txt
-@@ -115,3 +115,25 @@
+@@ -116,3 +116,25 @@
        libext2fs libsparse libbase libzip liblog libutil pthread z)
  target_include_directories("${ANDROID_MKE2FS_NAME}" PRIVATE
        e2fsprogs/lib)

++++++ fix-install-completion.patch ++++++
--- /var/tmp/diff_new_pack.WyAqZd/_old  2021-10-27 22:21:20.515202850 +0200
+++ /var/tmp/diff_new_pack.WyAqZd/_new  2021-10-27 22:21:20.515202850 +0200
@@ -1,7 +1,7 @@
 diff -ruN a/CMakeLists.txt b/CMakeLists.txt
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -6,8 +6,7 @@
+@@ -9,8 +9,7 @@
  include(GNUInstallDirs)
  
  # Install bash/zsh completion files.

++++++ fix-install-python-tools.patch ++++++
--- /var/tmp/diff_new_pack.WyAqZd/_old  2021-10-27 22:21:20.519202853 +0200
+++ /var/tmp/diff_new_pack.WyAqZd/_new  2021-10-27 22:21:20.523202855 +0200
@@ -1,21 +1,3 @@
-diff -ruN a/vendor/avb/aftltool.py b/vendor/avb/aftltool.py
---- a/vendor/avb/aftltool.py
-+++ b/vendor/avb/aftltool.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python3
-+#!/usr/bin/python3
- 
- # Copyright 2020, The Android Open Source Project
- #
-@@ -47,7 +47,7 @@
- 
- # pylint: disable=wrong-import-position,import-error
- import avbtool
--import api_pb2
-+from google.protobuf import api_pb2
- # pylint: enable=wrong-import-position,import-error
- 
- 
 diff -ruN a/vendor/avb/avbtool.py b/vendor/avb/avbtool.py
 --- a/vendor/avb/avbtool.py
 +++ b/vendor/avb/avbtool.py
@@ -28,12 +10,11 @@
 diff -ruN a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt
 --- a/vendor/CMakeLists.txt
 +++ b/vendor/CMakeLists.txt
-@@ -68,6 +68,11 @@
+@@ -68,6 +68,10 @@
  install(TARGETS adb fastboot "${ANDROID_MKE2FS_NAME}"
        simg2img img2simg append2simg e2fsdroid ext2simg DESTINATION bin)
  
 +# Install some python3 tools
-+install(PROGRAMS avb/aftltool avb/aftltool.py DESTINATION bin)
 +install(PROGRAMS avb/avbtool avb/avbtool.py DESTINATION bin)
 +install(PROGRAMS mkbootimg/mkbootimg.py RENAME mkbootimg DESTINATION bin)
 +

++++++ vendor.tar.gz ++++++

Reply via email to