From 10a648a2eb298d362083a58daf38da419ca2eb56 Mon Sep 17 00:00:00 2001 From: lingsheng <860373352@qq.com> Date: Thu, 24 Apr 2025 23:51:19 -0400 Subject: [PATCH] Adapt repo name webkitgtk --- webkit2gtk4_1.spec | 5 ++++- webkit2gtk3.spec => webkitgtk.spec | 15 ++++++++++++--- webkit2gtk3.yaml => webkitgtk.yaml | 0 webkitgtk6_0.spec | 5 ++++- 4 files changed, 20 insertions(+), 5 deletions(-) rename webkit2gtk3.spec => webkitgtk.spec (97%) rename webkit2gtk3.yaml => webkitgtk.yaml (100%) diff --git a/webkit2gtk4_1.spec b/webkit2gtk4_1.spec index 92744ed..0dfa561 100644 --- a/webkit2gtk4_1.spec +++ b/webkit2gtk4_1.spec @@ -23,7 +23,7 @@ Name: webkit2gtk4.1 Version: 2.46.6 -Release: 2 +Release: 3 Summary: GTK web content engine library License: BSD-3-Clause AND LGPL-2.0-or-later URL: https://www.webkitgtk.org/ @@ -260,6 +260,9 @@ files for developing applications that use JavaScript engine from webkit2gtk-4.1 %endif %changelog +* Fri Apr 25 2025 lingsheng - 2.46.6-3 +- Adapt repo name webkitgtk + * Mon Mar 17 2025 lingsheng - 2.46.6-2 - fix CVE-2025-24201 diff --git a/webkit2gtk3.spec b/webkitgtk.spec similarity index 97% rename from webkit2gtk3.spec rename to webkitgtk.spec index 549f5eb..d0bfb18 100644 --- a/webkit2gtk3.spec +++ b/webkitgtk.spec @@ -21,9 +21,9 @@ # Not support GamePad by default %bcond_with gamepad -Name: webkit2gtk3 +Name: webkitgtk Version: 2.46.6 -Release: 2 +Release: 3 Summary: GTK web content engine library License: BSD-3-Clause AND LGPL-2.0-or-later URL: https://www.webkitgtk.org/ @@ -100,6 +100,12 @@ BuildRequires: pkgconfig(wayland-protocols) BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(xt) +%description +WebKitGTK is the port of the WebKit web rendering engine to the +GTK platform. + +%package -n webkit2gtk3 +Summary: GTK web content engine library Requires: javascriptcoregtk4.0%{?_isa} = %{version}-%{release} Requires: bubblewrap Requires: libGLES @@ -120,7 +126,7 @@ Provides: webkit2gtk4.0%{?_isa} = %{version}-%{release} Provides: webkit2gtk3 = %{version}-%{release} Provides: webkit2gtk3%{?_isa} = %{version}-%{release} -%description +%description -n webkit2gtk3 WebKitGTK is the port of the WebKit web rendering engine to the GTK platform. This package contains WebKitGTK for GTK 3 and libsoup 2. @@ -289,6 +295,9 @@ files for developing applications that use JavaScript engine from webkit2gtk-4.0 %endif %changelog +* Fri Apr 25 2025 lingsheng - 2.46.6-3 +- Adapt repo name webkitgtk + * Mon Mar 17 2025 lingsheng - 2.46.6-2 - fix CVE-2025-24201 diff --git a/webkit2gtk3.yaml b/webkitgtk.yaml similarity index 100% rename from webkit2gtk3.yaml rename to webkitgtk.yaml diff --git a/webkitgtk6_0.spec b/webkitgtk6_0.spec index 71bc2b1..cc1db58 100644 --- a/webkitgtk6_0.spec +++ b/webkitgtk6_0.spec @@ -23,7 +23,7 @@ Name: webkitgtk6.0 Version: 2.46.6 -Release: 2 +Release: 3 Summary: GTK web content engine library License: BSD-3-Clause AND LGPL-2.0-or-later URL: https://www.webkitgtk.org/ @@ -262,6 +262,9 @@ files for developing applications that use JavaScript engine from webkitgtk-6.0. %endif %changelog +* Fri Apr 25 2025 lingsheng - 2.46.6-3 +- Adapt repo name webkitgtk + * Mon Mar 17 2025 lingsheng - 2.46.6-2 - fix CVE-2025-24201 -- Gitee