From 4fc50bab0c6aa7a4d01f1b812ece078506cdd9a9 Mon Sep 17 00:00:00 2001 From: actor168 <1083687649@qq.com> Date: Wed, 20 Apr 2022 11:33:36 +0000 Subject: [PATCH 1/2] =?UTF-8?q?add=20required=20build=20dependency=20mesa-?= =?UTF-8?q?libEGL-devel=20=E6=B7=BB=E5=8A=A0=20Patch1000=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E7=BC=BA=E5=B0=91=E4=BE=9D=E8=B5=96EGL/eglme?= =?UTF-8?q?saext.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webkit2gtk3.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 58482f3..38cc945 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -42,6 +42,7 @@ BuildRequires: perl-Switch BuildRequires: python3 BuildRequires: ruby BuildRequires: rubygems +BuildRequires: mesa-libEGL-devel #BuildRequires: xdg-dbus-proxy BuildRequires: pkgconfig(atspi-2) -- Gitee From 7e69623c0bbb5cbe41db9d6069d12fc47c70f137 Mon Sep 17 00:00:00 2001 From: actor168 <1083687649@qq.com> Date: Wed, 20 Apr 2022 11:44:56 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0release=E5=B0=8F=E7=89=88?= =?UTF-8?q?=E6=9C=AC=20=E6=9B=B4=E6=96=B0release=E5=B0=8F=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webkit2gtk3.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 38cc945..003b81f 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -4,7 +4,7 @@ %global add_to_license_files() \ mkdir -p _license_files ; \ cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g') -%define anolis_release .0.1 +%define anolis_release .0.2 Name: webkit2gtk3 Version: 2.24.4 Release: 2%{anolis_release}%{?dist} @@ -289,6 +289,10 @@ export NINJA_STATUS="[%f/%t][%e] " %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Wed Apr 20 2022 actor168 - 2.24.4-2.0.2 +- fix getdate.t-check error +- sync from https://bugs.webkit.org (bugID:205250) + * Tue Feb 23 2021 lihaipeng - 2.24.4-2.0.1 - fix getdate.t-check error - sync from https://bugs.webkit.org (bugID:205250) -- Gitee