From cab1778e766607da8d58ba891d3981185c0bd948 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 17 Jan 2025 09:38:36 +0100 Subject: [PATCH] automatic version update by autodist [release 0.15.0-1mamba;Fri Jan 17 2025] --- qtkeychain.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/qtkeychain.spec b/qtkeychain.spec index a9224f1..dd9bd13 100644 --- a/qtkeychain.spec +++ b/qtkeychain.spec @@ -1,5 +1,5 @@ Name: qtkeychain -Version: 0.14.3 +Version: 0.15.0 Release: 1mamba Summary: Platform-independent Qt API for storing passwords securely Group: System/Libraries @@ -11,12 +11,14 @@ Source: https://github.com/frankosterfeld/qtkeychain.git/%{version}/qtkey License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libQt5Core +BuildRequires: libQt5DBus +BuildRequires: libQt6Core +BuildRequires: libQt6DBus BuildRequires: libgcc BuildRequires: libglib-devel BuildRequires: libsecret-devel BuildRequires: libstdc++6-devel -BuildRequires: qt5-qtbase-devel -BuildRequires: qt6-qtbase-devel ## AUTOBUILDREQ-END BuildRequires: cmake Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} @@ -56,7 +58,6 @@ Requires: lib%{name}-qt6 = %{?epoch:%epoch:}%{version}-%{release} %description -n lib%{name}-qt6-devel This package contains libraries and header files for developing applications that use %{name}. -%debug_package %prep %setup -q @@ -82,8 +83,6 @@ cd .. %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig %files -n lib%{name} %defattr(-,root,root) @@ -127,6 +126,9 @@ cd .. %{_libdir}/cmake/Qt6Keychain/Qt6Keychain*.cmake %changelog +* Fri Jan 17 2025 Automatic Build System 0.15.0-1mamba +- automatic version update by autodist + * Sat May 04 2024 Automatic Build System 0.14.3-1mamba - automatic version update by autodist