[Tizen] Bump to 1.68.2 dev
authorWonyoung Choi <wy80.choi@samsung.com>
Tue, 14 Apr 2020 06:09:29 +0000 (15:09 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Tue, 14 Apr 2020 06:09:29 +0000 (15:09 +0900)
Change-Id: I3bbae5d62f34fbe1b0644c8dfc38a067c41fe1e3

packaging/externals.libwebp.tar.gz
packaging/fix-build-gn.patch [deleted file]
packaging/libSkiaSharp.spec

index 7879bc263ce853edf2776c6104bcf7d146d1f82d..419d86a05508914a7c285a7a9d1950116dab9615 100644 (file)
Binary files a/packaging/externals.libwebp.tar.gz and b/packaging/externals.libwebp.tar.gz differ
diff --git a/packaging/fix-build-gn.patch b/packaging/fix-build-gn.patch
deleted file mode 100644 (file)
index ca99431..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/gn/BUILD.gn b/gn/BUILD.gn
-index dcb34815c9..0fe2d39b97 100644
---- a/gn/BUILD.gn
-+++ b/gn/BUILD.gn
-@@ -3,7 +3,7 @@
- # Use of this source code is governed by a BSD-style license that can be
- # found in the LICENSE file.
--exec_script("xamarin_inject_compat.py", [ rebase_path("..") ])
-+#exec_script("xamarin_inject_compat.py", [ rebase_path("..") ])
- declare_args() {
-   ar = "ar"
-@@ -416,9 +416,9 @@ config("warnings") {
-       ]
-     }
-   }
--  if (!is_win || is_clang) {
--    cflags += [ "-Wno-implicit-fallthrough" ]
--  }
-+#  if (!is_win || is_clang) {
-+#    cflags += [ "-Wno-implicit-fallthrough" ]
-+#  }
- }
- config("warnings_except_public_headers") {
-   if (!is_win) {
index 776c97e3b4ae0fbf576745b0a3e3ff2ca54185ea..d8da4eb2414c7eea33ac68aaab15d13f26dbc00f 100644 (file)
@@ -1,13 +1,12 @@
 Name:       libSkiaSharp
 Summary:    Native library for SkiaSharp nuget package
-Version:    1.60.3
+Version:    1.68.2
 Release:    0
 Group:      System/API
 License:    BSD-3-Clause
 Source0:    %{name}-%{version}.tar.gz
 Source1:    %{name}.manifest
 Source2:    build-tools.tar.gz
-Patch0:     fix-build-gn.patch
 
 ExcludeArch: aarch64
 
@@ -43,8 +42,6 @@ See full details, and build instructions, at https://skia.org.
 %setup -q
 cp %{SOURCE1} .
 
-%patch0 -p1
-
 mkdir -p %{_BINDIR}
 tar xvfz %{SOURCE2} -C %{_BINDIR}