diff --git a/qt5-qtgraphicaleffects.spec b/qt5-qtgraphicaleffects.spec index e033231..1cada05 100644 --- a/qt5-qtgraphicaleffects.spec +++ b/qt5-qtgraphicaleffects.spec @@ -3,7 +3,7 @@ Summary: Qt5 - QtGraphicalEffects component Name: qt5-%{qt_module} Version: 5.15.2 -Release: 2%{?dist} +Release: 3%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively from qt5-qtbase for details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -14,6 +14,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-private-devel #libQt5Quick.so.5(Qt_5_PRIVATE_API)(64bit) @@ -50,6 +51,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