rebuilt with clang 14.0.3 [release 7.0.1-2mamba;Mon May 02 2022]
This commit is contained in:
parent
6ccb0c60f6
commit
077a2344bf
@ -10,3 +10,4 @@ It includes:
|
||||
* Visual debugger
|
||||
* Rapid code navigation tools
|
||||
* Supports multiple platforms
|
||||
|
||||
|
@ -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 <silvan.calarco@mambasoft.it> 7.0.1-2mamba
|
||||
- rebuilt with clang 14.0.3
|
||||
|
||||
* Wed Apr 27 2022 Automatic Build System <autodist@mambasoft.it> 7.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user