+++ /dev/null
-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) {
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
%setup -q
cp %{SOURCE1} .
-%patch0 -p1
-
mkdir -p %{_BINDIR}
tar xvfz %{SOURCE2} -C %{_BINDIR}