From ef77a370ade13e843d8f49bf03148c4c7b850c07 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Mar 2019 10:29:31 -0600 Subject: [PATCH] de-bootstrap (#1685456) --- qt5-qtxmlpatterns.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/qt5-qtxmlpatterns.spec b/qt5-qtxmlpatterns.spec index 2e91001..c85e01d 100644 --- a/qt5-qtxmlpatterns.spec +++ b/qt5-qtxmlpatterns.spec @@ -1,11 +1,11 @@ %global qt_module qtxmlpatterns -%global bootstrap 1 +#global bootstrap 1 Summary: Qt5 - QtXmlPatterns component Name: qt5-%{qt_module} Version: 5.12.1 -Release: 1%{?dist} +Release: 2%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://www.qt.io @@ -106,13 +106,16 @@ popd %{_qt5_libdir}/pkgconfig/Qt5*.pc %{_qt5_archdatadir}/mkspecs/modules/*.pri -%if !0%{?no_examples} +%if !0%{?no_examples:1} %files examples %{_qt5_examplesdir}/ %endif %changelog +* Tue Mar 05 2019 Rex Dieter - 5.12.1-2 +- de-bootstrap (#1685456) + * Mon Feb 04 2019 Rex Dieter - 5.12.1-1 - 5.12.1 - bootstrap support