diff --git a/qt6-qt5compat.spec b/qt6-qt5compat.spec index 3fc95ce..1fce7a0 100644 --- a/qt6-qt5compat.spec +++ b/qt6-qt5compat.spec @@ -1,5 +1,6 @@ +%define majver %(echo %version | cut -d. -f1-2) Name: qt6-qt5compat -Version: 6.2.3 +Version: 6.2.4 Release: 1mamba Summary: Qt6 compat component to Qt5 Group: System/Libraries @@ -7,7 +8,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.qt.io/ -Source: https://download.qt.io/official_releases/qt/6.2/%{version}/submodules/qt5compat-everywhere-src-%{version}.tar.xz +Source: https://download.qt.io/official_releases/qt/%{majver}/%{version}/submodules/qt5compat-everywhere-src-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -20,6 +21,7 @@ BuildRequires: qt6-qtbase-devel BuildRequires: qt6-qtdeclarative-devel ## AUTOBUILDREQ-END BuildRequires: cmake +BuildRequires: qt6-qtdeclarative-devel = %{version} %description Qt6 compat component to Qt5. @@ -73,6 +75,9 @@ This package contains libraries and header files for developing applications tha %{_libdir}/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffects*.cmake %changelog +* Mon Mar 21 2022 Automatic Build System 6.2.4-1mamba +- automatic version update by autodist + * Sun Jan 30 2022 Automatic Build System 6.2.3-1mamba - automatic version update by autodist