automatic version update by autodist [release 6.13.0-1mamba;Sun Apr 13 2025]

This commit is contained in:
2025-04-14 10:34:13 +02:00
parent 6cfc50445b
commit 2e55acb425

View File

@ -1,7 +1,7 @@
%define framework kfilemetadata
%define majver %(echo %version | cut -d. -f1-2)
Name: kf6-kfilemetadata
Version: 6.12.0
Version: 6.13.0
Release: 1mamba
Summary: A simple library for extracting the text and metadata from a number of different files
Group: System/Libraries
@ -60,12 +60,13 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%prep
%setup -q -n %{framework}-%{version}
%build
%cmake_kf6
%cmake_kf6 \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
%cmake_build
%install
@ -103,6 +104,9 @@ This package contains libraries and header files for developing applications tha
%{_qt6_docdir}/KF6FileMetaData.*
%changelog
* Sun Apr 13 2025 Automatic Build System <autodist@openmamba.org> 6.13.0-1mamba
- automatic version update by autodist
* Mon Mar 17 2025 Automatic Build System <autodist@openmamba.org> 6.12.0-1mamba
- automatic version update by autodist