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
|
* Visual debugger
|
||||||
* Rapid code navigation tools
|
* Rapid code navigation tools
|
||||||
* Supports multiple platforms
|
* Supports multiple platforms
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%define pkgver %(echo %version | tr _ -)
|
%define pkgver %(echo %version | tr _ -)
|
||||||
Name: qt-creator
|
Name: qt-creator
|
||||||
Version: 7.0.1
|
Version: 7.0.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: An integrated development environment (IDE) tailored to the needs of Qt developers
|
Summary: An integrated development environment (IDE) tailored to the needs of Qt developers
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -38,6 +38,7 @@ BuildRequires: qt6-qtwebchannel-devel
|
|||||||
BuildRequires: qt6-qtwebengine-devel
|
BuildRequires: qt6-qtwebengine-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libyaml-cpp-devel >= 0.7.0
|
BuildRequires: libyaml-cpp-devel >= 0.7.0
|
||||||
|
BuildRequires: libclang-devel >= 14.0.3
|
||||||
Requires: libqt5-designer
|
Requires: libqt5-designer
|
||||||
Requires: gcc-c++
|
Requires: gcc-c++
|
||||||
|
|
||||||
@ -53,7 +54,7 @@ It includes:
|
|||||||
* Rapid code navigation tools
|
* Rapid code navigation tools
|
||||||
* Supports multiple platforms
|
* Supports multiple platforms
|
||||||
|
|
||||||
#% debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-opensource-src-%{pkgver}
|
%setup -q -n %{name}-opensource-src-%{pkgver}
|
||||||
@ -132,6 +133,9 @@ done
|
|||||||
%doc LICENSE.GPL3-EXCEPT
|
%doc LICENSE.GPL3-EXCEPT
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 27 2022 Automatic Build System <autodist@mambasoft.it> 7.0.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user