From ac07adda451a2323d21143cd7d12566fd5da59ba Mon Sep 17 00:00:00 2001 From: Raven Date: Mon, 10 Mar 2025 15:11:33 +0600 Subject: [PATCH] feathernotes: 1.3.1 --- base/feathernotes/feathernotes.spec | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/base/feathernotes/feathernotes.spec b/base/feathernotes/feathernotes.spec index beb4186..990e66d 100644 --- a/base/feathernotes/feathernotes.spec +++ b/base/feathernotes/feathernotes.spec @@ -1,11 +1,10 @@ %global github_name FeatherNotes -%bcond_without qt6 %bcond_with clang Name: feathernotes -Version: 1.3.0 +Version: 1.3.1 Release: 1%{?dist} Summary: Lightweight Qt hierarchical notes-manager for Linux @@ -18,16 +17,14 @@ BuildRequires: desktop-file-utils BuildRequires: clang >= 5.0 %else BuildRequires: gcc-toolset-14-gcc-c++ +BuildRequires: gcc-toolset-14-gcc-plugin-annobin %endif BuildRequires: cmake >= 3.0 -%if %{with qt6} -BuildRequires: qt6-qtbase-devel >= 6.3.0 -BuildRequires: qt6-qtsvg-devel -%else -BuildRequires: qt5-qtbase-devel >= 5.15.0 -BuildRequires: qt5-qtsvg-devel -BuildRequires: qt5-qtx11extras-devel -%endif +BuildRequires: qt6-qtbase-devel >= 6.3.0 +BuildRequires: qt6-qtsvg-devel +BuildRequires: qt6-qttools-devel +BuildRequires: libXext-devel +BuildRequires: libX11-devel BuildRequires: hunspell-devel BuildRequires: shared-mime-info @@ -48,9 +45,6 @@ export CXX=clang++ %endif %cmake \ -%if %{without qt6} - -DENABLE_QT5:BOOL=ON \ -%endif -DWITH_HUNSPELL:BOOL=ON %cmake_build @@ -77,6 +71,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %changelog +* Mon Mar 10 2025 Raven - 1.3.1-1 +- version update +- drop conditional Qt5 suport + * Mon Jun 24 2024 Raven - 1.3.0-1 - version update