diff --git a/README.md b/README.md index 48ea23c..c128e73 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,4 @@ It includes: * Visual debugger * Rapid code navigation tools * Supports multiple platforms + diff --git a/qt-creator.spec b/qt-creator.spec index 8c6e691..f4eb225 100644 --- a/qt-creator.spec +++ b/qt-creator.spec @@ -2,7 +2,7 @@ %define pkgver %(echo %version | tr _ -) Name: qt-creator Version: 7.0.1 -Release: 1mamba +Release: 2mamba Summary: An integrated development environment (IDE) tailored to the needs of Qt developers Group: Development/Tools Vendor: openmamba @@ -38,6 +38,7 @@ BuildRequires: qt6-qtwebchannel-devel BuildRequires: qt6-qtwebengine-devel ## AUTOBUILDREQ-END BuildRequires: libyaml-cpp-devel >= 0.7.0 +BuildRequires: libclang-devel >= 14.0.3 Requires: libqt5-designer Requires: gcc-c++ @@ -53,7 +54,7 @@ It includes: * Rapid code navigation tools * Supports multiple platforms -#% debug_package +%debug_package %prep %setup -q -n %{name}-opensource-src-%{pkgver} @@ -132,6 +133,9 @@ done %doc LICENSE.GPL3-EXCEPT %changelog +* Mon May 02 2022 Silvan Calarco 7.0.1-2mamba +- rebuilt with clang 14.0.3 + * Wed Apr 27 2022 Automatic Build System 7.0.1-1mamba - automatic version update by autodist