diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 70ca030b468d481808d17c6425452cab10a38435..23250619f9a79cf79efdc65b0f95caa37fe085a5 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.68.0 -Release: 1%{?dist} +Release: 1%{?dist}.5 Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -37,6 +37,8 @@ BuildRequires: qt5-qtbase-private-devel BuildRequires: wayland-devel >= %{wayland_min_version} BuildRequires: wayland-protocols-devel BuildRequires: qt5-qttools-devel +BuildRequires: qt5-qtwayland-devel +BuildRequires: kf5-kwayland-devel %if 0%{?tests} BuildRequires: dbus-x11 @@ -67,10 +69,10 @@ developing applications that use %{name}. %build mkdir %{_target_platform} -pushd %{_target_platform} +#pushd %{_target_platform} %{cmake_kf5} .. \ -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} -popd +#popd %make_build -C %{_target_platform} @@ -93,7 +95,8 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %files %license COPYING.LIB -%{_kf5_datadir}/qlogging-categories5/*categories +%{_sysconfdir}/xdg/org_kde_kwayland.categories +##%{_kf5_datadir}/qlogging-categories5/*categories %{_kf5_libdir}/libKF5WaylandClient.so.5* %{_kf5_libdir}/libKF5WaylandServer.so.5* # not sure if this belongs here or in -devel --rex @@ -110,6 +113,21 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu Jan 05 2023 liweiganga - 5.68.0-1.5 +- rebuild + +* Wed Dec 28 2022 binyanling - 5.68.0-1.4 +- rebuild + +* Wed Oct 13 2021 Zhang taikun - 5.68.0-1.3 +- Rebuild for 105xx + +* Tue Feb 09 2021 Xue haolin - 5.68.0-1.2 +- Rebuild + +* Fri Nov 13 2020 zhangbinchen - 5.68.0-1.01 +- rebuild all-arch + * Fri Mar 20 2020 Rex Dieter - 5.68.0-1 - 5.68.0 diff --git a/kwayland-5.68.0.tar.xz b/kwayland-5.68.0.tar.xz index 43dfbd75db2932577bbf59c75dfbbda96f861ec5..5bf0dc379dd43fe3760aeed0e29841de45714e4d 100644 Binary files a/kwayland-5.68.0.tar.xz and b/kwayland-5.68.0.tar.xz differ