diff --git a/qt5-qtquickcontrols.spec b/qt5-qtquickcontrols.spec index 092709a..39f5ddd 100644 --- a/qt5-qtquickcontrols.spec +++ b/qt5-qtquickcontrols.spec @@ -3,7 +3,7 @@ Name: qt5-%{qt_module} Summary: Qt5 - module with set of QtQuick controls Version: 5.15.2 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2 or LGPLv3 and GFDL Url: http://www.qt.io @@ -13,6 +13,7 @@ Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submod # filter qml provides %global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ +BuildRequires: make BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-static >= %{version} BuildRequires: qt5-qtbase-private-devel @@ -58,6 +59,9 @@ make install INSTALL_ROOT=%{buildroot} %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 5.15.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Nov 24 07:54:14 CET 2020 Jan Grulich - 5.15.2-2 - Rebuild for qtbase with -no-reduce-relocations option