diff --git a/qt5-qtsvg.spec b/qt5-qtsvg.spec index c396b2b..6a0b207 100644 --- a/qt5-qtsvg.spec +++ b/qt5-qtsvg.spec @@ -10,7 +10,7 @@ Summary: Qt5 - Support for rendering and displaying SVG Name: qt5-%{qt_module} Version: 5.5.0 -Release: 1%{?dist} +Release: 2%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -20,7 +20,7 @@ Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease: BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: pkgconfig(zlib) -%{?_qt5_version:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}} +%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} %description Scalable Vector Graphics (SVG) is an XML-based language for describing @@ -120,6 +120,12 @@ popd %changelog +* Thu Jul 16 2015 Rex Dieter 5.5.0-2 +- tighten qtbase dep (#1233829) + +* Wed Jul 1 2015 Helio Chissini de Castro 5.5.0-1 +- New final upstream release Qt 5.5.0 + * Thu Jun 25 2015 Helio Chissini de Castro - 5.5.0-0.2.rc - Update for official RC1 released packages