automatic version update by autodist [release 0.15.0-1mamba;Fri Jan 17 2025]

This commit is contained in:
Automatic Build System 2025-01-17 09:38:36 +01:00
parent 47f775edd6
commit cab1778e76

View File

@ -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 <autodist@openmamba.org> 0.15.0-1mamba
- automatic version update by autodist
* Sat May 04 2024 Automatic Build System <autodist@openmamba.org> 0.14.3-1mamba
- automatic version update by autodist