diff --git a/kf5-khtml.spec b/kf5-khtml.spec
index e343732..988021a 100644
--- a/kf5-khtml.spec
+++ b/kf5-khtml.spec
@@ -1,11 +1,11 @@
%global framework khtml
%global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$
Name: kf5-%{framework}
-Version: 5.55.0
-Release: 1
+Version: 5.88.0
+Release: 1
Summary: KDE Frameworks 5 Tier 4 solution with KHTML, a HTML rendering engine
License: LGPLv2+ and GPLv3 and MIT and BSD
-URL: www.kde.org
+URL: https://invent.kde.org/frameworks/%{framework}
%global versiondir %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
@@ -13,7 +13,7 @@ URL: www.kde.org
%else
%global stable stable
%endif
-Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/portingAids/%{framework}-%{version}.tar.xz
+Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/portingAids/%{framework}-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= %{version}
BuildRequires: fdupes
@@ -88,7 +88,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{_kf5_datadir}/kf5/khtml/
%{_kf5_datadir}/kservices5/*.desktop
%config %{_kf5_sysconfdir}/xdg/khtmlrc
-%{_kf5_sysconfdir}/xdg/khtml.categories
+%{_kf5_datadir}/qlogging-categories5/%{framework}*
%files devel
%{_kf5_libdir}/libKF5KHtml.so
@@ -98,5 +98,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{_kf5_archdatadir}/mkspecs/modules/qt_KHtml.pri
%changelog
+* Mon Jan 24 2022 pei-jiankang - 5.88.0-1
+- update to upstream version 5.88.0
+
* Fri Sep 10 2021 baizhonggui - 5.55.0-1
- Package init
diff --git a/khtml-5.55.0.tar.xz b/khtml-5.55.0.tar.xz
deleted file mode 100644
index eaafde5..0000000
Binary files a/khtml-5.55.0.tar.xz and /dev/null differ
diff --git a/khtml-5.88.0.tar.xz b/khtml-5.88.0.tar.xz
new file mode 100644
index 0000000..e2b0f8f
Binary files /dev/null and b/khtml-5.88.0.tar.xz differ