From 46c98517acaa770a153a2ed65a121e6d912a8d5f Mon Sep 17 00:00:00 2001 From: Artur Frenszek-Iwicki Date: Fri, 5 Feb 2021 21:00:40 +0100 Subject: [PATCH] Fix FailsToInstall --- lazarus.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lazarus.spec b/lazarus.spec index 881386a..4465843 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: 6%{?dist} +Release: 7%{?dist} # The qt5pas version is taken from lcl/interfaces/qt5/cbindings/Qt5Pas.pro %global qt5pas_version 2.6 @@ -50,7 +50,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 @@ -58,7 +58,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} @@ -163,6 +163,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdat %changelog +* Fri Feb 05 2021 Artur Frenszek-Iwicki - 2.0.10-7 +- Fix FailsToInstall due to .1 added to qt5pas release number + * Tue Jan 26 2021 Fedora Release Engineering - 2.0.10-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild