automatic version update by autodist [release 15.0.0-1mamba;Wed Dec 11 2024]

This commit is contained in:
Automatic Build System 2024-12-13 10:31:17 +01:00
parent a2f21b4bc5
commit efd4553bb1
2 changed files with 17 additions and 20 deletions

View File

@ -1,15 +0,0 @@
diff -rupN --no-dereference qt-creator-opensource-src-14.0.2/src/plugins/clangformat/clangformatutils.cpp qt-creator-opensource-src-14.0.2-new/src/plugins/clangformat/clangformatutils.cpp
--- qt-creator-opensource-src-14.0.2/src/plugins/clangformat/clangformatutils.cpp 2024-09-27 03:17:48.000000000 +0200
+++ qt-creator-opensource-src-14.0.2-new/src/plugins/clangformat/clangformatutils.cpp 2024-10-04 11:43:19.140491504 +0200
@@ -117,7 +117,11 @@ clang::format::FormatStyle calculateQtcS
style.IndentWrappedFunctionNames = false;
style.JavaScriptQuotes = FormatStyle::JSQS_Leave;
style.JavaScriptWrapImports = true;
+#if LLVM_VERSION_MAJOR >= 19
+ style.KeepEmptyLines = {false, false, false};
+#else
style.KeepEmptyLinesAtTheStartOfBlocks = false;
+#endif
// Do not add QT_BEGIN_NAMESPACE/QT_END_NAMESPACE as this will indent lines in between.
style.MacroBlockBegin = "";
style.MacroBlockEnd = "";

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
%define pkgver %(echo %version | tr _ -)
Name: qt-creator
Version: 14.0.2
Version: 15.0.0
Release: 1mamba
Summary: An integrated development environment (IDE) tailored to the needs of Qt developers
Group: Development/Tools
@ -12,11 +12,23 @@ URL: https://www.qt.io/product/development-tools
Source: http://download.qt.io/official_releases/qtcreator/%{majver}/%{version}/qt-creator-opensource-src-%{version}.tar.xz
Source1: qtcreator.desktop
Source2: qtcreator-wrapper
Patch1: qt-creator-14.0.2-clang-19.patch
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libQt6Concurrent
BuildRequires: libQt6Core
BuildRequires: libQt6DBus
BuildRequires: libQt6Designer
BuildRequires: libQt6Gui
BuildRequires: libQt6Help
BuildRequires: libQt6Network
BuildRequires: libQt6OpenGL
BuildRequires: libQt6PrintSupport
BuildRequires: libQt6SerialPort-devel
BuildRequires: libQt6Sql
BuildRequires: libQt6Test
BuildRequires: libQt6Widgets
BuildRequires: libQt6Xml
BuildRequires: libclang-devel
BuildRequires: libdw-devel
BuildRequires: libelf-devel
@ -30,14 +42,12 @@ BuildRequires: libxkbcommon-devel
BuildRequires: libyaml-cpp-devel
BuildRequires: libzstd-devel
BuildRequires: qt6-qt5compat-devel
BuildRequires: qt6-qtbase-devel
BuildRequires: qt6-qtcharts-devel
BuildRequires: qt6-qtdeclarative-devel
BuildRequires: qt6-qtpositioning-devel
BuildRequires: qt6-qtquick3d-devel
BuildRequires: qt6-qtshadertools-devel
BuildRequires: qt6-qtsvg-devel
BuildRequires: qt6-qttools-devel
BuildRequires: qt6-qtwebchannel-devel
BuildRequires: qt6-qtwebengine-devel
## AUTOBUILDREQ-END
@ -67,7 +77,6 @@ It includes:
%setup -q -n %{name}-opensource-src-%{pkgver}
#-D -T
#:<< _EOF
%patch 1 -p1 -b .clang-19
%build
%cmake -d build \
@ -110,6 +119,9 @@ sed -i 's|/qtcreator"|/qtcreator.bin"|' %{buildroot}%{_bindir}/qtcreator
%doc LICENSE.GPL3-EXCEPT
%changelog
* Wed Dec 11 2024 Automatic Build System <autodist@openmamba.org> 15.0.0-1mamba
- automatic version update by autodist
* Sat Oct 05 2024 Automatic Build System <autodist@openmamba.org> 14.0.2-1mamba
- automatic version update by autodist