diff --git a/frameworkintegration-5.100.0.tar.xz b/frameworkintegration-5.108.0.tar.xz similarity index 86% rename from frameworkintegration-5.100.0.tar.xz rename to frameworkintegration-5.108.0.tar.xz index 8d10245..3d5b81d 100644 Binary files a/frameworkintegration-5.100.0.tar.xz and b/frameworkintegration-5.108.0.tar.xz differ diff --git a/kf5-frameworkintegration.spec b/kf5-frameworkintegration.spec index db684f3..0d994be 100644 --- a/kf5-frameworkintegration.spec +++ b/kf5-frameworkintegration.spec @@ -1,20 +1,16 @@ %undefine __cmake_in_source_build %global framework frameworkintegration +%global appstream 1 Name: kf5-%{framework} -Version: 5.100.0 +Version: 5.108.0 Release: 1 Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins License: LGPLv2+ URL: https://invent.kde.org/frameworks/%{framework} -%global majmin %(echo %{version} | cut -d. -f1-2) -%global revision %(echo %{version} | cut -d. -f3) -%if %{revision} >= 50 -%global stable unstable -%else -%global stable stable -%endif +%global majmin %majmin_ver_kf5 +%global stable %stable_kf5 Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz ## upstream patches (lookaside cache) @@ -38,11 +34,6 @@ BuildRequires: libXcursor-devel BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtx11extras-devel BuildRequires: qt5-qtbase-private-devel -%if 0%{?fedora} > 23 -%global appstream 1 -BuildRequires: cmake(AppStreamQt) -BuildRequires: cmake(packagekitqt5) -%endif # prior to 5.11.0-3, main pkg was multilib'd (due to arch'd -devel deps) -- rex Obsoletes: %{name} < 5.11.0-3 @@ -98,10 +89,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_datadir}/knotifications5/plasma_workspace.notifyrc %dir %{_kf5_libexecdir}/kpackagehandlers %{_kf5_libexecdir}/kpackagehandlers/knshandler -# move to subpkg? -- rex -%if 0%{?appstream} -%{_kf5_libexecdir}/kpackagehandlers/appstreamhandler -%endif %ldconfig_scriptlets libs @@ -117,6 +104,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Aug 03 2023 leeffo - 5.108.0-1 +- upgrade to version 5.108.0 + * Thu Dec 15 2022 tanyulong - 5.100.0-1 - update to upstream version 5.100.0