automatic version update by autodist [release 24.02.2-1mamba;Sun Apr 14 2024]

This commit is contained in:
Automatic Build System 2024-04-15 12:09:31 +02:00
parent c49c100d3f
commit aac2014351

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kirigami-gallery
Version: 24.02.1
Version: 24.02.2
Release: 1mamba
Summary: KDE example application which uses all features from kirigami
Group: Graphical Desktop/Applications/Graphics
@ -10,7 +10,6 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org/
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/kirigami-gallery-%{version}.tar.xz
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -36,7 +35,9 @@ KDE example application which uses all features from kirigami.
%setup -q
%build
%cmake_kf6
%cmake_kf6 \
-DBUILD_WITH_QT6=OFF
%cmake_build
%install
@ -55,6 +56,9 @@ KDE example application which uses all features from kirigami.
%{_datadir}/metainfo/org.kde.kirigami2.gallery.appdata.xml
%changelog
* Sun Apr 14 2024 Automatic Build System <autodist@openmamba.org> 24.02.2-1mamba
- automatic version update by autodist
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
- automatic version update by autodist