File project.diff of Package android-tools
--- android-tools.changes.orig
+++ android-tools.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Sep 19 18:09:18 UTC 2018 - Michal Suchanek <msuchanek@suse.com>
+
+- Update to version 7.1.2_r36.
+- Drop obsolete f2fs-tools-implicit-definitions.patch
+
+-------------------------------------------------------------------
Tue Jul 19 10:33:51 UTC 2016 - boris@steki.net
- updated 51-android.rules with missing EOL as it would make
--- android-tools.spec.orig
+++ android-tools.spec
@@ -1,7 +1,7 @@
#
# spec file for package android-tools
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: android-tools
-Version: 5.1.1_r8
+Version: 7.1.2_r36
Release: 0
Summary: Android platform tools (adb, fastboot)
-License: Apache-2.0 and BSD-3-Clause
+License: Apache-2.0 AND BSD-3-Clause
Group: Hardware/Mobile
Url: http://developer.android.com/guide/developing/tools/
# git clone https://android.googlesource.com/platform/system/core.git && cd core
-# git archive android-%{version} --prefix=core-%{version}/ adb fastboot libzipfile libcutils libmincrypt libsparse mkbootimg include/cutils include/utils include/private include/zipfile include/mincrypt | bzip2 > ../core-%{version}.tar.bz2
+# git archive android-%{version} --prefix=core-%{version}/ adb fastboot libziparchive libcutils libmincrypt libsparse mkbootimg include/cutils include/utils include/private include/ziparchive include/mincrypt | bzip2 > ../core-%{version}.tar.bz2
#
# git clone https://android.googlesource.com/platform/system/extras.git && cd extras
# git archive android-%{version} --prefix=extras-%{version}/ ext4_utils f2fs_utils | bzip2 > ../extras-%{version}.tar.bz2
@@ -42,8 +42,7 @@ Source4: core-Makefile
Source5: adb-Makefile
Source6: fastboot-Makefile
Source7: 51-android.rules
-# PATCh-FIX-OPENSUSE f2fs-tools-implicit-definitions.patch -- fix implicit definition
-Patch0: f2fs-tools-implicit-definitions.patch
+BuildRequires: gcc-c++
BuildRequires: openssl-devel
BuildRequires: zlib-devel
BuildRequires: pkgconfig(libpcre)
@@ -61,7 +60,6 @@ to directly flash the filesystem in Andr
mv extras-%{version} extras
mv libselinux-%{version} libselinux
mv f2fs-tools-%{version} f2fs-tools
-%patch0
cp -p %{SOURCE4} Makefile
cp -p %{SOURCE5} adb/Makefile
cp -p %{SOURCE6} fastboot/Makefile