From 69b8825075ad0fe8ba726cd664326fcf9593300d Mon Sep 17 00:00:00 2001 From: Artur Iwicki Date: Mon, 3 Aug 2020 21:57:16 +0200 Subject: [PATCH] Fix FailsToInstall --- lazarus.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lazarus.spec b/lazarus.spec index 2f74279..ab60e51 100644 --- a/lazarus.spec +++ b/lazarus.spec @@ -2,7 +2,7 @@ Name: lazarus Summary: Lazarus Component Library and IDE for Freepascal Version: 2.0.10 -Release: 2%{?dist} +Release: 3%{?dist} # The qt5pas version is taken from lcl/interfaces/qt5/cbindings/Qt5Pas.pro %global qt5pas_version 2.6 @@ -44,7 +44,7 @@ Component Library - LCL, which is also included in this package. # Qt5pas start %package -n qt5pas Version: %{qt5pas_version} -Release: %{qt5pas_release}.1 +Release: %{qt5pas_release} Summary: Qt5 bindings for Pascal %description -n qt5pas @@ -52,7 +52,7 @@ Qt5 bindings for Pascal from Lazarus. %package -n qt5pas-devel Version: %{qt5pas_version} -Release: %{qt5pas_release}.1 +Release: %{qt5pas_release} Summary: Development files for qt5pas Requires: qt5pas%{?_isa} = %{qt5pas_version}-%{qt5pas_release} @@ -147,6 +147,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/lcl/interfaces/qt5/cbindings/tmp/ %changelog +* Mon Aug 03 2020 Artur Iwicki - 2.0.10-3 +- Fix FailsToInstall due to .1 added to qt5pas release number + * Tue Jul 28 2020 Fedora Release Engineering - 2.0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild