From ec9467595ccffe1a2b19066c7252557936c01f3b Mon Sep 17 00:00:00 2001 From: pei-jiankang Date: Tue, 22 Feb 2022 10:03:55 +0800 Subject: [PATCH] update to version 5.24.0-2 --- layer-shell-qt.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/layer-shell-qt.spec b/layer-shell-qt.spec index e0e8757..47e45fb 100644 --- a/layer-shell-qt.spec +++ b/layer-shell-qt.spec @@ -1,6 +1,6 @@ Name: layer-shell-qt Version: 5.24.0 -Release: 1 +Release: 2 Summary: Library to easily use clients based on wlr-layer-shell License: LGPLv3+ @@ -15,7 +15,6 @@ URL: https://invent.kde.org/plasma/%{name} Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz BuildRequires: libxml2 -%if 0 BuildRequires: extra-cmake-modules >= 5.82 BuildRequires: qt5-qtbase-devel @@ -29,7 +28,7 @@ BuildRequires: libxkbcommon-devel BuildRequires: plasma-wayland-protocols-devel BuildRequires: wayland-devel BuildRequires: wayland-protocols-devel -%endif + %description This component is meant for applications to be able to easily use clients based on wlr-layer-shell @@ -41,7 +40,6 @@ Requires: qt5-qtbase-devel >= 5.15.0 %description devel %{summary}. -%if 0 %prep %autosetup @@ -62,14 +60,14 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_libdir}/libLayerShellQtInterface.so.5* %{_qt5_plugindir}/wayland-shell-integration/ -%endif %files devel -%if 0 %{_includedir}/LayerShellQt/ %{_libdir}/libLayerShellQtInterface.so %{_libdir}/cmake/LayerShellQt/ -%endif %changelog +* Tue Feb 22 2022 pei-jiankang - 5.24.0-2 +- update to version 5.24.0-2 + * Sat Feb 12 2022 pei-jiankang - 5.24.0-1 - update to upstream version 5.24.0